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

[3.13] 3.13.2 backports 1 #42420

Merged
merged 17 commits into from
Aug 9, 2024
Merged

[3.13] 3.13.2 backports 1 #42420

merged 17 commits into from
Aug 9, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Aug 8, 2024

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

mkouba and others added 16 commits August 8, 2024 20:28
- i.e. do not use HttpRootPathBuildItem together with
RouteBuildItem.builder()

(cherry picked from commit ae33dc9)
(cherry picked from commit 65fc421)
Fixes: #422335
(cherry picked from commit dde46df)
Bumps `quarkus-http.version` from 5.3.0 to 5.3.1.

Updates `io.quarkus.http:quarkus-http-vertx-backend` from 5.3.0 to 5.3.1

Updates `io.quarkus.http:quarkus-http-core` from 5.3.0 to 5.3.1

Updates `io.quarkus.http:quarkus-http-http-core` from 5.3.0 to 5.3.1

Updates `io.quarkus.http:quarkus-http-servlet` from 5.3.0 to 5.3.1

Updates `io.quarkus.http:quarkus-http-websocket-vertx` from 5.3.0 to 5.3.1

Updates `io.quarkus.http:quarkus-http-websocket-core` from 5.3.0 to 5.3.1

---
updated-dependencies:
- dependency-name: io.quarkus.http:quarkus-http-vertx-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-http-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-websocket-vertx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus.http:quarkus-http-websocket-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 407dde4)
The first enum value accidently contained the doc for all values.
This was causing problems with the tooltips.

(cherry picked from commit a60084b)
Signed-off-by: Lin Gao <lgao@redhat.com>
(cherry picked from commit ae770c3)
(cherry picked from commit e3de691)
instrument live-reload will compare class structure to make sure this class can be "redefine"
But the classes generated by Kotlin compiler contains debug annotations, the comparison always fail.

Exclude the annotations which generated by Kotlin compiler.

(cherry picked from commit 28f062d)
@gsmet gsmet self-assigned this Aug 8, 2024
@quarkus-bot quarkus-bot bot added area/core area/dependencies Pull requests that update a dependency file area/docstyle issues related for manual docstyle review area/documentation area/hibernate-orm Hibernate ORM area/metrics area/narayana Transactions / Narayana area/oidc area/panache area/persistence OBSOLETE, DO NOT USE area/qute The template engine area/spring Issues relating to the Spring integration area/vertx labels Aug 8, 2024
@quarkus-bot quarkus-bot bot changed the title 3.13.2 backports 1 [3.13] 3.13.2 backports 1 Aug 8, 2024
@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 8, 2024

Status for workflow Quarkus Documentation CI

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

✅ 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.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 9, 2024

Status for workflow Quarkus CI

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

✅ 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

⚙️ JVM Tests - JDK 17

📦 integration-tests/kotlin

io.quarkus.kotlin.maven.it.KotlinRemoteDevModeIT.testThatTheApplicationIsReloadedOnKotlinChange - History

  • org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase was not fulfilled within 1 minutes. - java.lang.RuntimeException
java.lang.RuntimeException: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase was not fulfilled within 1 minutes.
	at io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase.runAndCheck(RunAndCheckWithAgentMojoTestBase.java:86)
	at io.quarkus.kotlin.maven.it.KotlinRemoteDevModeIT.testThatTheApplicationIsReloadedOnKotlinChange(KotlinRemoteDevModeIT.java:23)
	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: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)

@gsmet gsmet merged commit fb443aa into quarkusio:3.13 Aug 9, 2024
55 checks passed
Copy link

github-actions bot commented Aug 9, 2024

🙈 The PR is closed and the preview is expired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file area/docstyle issues related for manual docstyle review area/documentation area/hibernate-orm Hibernate ORM area/metrics area/narayana Transactions / Narayana area/oidc area/panache area/persistence OBSOLETE, DO NOT USE area/qute The template engine area/spring Issues relating to the Spring integration area/vertx triage/flaky-test
Projects
Development

Successfully merging this pull request may close these issues.

9 participants