-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graalvm metadata migration #851
Conversation
…into graalvm-metadata-migration
…into graalvm-metadata-migration # Conflicts: # hibernate-jpa/src/main/java/io/micronaut/configuration/hibernate/jpa/graal/HibernateFeature.java # hibernate-jpa/src/main/java/io/micronaut/configuration/hibernate/jpa/graal/HibernateSubstitutions.java # tests/common-reactive/build.gradle # tests/common-reactive/src/main/resources/logback.xml # tests/common-tests/build.gradle # tests/common/build.gradle # tests/hibernate5/hibernate5-sync-common/build.gradle # tests/hibernate6/hibernate6-reactive-mssql/src/test/java/example/hibernate6/reactive/MSSQLApp.java # tests/hibernate6/hibernate6-sync-common/build.gradle # tests/jooq-tests/jooq-jdbc-postgres/build.gradle
…into graalvm-metadata-migration
…into graalvm-metadata-migration
…into graalvm-metadata-migration
…into graalvm-metadata-migration # Conflicts: # gradle/libs.versions.toml
…into graalvm-metadata-migration
…into graalvm-metadata-migration
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
"name": "<init>", | ||
"parameterTypes": [ | ||
"org.jboss.logging.Logger" | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a stable version of hibernate-reactive gets released, I will create metadata for it in the shared metadata repository and then remove this reflect-config.json file.
@@ -0,0 +1,12 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as for reflect-config.json file (waiting for a stable version of hibernate-reactive)
@@ -0,0 +1,8 @@ | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this because of JOOQ upgrade (from 3.17.7 to 3.18.2). The file is needed just until PR for org.jooq:jooq:3.18.2
metadata gets approved and new version of metadata released.
No description provided.