Prashant Gupta

Results 9 comments of Prashant Gupta

👍 Any way this work can be progressed. We are facing same issue with Application hosted as Lambda Functions where is the service response stops lambda execution and do not...

If I try renaming database then jdbc hikari initialization fails, so basically JPA is not able to connect to MySQL instance on start up.

Sure will create a dummy project. Just by changing default DB name , I get following : `Caused by: io.micronaut.context.exceptions.NoSuchBeanException: No bean of type [io.micronaut.data.operations.PrimaryRepositoryOperations] exists. Make sure the bean...

Even adding the correct db name , I get this : No bean of type [io.micronaut.data.operations.PrimaryRepositoryOperations] exists for the given qualifier: @Named('mydb').

I think the problem is or connecting MySQL I need following dependencies : ` io.micronaut.data micronaut-data-hibernate-jpa compile io.micronaut.sql micronaut-jdbc-hikari compile mysql mysql-connector-java runtime ` For connecting Mongo I need following...

I am getting same issue with maven and windows post upgrading to micronaut 4.x where as I am running it on x64 ant not arm64, https://github.com/micronaut-projects/micronaut-maven-plugin/issues/805

@alvarosanchez : sure can you let me know the snapshot version where I need to test the fix, I will run and let you know the outcome 💯

ah sure, can you guide through what all is needed from my side ? I can then go and try see how it goes. Basically my understanding is I need...