Skip to content

Commit

Permalink
Merge pull request quarkusio#46352 from gsmet/liquibase-mongodb-native
Browse files Browse the repository at this point in the history
Liquibase MongoDB - Register AbstractMongoChange for reflection
  • Loading branch information
gsmet authored Feb 25, 2025
2 parents 9ed9ad4 + 1eab098 commit 4c8e860
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void nativeImageConfiguration(

reflective.produce(ReflectiveClassBuildItem.builder(
liquibase.change.AbstractSQLChange.class.getName(),
liquibase.ext.mongodb.change.AbstractMongoChange.class.getName(),
liquibase.database.jvm.JdbcConnection.class.getName())
.methods().build());

Expand Down

0 comments on commit 4c8e860

Please sign in to comment.