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.8] 3.8.6 backports 4 #42547

Merged
merged 43 commits into from
Aug 15, 2024
Merged

[3.8] 3.8.6 backports 4 #42547

merged 43 commits into from
Aug 15, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Aug 14, 2024

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

geoand and others added 30 commits August 14, 2024 14:05
Fixes quarkusio#40852

(cherry picked from commit 0dc312b)
Clement said that's fine

(cherry picked from commit a9a0650)
- Round Dates to second precision when comparing them
- Lookup header delegate for Date and subtypes

Fixes quarkusio#41110

(cherry picked from commit 07b3f94)
Bumps [io.fabric8:maven-model-helper](https://github.com/fabric8io/maven-model-helper) from 36 to 37.
- [Release notes](https://github.com/fabric8io/maven-model-helper/releases)
- [Commits](fabric8io/maven-model-helper@v36...v37)

---
updated-dependencies:
- dependency-name: io.fabric8:maven-model-helper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 16cf3ef)
Follow up of quarkusio#40537 as this was missed

(cherry picked from commit b310b26)
We want to check for the missing commands only, any other error will
have to be handled by Picocli later (and thus will properly handle the
formatting of the feedback and avoid a stacktrace).

Fixes quarkusio#41513

(cherry picked from commit f2455e3)
…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)
When the server part of Quarkus REST is not included, prior to
this change, user's @Provider classes were not registered
for reflection

Relates to: quarkiverse/quarkus-langchain4j#722

(cherry picked from commit 2a567df)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.1...jackson-bom-2.17.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 49be072)
(cherry picked from commit 1ad48ce)

This comment has been minimized.

Copy link

github-actions bot commented Aug 14, 2024

🎊 PR Preview 26442b9 has been successfully built and deployed to https://quarkus-pr-main-42547-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

@gsmet
Copy link
Member Author

gsmet commented Aug 15, 2024

@rsvoboda I will also include #41121 to fix #42567 .

Copy link

quarkus-bot bot commented Aug 15, 2024

Status for workflow Quarkus Documentation CI

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

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

@rsvoboda rsvoboda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving. I have identified 8 topics for additional test coverage on our side. Guys from the team will be tasked with that next week.

Copy link

quarkus-bot bot commented Aug 15, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🚧
JVM Tests - JDK 21 Build Failures Logs Raw logs 🚧
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🚧

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/mailer/runtime extensions/micrometer/deployment 
! Skipped: extensions/mailer/deployment extensions/micrometer-registry-prometheus/deployment extensions/quartz/deployment and 31 more

📦 extensions/mailer/runtime

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore line 38 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
	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)

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore line 25 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
	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)

📦 extensions/micrometer/deployment

io.quarkus.micrometer.deployment.binder.VertxTcpMetricsNoClientMetricsTest.testTcpMetricsWithoutClientMetrics - History - More details - Source on GitHub

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/mailer/runtime 
! Skipped: extensions/mailer/deployment integration-tests/mailer integration-tests/virtual-threads/mailer-virtual-threads 

📦 extensions/mailer/runtime

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore line 38 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore line 25 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/mailer/runtime 
! Skipped: extensions/mailer/deployment integration-tests/mailer integration-tests/virtual-threads/mailer-virtual-threads 

📦 extensions/mailer/runtime

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore line 38 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
	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)

io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore line 25 - History - More details - Source on GitHub

java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
	at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
	at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
	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)

@gsmet gsmet merged commit 40a48b5 into quarkusio:3.8 Aug 15, 2024
50 of 53 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/cache area/cli Related to quarkus cli (not maven/gradle/etc.) 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/health area/hibernate-orm Hibernate ORM area/infinispan Infinispan area/infra internal and infrastructure related issues area/jackson Issues related to Jackson (JSON library) area/kafka area/kubernetes area/maven area/oidc area/platform Issues related to definition and interaction with Quarkus Platform area/reactive-sql-clients area/redis area/rest area/resteasy-classic area/smallrye area/tracing area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.