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.12] 3.12.3 backports 1 #41934

Merged
merged 16 commits into from
Jul 17, 2024
Merged

[3.12] 3.12.3 backports 1 #41934

merged 16 commits into from
Jul 17, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 16, 2024

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

hamburml and others added 16 commits July 16, 2024 18:14
…ctionInputReader

add test for abstractHandler
add test for collection input and collection output
rename tests for clarification what they are for

(cherry picked from commit df27b36)
…issues in `IoUtils`

Possible fix for quarkusio#41767.

(cherry picked from commit c58af08)
Should fix the failing tests due to the cache not including
quarkus-artifact.properties.
We will need to merge this update in all supported branches and then
clear the cache.

(cherry picked from commit b6c96b5)
Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.3 to 1.4.
- [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
- [Commits](gradle/develocity-build-config-samples@v1.3...v1.4)

---
updated-dependencies:
- dependency-name: com.gradle:quarkus-build-caching-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 5586979)
- intentionally ignore 'WebSocket is closed' failures
- do not fail fast but collect all failures

(cherry picked from commit cf67cc1)
Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.4 to 1.5.
- [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
- [Commits](gradle/develocity-build-config-samples@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: com.gradle:quarkus-build-caching-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 1ed1b2f)
Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.5 to 1.6.
- [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
- [Commits](gradle/develocity-build-config-samples@v1.5...v1.6)

---
updated-dependencies:
- dependency-name: com.gradle:quarkus-build-caching-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit b8bc206)
(cherry picked from commit 9217fe6)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jul 16, 2024
@gsmet gsmet self-assigned this Jul 16, 2024
@quarkus-bot quarkus-bot bot changed the title 3.12.3 backports 1 [3.12] 3.12.3 backports 1 Jul 16, 2024
@quarkus-bot quarkus-bot bot added area/amazon-lambda area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/docstyle issues related for manual docstyle review area/documentation area/gradle Gradle area/health area/infinispan Infinispan area/scheduler area/smallrye labels Jul 16, 2024
Copy link

quarkus-bot bot commented Jul 16, 2024

Status for workflow Quarkus Documentation CI

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

✅ 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 Jul 16, 2024

Status for workflow Quarkus CI

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

✅ 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

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - History

  • Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase 
Expecting size of:
  []
to be greater than or equal to 2 but was 0 within 10 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-6","-7","-8","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-6","-7","-8","-10","-11","-12","-13","-14"]
to start with:
  ["-6", "-7", "-8", "-9"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

@gsmet gsmet merged commit 35a1b3a into quarkusio:3.12 Jul 17, 2024
55 checks passed
Copy link

🙈 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/amazon-lambda area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/docstyle issues related for manual docstyle review area/documentation area/gradle Gradle area/health area/infinispan Infinispan area/infra internal and infrastructure related issues area/scheduler area/smallrye triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.