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

Update SmallRye Common to 2.6.0 #42918

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Update SmallRye Common to 2.6.0 #42918

merged 1 commit into from
Aug 31, 2024

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Aug 30, 2024

Fixes #42858. Fixes part of #42248.

@quarkus-bot quarkus-bot bot added area/core area/dependencies Pull requests that update a dependency file labels Aug 30, 2024
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Awesome, thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 31, 2024

Status for workflow Quarkus CI

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

✅ 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/infinispan-cache/deployment

io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls - History

  • expected: "thread1" but was: "thread2" - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: 

expected: "thread1"
 but was: "thread2"
	at io.quarkus.cache.infinispan.InfinispanCacheTest.testGetAsyncWithParallelCalls(InfinispanCacheTest.java:283)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:499)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:413)

@geoand geoand merged commit 75fea9d into quarkusio:main Aug 31, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Aug 31, 2024
@dmlloyd dmlloyd deleted the src-2.6.0 branch August 31, 2024 14:54
@gsmet gsmet modified the milestones: 3.16 - main, 3.14.2 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExtLogRecord creation is more costly following the update to SmallRye Common 2.4.0
3 participants