quarkus: Rest client reactive class not found
Describe the bug
The native application throws some WARNS messages at runtime using the combination of quarkus-resteasy-reactive and quarkus-rest-client
Expected behavior
Not warn messages should be thrown
Actual behavior
As soon as I perform a rest request the native application deployed in a docker container throws the following warnings:
2021-06-01 17:07:10,176 WARN [org.jbo.res.res.i18n] (executor-thread-1) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.IIOImageProvider from resource:META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.IIOImageProvider`
2021-06-01 17:07:10,177 WARN [org.jbo.res.res.i18n] (executor-thread-1) RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.sse.SseEventProvider from resource:META-INF/services/javax.ws.rs.ext.Providers: java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.sse.SseEventProvider
… …
To Reproduce
https://github.com/fabry00/quarkus-rest-client-warn
Edit
I’ve added the logs for each script:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (12 by maintainers)
@zakkak perhaps you can reproduce it?
This seems to be the same as #15665