-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
2.8.1 backports 1 #24881
Merged
Merged
2.8.1 backports 1 #24881
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps `flyway.version` from 8.5.4 to 8.5.5. Updates `flyway-core` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-8.5.4...flyway-8.5.5) Updates `flyway-sqlserver` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-8.5.4...flyway-8.5.5) Updates `flyway-mysql` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-8.5.4...flyway-8.5.5) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-sqlserver dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-mysql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 0f1b47c)
(cherry picked from commit e74ba9f)
…e documentation (cherry picked from commit 10d31a0)
(cherry picked from commit 22dae85)
…asource documentation (cherry picked from commit dcb6189)
(cherry picked from commit 28709ed)
(cherry picked from commit 5710739)
Co-authored-by: Guillaume Smet <[email protected]> (cherry picked from commit 3167c4b)
(cherry picked from commit 9abad7c)
(cherry picked from commit c52f7b1)
This is done to overcome an issue mentioned in keycloak/keycloak#10713 (cherry picked from commit 1a8584e)
Also, make sure project created with Java 18 will use Java 17 and not Java 11. Finally, use autodetection for QuarkusJBangCodestartProjectInputBuilder too. Fixes quarkusio#24613 (cherry picked from commit be33427)
Relates to: quarkusio#24671 (cherry picked from commit 9c27c13)
…sed exceptions and alter existing test to assert that (cherry picked from commit cfa3204)
(cherry picked from commit c8fa3dc)
(cherry picked from commit 4867933)
Fixes: quarkusio#22119 (cherry picked from commit 89cc5ac)
(cherry picked from commit 9bf8eda)
Resolves quarkusio#24701 (cherry picked from commit 9a3529a)
(cherry picked from commit 17b51b8)
(cherry picked from commit 2107a08)
… even when receiving pipelined requests. This is a 'temporary(tm)' workaround, as the issue most probably lies in Vert.x. It fixes quarkusio#24626 (cherry picked from commit fc801a2)
(cherry picked from commit 21e3ace)
…uration The SmallRye Reactive Messaging Kafka extension automatically detects key and value serializer/deserializer and sets default config values for the respective channel. That overrides connector configuration, which is unexpected. If the user provides connector configuration themselves, we should not override that. Unfortunately the extension can only detect connector configuration if it's present during build, but that will be the case 99.9% of time. With this commit, if connector configuration is present for key/value serde, the respective channel configuration is not emitted. (cherry picked from commit 366ea74)
(cherry picked from commit d4bea95)
Supersedes: quarkusio#24691 (cherry picked from commit a2ab37d)
(cherry picked from commit f8c3a68)
(cherry picked from commit 30af592)
- to eliminate the perf regression caused by MethodWriter#computeAllFrames() and Frame#merge() - resolves quarkusio#24712 (cherry picked from commit 3133199)
(cherry picked from commit b4ec310)
See quarkusio#24492 (cherry picked from commit 7852ea9)
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/gradle
Gradle
area/graphql
area/infra-automation
anything related to CI, bots, etc. that are used to automated our infrastructure
area/jaxb
area/jbang
Issues related to when using jbang.dev with Quarkus
area/logging
area/maven
area/mongodb
area/oidc
area/platform
Issues related to definition and interaction with Quarkus Platform
area/reactive-messaging
area/rest
area/scheduler
area/smallrye
area/spring
Issues relating to the Spring integration
area/stork
area/testing
area/vertx
labels
Apr 11, 2022
Failing Jobs - Building 393de9c
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/arc
Issue related to ARC (dependency injection)
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/gradle
Gradle
area/graphql
area/infra
internal and infrastructure related issues
area/infra-automation
anything related to CI, bots, etc. that are used to automated our infrastructure
area/jaxb
area/jbang
Issues related to when using jbang.dev with Quarkus
area/logging
area/maven
area/mongodb
area/oidc
area/platform
Issues related to definition and interaction with Quarkus Platform
area/reactive-messaging
area/rest
area/scheduler
area/smallrye
area/spring
Issues relating to the Spring integration
area/stork
area/testing
area/vertx
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.
Please don't merge, I will merge it myself.