You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without resolution of the bug proper cold-start of project with docker is blocked. This is observed here:
Class: customerProfileRepo
Method: getLastId
Reproduction steps
Start service using docker-compose -f conf/docker-compose.yml up
Direct invoke on DeliverySerivce.addNewCustomer
Without mock and empty table in database the exception will be thrown.
...
Expected behavior
There should be some default value.
Additional context
Stack Trace
Exception: Null return value from advice does not match primitive return type for: public abstract long org.unlogged.demo.dao.CustomerProfileRepo.getLastId()
The text was updated successfully, but these errors were encountered:
Describe the bug
Without resolution of the bug proper cold-start of project with docker is blocked. This is observed here:
customerProfileRepo
getLastId
Reproduction steps
docker-compose -f conf/docker-compose.yml up
DeliverySerivce.addNewCustomer
...
Expected behavior
There should be some default value.
Additional context
Stack Trace
The text was updated successfully, but these errors were encountered: