-
Couldn't load subscription status.
- Fork 3k
Bump all SmallRye projects that have a new Jandex index #47342
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
Bump all SmallRye projects that have a new Jandex index #47342
Conversation
This is: - SmallRye Common: from 2.11.0 to 2.12.0 - SmallRye Context Propagation: from 2.2.0 to 2.2.1 - SmallRye Reactive Converters: from 3.0.1 to 3.0.3 Also, this commit removes configuration from a few Hibernate ORM tests to ignore the "too old Jandex" warning. That warning should no longer occur now, so that configuration is no longer needed.
|
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. |
|
/cc @gsmet (hibernate-orm) |
|
If we backport #47283 to 3.20, then we should probably backport this one too. |
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ✖ | JVM Integration Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | JVM Integration Tests - JDK 17 Windows | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 21 | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Integration Tests - JDK 17 #
- Failing: integration-tests/observability-lgtm
📦 integration-tests/observability-lgtm
✖ io.quarkus.observability.test.LgtmReloadTest.testReload line 35 - History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Lambda expression in io.quarkus.observability.test.LgtmTestHelper expected the predicate to return <true> but was null within 1 minutes 1 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:712)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:729)
at io.quarkus.observability.test.LgtmTestHelper.poke(LgtmTestHelper.java:25)
at io.quarkus.observability.test.LgtmReloadTest.testReload(LgtmReloadTest.java:35)
This is:
Also, this commit removes configuration from a few Hibernate ORM tests to ignore the "too old Jandex" warning. That warning should no longer occur now, so that configuration is no longer needed.
Follows up to #47283