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

Fix JAX-RS Application class hierarchy handling #16237

Merged
merged 2 commits into from
Apr 6, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Apr 5, 2021

Fixes: #16228

@geoand geoand requested a review from gsmet April 5, 2021 08:06
@quarkus-bot quarkus-bot bot added the area/rest label Apr 5, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 5, 2021

Test Failures

⚙️ jvm-linux-jdk8

📦 extensions/mongodb-client/deployment

# Tests:    11
+ Success:  10
- Failures: 0
- Errors:   1
! Skipped:  0
io.quarkus.mongodb.LegacyNamedMongoClientConfigTest - see on GitHub
java.util.concurrent.RejectedExecutionException
	at org.jboss.threads.RejectingExecutor.execute(RejectingExecutor.java:38)
	at org.jboss.threads.EnhancedQueueExecutor.rejectShutdown(EnhancedQueueExecutor.java:2045)
	at org.jboss.threads.EnhancedQueueExecutor.execute(EnhancedQueueExecutor.java:767)
	at io.smallrye.mutiny.infrastructure.MutinyScheduler$DecoratedRunnableTask.run(MutinyScheduler.java:58)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.util.concurrent.RejectedExecutionException: Executor is being shut down
		at org.jboss.threads.EnhancedQueueExecutor.rejectShutdown(EnhancedQueueExecutor.java:2047)
		... 5 more

⚙️ jvm-windows-jdk11

📦 extensions/mongodb-client/deployment

# Tests:    11
+ Success:  10
- Failures: 0
- Errors:   1
! Skipped:  0
io.quarkus.mongodb.NamedMongoClientConfigTest - see on GitHub
java.util.concurrent.RejectedExecutionException
	at org.jboss.threads.RejectingExecutor.execute(RejectingExecutor.java:38)
	at org.jboss.threads.EnhancedQueueExecutor.rejectShutdown(EnhancedQueueExecutor.java:2045)
	at org.jboss.threads.EnhancedQueueExecutor.execute(EnhancedQueueExecutor.java:767)
	at io.smallrye.mutiny.infrastructure.MutinyScheduler$DecoratedRunnableTask.run(MutinyScheduler.java:58)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
	Suppressed: java.util.concurrent.RejectedExecutionException: Executor is being shut down
		at org.jboss.threads.EnhancedQueueExecutor.rejectShutdown(EnhancedQueueExecutor.java:2047)
		... 5 more

@geoand
Copy link
Contributor Author

geoand commented Apr 6, 2021

@gsmet it would be nice to get this in 1.13.1

@gsmet gsmet merged commit 0da7627 into quarkusio:main Apr 6, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Apr 6, 2021
@geoand geoand deleted the #16228 branch April 6, 2021 07:38
@gsmet gsmet modified the milestones: 1.14 - main, 1.13.1.Final Apr 7, 2021
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.

Resteasy fails to load abstract subclass of javax.ws.rs.core.Application
2 participants