Try to get the liquibase 4.23.0 metadata #545
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
I would like to help to add liquibase metadata for version 4.26.0 in reference to this opened issue: #431. I would need the updated metadata in my project.
I first tried to get the same metadata as the 4.23.0 liquibase on master branch using
generate-metadata.sh
in this PR. I use 17.0.9-graal and try to get the metadata by running the existing tests in LiquibaseCoreTest.java.There are a lot of differences between what is committed on master branch and what I get when I run the script to get metadata with the agent. I added my results to metadata/org.liquibase/liquibase-core/4.23.0/reflect-config.json and same for resource.json to see that it's very different.
For other projects like metadata/org.hibernate.orm/hibernate-core/6.6.0.Final which has a
generate-metadata.sh
script on master, I get much closer results.My questions are:
Any help would make it much easier to contribute to the metadata repo!
@msupic do you have any insight on how you obtained these metadata for liquibase please?
Code sections where the PR accesses files, network, docker or some external service
Checklist before merging