Replies: 2 comments
-
/cc @FroMage, @geoand, @stuartwdouglas |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are various ways to achieve this that are mentioned here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have several extensions which provide rest clients and services. With resteasy classic, it was enough to add them as AdditionalBeanBuildItem to make them work. With the reactive version of resteasy and the client, this does not work for me.
It seems that it is working, if they are added to jandex via the application.properties or in the extension itself in the microprofile-config.properties like this:
Is there another way to not have this in every extension, maybe with another builditem? Or is this the new recommended way to go?
Beta Was this translation helpful? Give feedback.
All reactions