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

Quarkus 1.13.x WebSocket Client - wrong ClassLoader? #16427

Closed
jimbogithub opened this issue Apr 12, 2021 · 0 comments · Fixed by #16428
Closed

Quarkus 1.13.x WebSocket Client - wrong ClassLoader? #16427

jimbogithub opened this issue Apr 12, 2021 · 0 comments · Fixed by #16428
Labels
kind/bug Something isn't working
Milestone

Comments

@jimbogithub
Copy link

Since upgrading from 1.12.x to 1.13.x the WebSocket Client callbacks no longer interact with the container correctly. I am seeing issues such as:

ERROR: UT026013: Unhandled error in annotated endpoint org.acme.websockets.ChatTest$Client@54e6d66f
java.lang.RuntimeException: java.util.ServiceConfigurationError: io.smallrye.config.SmallRyeConfigFactory: io.quarkus.runtime.configuration.QuarkusConfigFactory not a subtype

I'm guessing a ClassLoader issue?

I observed this initially on a server-side WS Client but it is also reproducible in the ChatTest example (attached).
Reproducer: websockets-quickstart.zip

@jimbogithub jimbogithub added the kind/bug Something isn't working label Apr 12, 2021
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Apr 12, 2021
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Apr 12, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone Apr 12, 2021
@gsmet gsmet modified the milestones: 2.0 - main, 1.13.2.Final Apr 13, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants