Skip to content
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 changelog version #2155

Merged
merged 4 commits into from
Jun 20, 2022

Conversation

DanielFran
Copy link
Member

@DanielFran DanielFran commented Jun 19, 2022

Fix #1430

Starting on liquibase version 4.12.0, it has been introduced "latest" xsd file path. By using "latest", Liquibase will use the bundled XSD for it's version. The uploaded "latest" XSD will always be the most recent Liquibase release, so note how they can be different and locally cached IDE versions may be different yet.

@codecov
Copy link

codecov bot commented Jun 19, 2022

Codecov Report

Merging #2155 (fd793b3) into main (778c601) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main     #2155   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      2453      2455    +2     
===========================================
  Files            534       534           
  Lines           9172      9181    +9     
  Branches         208       208           
===========================================
+ Hits            9172      9181    +9     
Impacted Files Coverage Δ
.../database/mariadb/domain/MariaDBModuleFactory.java 100.00% <100.00%> (ø)
...ation/liquibase/domain/LiquibaseDomainService.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 778c601...fd793b3. Read the comment docs.

@DanielFran DanielFran force-pushed the liquibase_changelog_version branch 2 times, most recently from d3a5080 to de3efd6 Compare June 20, 2022 16:24
@DanielFran DanielFran force-pushed the liquibase_changelog_version branch from de3efd6 to 3d00251 Compare June 20, 2022 16:28
@DanielFran DanielFran requested a review from pascalgrimaud June 20, 2022 16:29
@DanielFran DanielFran marked this pull request as ready for review June 20, 2022 16:29
@DanielFran DanielFran merged commit ef26edd into jhipster:main Jun 20, 2022
@pascalgrimaud
Copy link
Member

Thanks a lot @DanielFran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Liquibase: Version defined in changelogs should match liquibase version
2 participants