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

Drop usage of wrapForJDK8232879 #39747

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Drop usage of wrapForJDK8232879 #39747

merged 1 commit into from
Mar 28, 2024

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Mar 27, 2024

The wrapForJDK8232879 method works around https://bugs.openjdk.org/browse/JDK-8232879 which has been solved since Java 14 in 2019. We no longer require it to be used.

The `wrapForJDK8232879` method works around https://bugs.openjdk.org/browse/JDK-8232879 which has been solved since Java 14 in 2019. We no longer require it to be used.
@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented Mar 27, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ MicroProfile TCKs Tests Failures Logs Raw logs 🚧

Full information is available in the Build summary check run.

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-opentelemetry 

📦 tcks/microprofile-opentelemetry

org.eclipse.microprofile.telemetry.tracing.tck.async.MpRestClientAsyncTest.testIntegrationWithMpRestClientAsync - 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)

@gsmet gsmet merged commit 5d5bb73 into quarkusio:main Mar 28, 2024
50 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.10 - main milestone Mar 28, 2024
@dmlloyd dmlloyd deleted the jdk-8242879 branch May 16, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants