-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Liquibase MongoDB - Register AbstractMongoChange for reflection #46352
Conversation
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.
I checked this against RH bits and it fixes issue with ChangeLogParseException
Prerequisite:
- run
sdk use java 23.1.5.r21-mandrel
or similar command to have native-image available - profile
rh
defines https://maven.repository.redhat.com/ga repository
Reproducer to fail:
- liquibase-mongodb-quickstart executed with command
mvn clean verify -Dnative -Dquarkus.platform.group-id=com.redhat.quarkus.platform -Dquarkus.platform.version=3.15.3.redhat-00002 -Prh
=> FAIL
Reproducer to pass:
- checkout quarkus 3.15.3 tag
- run
curl https://patch-diff.githubusercontent.com/raw/quarkusio/quarkus/pull/46352.diff | git apply
- run
rm -rf ~/.m2/repository/io/quarkus/quarkus-liquibase-mongodb-deployment/3.15.3
- run
mvnd clean install -Dquickly -Prelocations -Dno-test-modules
- re-run liquibase-mongodb-quickstart with the same command as in "fail" case, now the tests pass
Status for workflow
|
No description provided.