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

2.8.1 backports 1 #24881

Merged
merged 63 commits into from
Apr 12, 2022
Merged

2.8.1 backports 1 #24881

merged 63 commits into from
Apr 12, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Apr 11, 2022

Please don't merge, I will merge it myself.

dependabot bot and others added 30 commits April 11, 2022 11:09
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 22dae85)
…asource documentation

(cherry picked from commit dcb6189)
Co-authored-by: Guillaume Smet <[email protected]>
(cherry picked from commit 3167c4b)
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)
…sed exceptions and alter existing test to assert that

(cherry picked from commit cfa3204)
Resolves quarkusio#24701

(cherry picked from commit 9a3529a)
… 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)
…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)
Supersedes: quarkusio#24691
(cherry picked from commit a2ab37d)
- to eliminate the perf regression caused by
MethodWriter#computeAllFrames() and Frame#merge()
- resolves quarkusio#24712

(cherry picked from commit 3133199)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Apr 11, 2022
@gsmet gsmet self-assigned this Apr 11, 2022
@quarkus-bot 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
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 11, 2022

Failing Jobs - Building 393de9c

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiSourceProjectDevModeTest.main line 22 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference, java.util.concurrent.atomic.AtomicReferencejava.lang.String, java.lang.Stringboolean was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@gsmet gsmet merged commit 4681627 into quarkusio:2.8 Apr 12, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.