-
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
Exclude banned dependency commons-logging in the BOM #31414
Conversation
This comment has been minimized.
This comment has been minimized.
Do I need to go through the test failures? |
Looks useful, not sure why nobody noticed. Would you mind resolving the conflicts and re-push? |
Yeah, I had a look at this one yesterday. I wanted to get back to it and fix the conflict to re-run CI on a fresh tree. |
fd9a12d
to
c610028
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see what CI has to say.
Thanks for taking care, @gsmet! |
This comment has been minimized.
This comment has been minimized.
c610028
to
f1f8de9
Compare
This comment has been minimized.
This comment has been minimized.
f1f8de9
to
47d3e22
Compare
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Native Tests - Misc2 | Build |
Failures | Logs | Raw logs | 🚧 |
Failures
⚙️ Native Tests - Misc2 #
- Failing: integration-tests/logging-gelf
📦 integration-tests/logging-gelf
✖ Failed to execute goal io.fabric8:docker-maven-plugin:0.43.4:start (docker-start) on project quarkus-integration-test-logging-gelf: I/O Error
Flaky tests - Develocity
⚙️ JVM Tests - JDK 21
📦 extensions/smallrye-reactive-messaging-kafka/deployment
✖ io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream
- History
Assertion condition 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
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)
It's never too late, thanks @gastaldi for taking this over! |
#30813 is related but this does not fix it because it does not add any automatic solution to add exclusion for all (or selected) banned dependencies.