luisospina-sealed

Results 5 comments of luisospina-sealed

I'm facing the same issue, when trying to use test-containers with a R2DBC (to interact with the DB) AND JDBC (To execute migrations with flyway or Liquibase, there are 2...

is there any update on this `@MapsId` annotation? this will also be helpful when mapping `many to many` relationships with extra properties: https://github.com/micronaut-projects/micronaut-data/issues/381

any updates? I'm able to run `./gradlew dockerBuildNative ` and the image gets created successfully, but when i try to run the image I get the following error: WARNING: The...

I'm able to reproduce the same issue with R2DBC driver, the JDBC works fine with a native image. Do we have any update on this issue?

R2DBC makes use of reflection to instantiate some classes. A workaround to be able to use the native image would be adding a **reflect-config.json** file in the path `src/main/resources/META-INF/native-image/your.group/your.artifact/reflect-config.json` with...