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

Bump org.liquibase:liquibase-core from 4.24.0 to 4.25.0 #37506

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps org.liquibase:liquibase-core from 4.24.0 to 4.25.0.

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.25.0

Liquibase 4.25.0 is a major release

[!IMPORTANT] For Liquibase Pro native executor users, if you've experienced checksum issues in Liquibase 4.19.0 through 4.23.1, please skip those releases and upgrade to this release, Liquibase 4.25.0.

[!NOTE] See the Liquibase 4.25.0 Release Notes for the complete set of release information.

[!NOTE] In one Liquibase 4.25.0 file, the version was set as "release-SNAPSHOT" when it should have been "4.25.0". This file, liquibase-core-4.25.0.jar/pom.xml, has been updated. This text-only change contains no code or functional impact, but does result in a different checksum.

Notable Changes

[PRO]

Observability: Drift Reports

  • With our new HTML format, you can quickly see the differences between databases, including detailed object differences. This easy-to-read and shareable report makes it faster than ever to detect and fix database drift.
  • Learn more https://docs.liquibase.com/drift-reports

Quality Checks Packages

Observability: Structured Logging Enhancement

[PRO] Changelog

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.25.0 is a major release

New Features

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Dec 4, 2023

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Dec 7, 2023

@gastaldi I don't know if you have the cycles to look into this one?

@gastaldi
Copy link
Contributor

gastaldi commented Dec 8, 2023

Weird, I keep getting this when running locally:

Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 11111 out of bounds for length 11111
	at org.antlr.v4.runtime.atn.ATNDeserializer.deserializeSets(ATNDeserializer.java:373)
	at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:154)
	at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48)
	at io.quarkus.panacheql.internal.HqlLexer.<clinit>(HqlLexer.java:1039)

Running on:

 Java version: 17.0.9+9, vendor version: GraalVM CE 17.0.9+9.1
 Graal compiler: optimization level: 2, target machine: armv8-a
 C compiler: cc (apple, arm64, 15.0.0)
 Garbage collector: Serial GC (max heap size: 80% of RAM)

@gastaldi
Copy link
Contributor

gastaldi commented Dec 8, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.liquibase-liquibase-core-4.25.0 branch from 67229c7 to 503f4b9 Compare December 8, 2023 13:18
@gastaldi gastaldi marked this pull request as draft December 8, 2023 14:05
@gastaldi gastaldi force-pushed the dependabot/maven/org.liquibase-liquibase-core-4.25.0 branch 3 times, most recently from b51303a to 0bc1bae Compare December 8, 2023 15:01
@gastaldi gastaldi marked this pull request as ready for review December 8, 2023 15:02
@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 8, 2023
@gastaldi
Copy link
Contributor

gastaldi commented Dec 8, 2023

@gastaldi I don't know if you have the cycles to look into this one?

It should be fixed now.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks!

@gastaldi gastaldi marked this pull request as draft December 8, 2023 19:00
@gastaldi
Copy link
Contributor

gastaldi commented Dec 8, 2023

There is still one thing missing, let me investigate

Things should be OK now

This comment has been minimized.

Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.24.0 to 4.25.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.24.0...v4.25.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Include ChangeSetService

Add missing classes and XSD

Change in mongodb too

Add missing liquibase.report.ShowSummaryGenerator
@gastaldi gastaldi force-pushed the dependabot/maven/org.liquibase-liquibase-core-4.25.0 branch from 0bc1bae to 6b5a9ba Compare December 11, 2023 17:19
@gastaldi gastaldi marked this pull request as ready for review December 11, 2023 17:19
Copy link

quarkus-bot bot commented Dec 11, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gastaldi gastaldi merged commit 1f6890f into main Dec 11, 2023
62 of 63 checks passed
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 11, 2023
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Dec 11, 2023
@gastaldi gastaldi deleted the dependabot/maven/org.liquibase-liquibase-core-4.25.0 branch December 11, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/liquibase kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants