quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.83k stars 2.7k forks source link

Bump flyway.version from 10.22.0 to 11.0.0 #44629

Closed dependabot[bot] closed 51 minutes ago

dependabot[bot] commented 10 hours ago

Bumps flyway.version from 10.22.0 to 11.0.0. Updates org.flywaydb:flyway-core from 10.22.0 to 11.0.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.0.0

See release notes here

CLI artifact available here

Commits


Updates org.flywaydb:flyway-sqlserver from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-mysql from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-database-oracle from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-database-postgresql from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-database-db2 from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-database-derby from 10.22.0 to 11.0.0

Updates org.flywaydb:flyway-database-mongodb from 10.22.0 to 11.0.0

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 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)
quarkus-bot[bot] commented 4 hours ago

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit b678f3cb45271b629dd7518f121943475393fe31.

:white_check_mark: 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.

You can consult the Develocity build scans.


Flaky tests - Develocity

:gear: Maven Tests - JDK 17

:package: integration-tests/maven

io.quarkus.maven.it.DevMojoIT.testThatTheTestsAreReRunMultiModule - History

``` org.awaitility.core.ConditionTimeoutException: Failed to wait for test run 2 TestStatus{lastRun=2, running=-1, testsRun=2, testsPassed=0, testsFailed=1, testsSkipped=0, totalTestsPassed=1, totalTestsFailed=1, totalTestsSkipped=0} at io.quarkus.maven.it.continuoustesting.ContinuousTestingMavenTestUtils.waitForNextCompletion(ContinuousTestingMavenTestUtils.java:67) at io.quarkus.maven.it.LaunchMojoTestBase.testThatTheTestsAreReRunMultiModule(LaunchMojoTestBase.java:56) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Request failed: WebSocket upgrade failure: 500 at io.quarkus.maven.it.continuoustesting.ContinuousTestingMavenTestUtils.getTestStatus(ContinuousTestingMavenTestUtils.java:97) ```

io.quarkus.maven.it.DevMojoIT.testThatTheTestsAreReRunMultiModule - History

``` org.awaitility.core.ConditionTimeoutException: Failed to wait for test run 2 TestStatus{lastRun=2, running=-1, testsRun=2, testsPassed=0, testsFailed=1, testsSkipped=0, totalTestsPassed=1, totalTestsFailed=1, totalTestsSkipped=0} at io.quarkus.maven.it.continuoustesting.ContinuousTestingMavenTestUtils.waitForNextCompletion(ContinuousTestingMavenTestUtils.java:67) at io.quarkus.maven.it.LaunchMojoTestBase.testThatTheTestsAreReRunMultiModule(LaunchMojoTestBase.java:56) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Request failed: WebSocket upgrade failure: 500 at io.quarkus.maven.it.continuoustesting.ContinuousTestingMavenTestUtils.getTestStatus(ContinuousTestingMavenTestUtils.java:97) ```