Services not being found in Jmix 1.3.1

Since I upgraded to Jmix 1.3.x
I am getting the following errors on my Services:

***************************
APPLICATION FAILED TO START
***************************

Description:

Field truckQService in com.company.pickandload.service.FrontendService required a bean of type 'com.company.pickandload.service.TruckQService' that could not be found.

The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'com.company.pickandload.service.TruckQService' in your configuration.


Process finished with exit code 1

Is there a new way to define a bean ? or is this a bug ?

No, nothing was changed in this regard.

It’s hard to say without a reproducible scenario.

Thanks Konstantin.

After publishing another problem in this forum and receiving a helpful answer, I have concluded that I was doing something wrong all this time.
I was running the wrong configuration in Jmix