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 flyway.version from 8.4.4 to 8.5.0 #23688

Merged
merged 1 commit into from Feb 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps flyway.version from 8.4.4 to 8.5.0.
Updates flyway-core from 8.4.4 to 8.5.0

Release notes

Sourced from flyway-core's releases.

Flyway 8.5.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.0

CLI artifact available here

Commits
  • bbe4e8c No longer require defaultSchema to be in schemas parameter
  • a3f388d Suppress user 'null' when using Windows Auth
  • 98e230e internal changes
  • 589f84f Fix #3392: Fix exit code in Windows returning as 0
  • 8c4befb internal changes
  • 6d87959 Move where command extension help is displayed
  • e4014d7 Upgrade PostgreSQL driver to fix RCE vulnerability
  • 21519ba internal changes
  • See full diff in compare view

Updates flyway-sqlserver from 8.4.4 to 8.5.0

Release notes

Sourced from flyway-sqlserver's releases.

Flyway 8.5.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.0

CLI artifact available here

Commits
  • bbe4e8c No longer require defaultSchema to be in schemas parameter
  • a3f388d Suppress user 'null' when using Windows Auth
  • 98e230e internal changes
  • 589f84f Fix #3392: Fix exit code in Windows returning as 0
  • 8c4befb internal changes
  • 6d87959 Move where command extension help is displayed
  • e4014d7 Upgrade PostgreSQL driver to fix RCE vulnerability
  • 21519ba internal changes
  • See full diff in compare view

Updates flyway-mysql from 8.4.4 to 8.5.0

Release notes

Sourced from flyway-mysql's releases.

Flyway 8.5.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.0

CLI artifact available here

Commits
  • bbe4e8c No longer require defaultSchema to be in schemas parameter
  • a3f388d Suppress user 'null' when using Windows Auth
  • 98e230e internal changes
  • 589f84f Fix #3392: Fix exit code in Windows returning as 0
  • 8c4befb internal changes
  • 6d87959 Move where command extension help is displayed
  • e4014d7 Upgrade PostgreSQL driver to fix RCE vulnerability
  • 21519ba internal changes
  • See full diff in compare view

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 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 Feb 14, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 14, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 675205a

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/flyway/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/flyway/deployment and 6 more

📦 extensions/flyway/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-flyway: Compilation failure /home/runner/work/quarkus/quarkus/extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/graal/FlywaySubstitutions.java:[28,16] constructor DbClean in class org.flywaydb.core.internal.command.DbClean cannot be applied to given types; required: org.flywaydb.core.internal.database.base.Database,org.flywaydb.core.internal.schemahistory.SchemaHistory,org.flywaydb.core.internal.database.base.Schema,org.flywaydb.core.internal.database.base.Schema[],org.flywaydb.core.internal.callback.CallbackExecutor,org.flywaydb.core.api.configuration.Configuration found: org.flywaydb.core.internal.database.base.Database,org.flywaydb.core.internal.schemahistory.SchemaHistory,org.flywaydb.core.internal.database.base.Schema[],org.flywaydb.core.internal.callback.CallbackExecutor,org.flywaydb.core.api.configuration.ClassicConfiguration reason: actual and formal argument lists differ in length

@famod famod force-pushed the dependabot/maven/flyway.version-8.5.0 branch from 675205a to f3354db Compare February 15, 2022 22:21
@famod famod requested a review from gastaldi February 15, 2022 22:21
@famod famod requested a review from geoand February 15, 2022 22:21
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 16, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building f3354db

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/reactive-routes/deployment 
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 164 more

📦 extensions/reactive-routes/deployment

io.quarkus.vertx.web.context.DuplicatedContextTest.testThatBlockingRoutesAreCalledOnDuplicatedContext line 63 - More details - Source on GitHub

java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/reactive-routes/deployment 
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 164 more

📦 extensions/reactive-routes/deployment

io.quarkus.vertx.web.context.DuplicatedContextTest.testThatBlockingRoutesAreCalledOnDuplicatedContext line 63 - More details - Source on GitHub

java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)

@geoand
Copy link
Contributor

geoand commented Feb 16, 2022

@cescoffier DuplicatedContextTest seems to be flaky

@cescoffier
Copy link
Member

Yeah, I will disable the test. I don't understand why. I ran it 20 000 locally and of course everything is fine.

@geoand
Copy link
Contributor

geoand commented Feb 16, 2022

Typical CI...

@cescoffier
Copy link
Member

I disabled the test, so a rebase and it should be fine...

@cescoffier
Copy link
Member

@dependabot rebase please.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps `flyway.version` from 8.4.4 to 8.5.0.

Updates `flyway-core` from 8.4.4 to 8.5.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.4.4...flyway-8.5.0)

Updates `flyway-sqlserver` from 8.4.4 to 8.5.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.4.4...flyway-8.5.0)

Updates `flyway-mysql` from 8.4.4 to 8.5.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.4.4...flyway-8.5.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@gastaldi gastaldi force-pushed the dependabot/maven/flyway.version-8.5.0 branch from f3354db to 3d50311 Compare February 16, 2022 18:11
@gastaldi
Copy link
Contributor

gastaldi commented Feb 16, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

This is why we need the Update with Rebase button enabled in this repository: https://twitter.com/ashtom/status/1489295557797371904?t=xE6rSfXVjCu3jjpdWAe9lw&s=19

@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 16, 2022
@famod famod merged commit 17148b1 into main Feb 16, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 16, 2022
@quarkus-bot quarkus-bot bot added kind/component-upgrade and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Feb 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/flyway.version-8.5.0 branch February 16, 2022 23:13
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/flyway kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants