snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

RESTEASY002160 warning when starting an application with @RegisterRestClient #355

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug

Developing an application with a @RegisterRestClient prints out the following warning:

2021-06-02 13:52:24,412 WARN  [org.jbo.res.res.i18n] (executor-thread-0) RESTEASY002160: Provider instance org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader is already registered.  2nd registration is being ignored.

Expected behavior

No warning.

Actual behavior

Warning printed out.

To Reproduce

You will see the warning.

Configuration

as documented in the guide.

Quarkus version or git rev

2.0.0.CR2


https://github.com/quarkusio/quarkus/issues/17627


$upstream:17627$