-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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.17] 3.17.7 backports 1 #45590
[3.17] 3.17.7 backports 1 #45590
Conversation
Fixes quarkusio#44540 (cherry picked from commit 8fe3c76)
…tion The Vert.x Redis client does not always report the database instance number, because sometimes, it simply isn't known. Specifically, that occurs when the connection is tainted; for example, when a custom database is selected using the `SELECT` command. In this case, the trace simply will not include the dabatase instance number. (cherry picked from commit 5589020)
(cherry picked from commit d5c53b6)
`yq` is already included in the GitHub runners, so no need to install it (cherry picked from commit d0101d0)
(cherry picked from commit 81eb043)
Signed-off-by: Michael Edgar <michael@xlate.io> (cherry picked from commit cc15f64)
…rties artifact is met first (cherry picked from commit 3e7ebdf)
(cherry picked from commit 9bfdae4)
Prior to this change, the health checks would erroneously report the connection was up if the database had yet to be contacted by the application (cherry picked from commit 289cf09)
This is related to quarkusio#45122 and reduce the amount of copy of the content we keep in memory. (cherry picked from commit 09edb56)
(cherry picked from commit cae6630)
We would generate class proxies for each class even if we already generated one, which is counter productive. Introduce a cache to avoid that and make things a bit more efficient. (cherry picked from commit 4feaf0f)
(cherry picked from commit a04d600)
(cherry picked from commit d0e6e24)
(cherry picked from commit 6f52091)
``` - Adjust JDBC resource leak logging to use debug level instead of warnings for better log granularity. - Enhance developer experience by reducing noise in application logs. ``` (cherry picked from commit 81a7c4b)
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | Devtools Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✖ | Devtools Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✔️ | Devtools Tests - JDK 17 Windows | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ Devtools Tests - JDK 21 #
- Failing: integration-tests/devtools
📦 integration-tests/devtools
✖ io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildKafka
line 44
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
[Run project return status is zero]
expected: 0
but was: 1
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
at io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildKafka(ReactiveMessagingCodestartIT.java:44)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
✖ io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildKafka
line 44
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
[Run project return status is zero]
expected: 0
but was: 1
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
at io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildKafka(ReactiveMessagingCodestartIT.java:44)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
📦 integration-tests/devtools/target/quarkus-codestart-test/quarkus-messaging-kafka-94e21dbf-84a4-4fe8-b97d-a89eda15aaea/real-data/java
✖ ilove.quark.us.MyMessagingApplicationTest.test
- History - More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor#startKafkaDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=docker.io/redpandadata/redpanda:v24.1.2, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@4bc68639)
at io.quarkus.kafka.client.deployment.DevServicesKafkaProcessor.startKafkaDevService(DevServicesKafkaProcessor.java:105)
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:...
Please don't merge, I will merge it myself.