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.14] 3.14.3 backports 2 #43156

Merged
merged 13 commits into from
Sep 10, 2024
Merged

[3.14] 3.14.3 backports 2 #43156

merged 13 commits into from
Sep 10, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Sep 9, 2024

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

gsmet and others added 13 commits September 9, 2024 18:22
Also remove a redundant section.

(cherry picked from commit 141e84a)
No need to create a second one.

(cherry picked from commit 909e24d)
Signed-off-by: Phillip Kruger <[email protected]>
(cherry picked from commit 668a5a5)
…accessible

Also changes the document category and added an Id.

(cherry picked from commit 2871848)
…ka config, when it is configured

Fixes quarkusio#43107

(cherry picked from commit 965bc69)
This reverts commit c192df8.

(cherry picked from commit df572ba)
- so that the actual runtime system timezone is picked up and clock-based (date/time) constraints are correctly evaluated

(cherry picked from commit 01bb56c)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Sep 9, 2024
@gsmet gsmet self-assigned this Sep 9, 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-validator Hibernate Validator area/jdbc Issues related to the JDBC extensions area/kafka area/kafka-streams area/oidc area/qute The template engine area/vertx labels Sep 9, 2024
@quarkus-bot quarkus-bot bot changed the title 3.14.3 backports 2 [3.14] 3.14.3 backports 2 Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Sep 9, 2024

Status for workflow Quarkus Documentation CI

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

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

Copy link

quarkus-bot bot commented Sep 9, 2024

Status for workflow Quarkus CI

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

✅ 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/opentelemetry

io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.testOTelInjections - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.reset(OpenTelemetryInjectionsTest.java:26)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

⚙️ JVM Tests - JDK 21

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.testOTelInjections - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.reset(OpenTelemetryInjectionsTest.java:26)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

⚙️ JVM Tests - JDK 17 Windows

📦 integration-tests/grpc-hibernate

com.example.grpc.hibernate.BlockingRawTest.shouldAdd - History

  • Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

@gsmet gsmet merged commit 245285f into quarkusio:3.14 Sep 10, 2024
55 checks passed
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-validator Hibernate Validator area/infra internal and infrastructure related issues area/jdbc Issues related to the JDBC extensions area/kafka area/kafka-streams area/oidc area/qute The template engine area/vertx triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants