-
I'm creating share modules that used the The registration of the module was handled by creating a file called For example the code is:
and
But it seems as if with Quarkus 3 this no longer works as I've tried the following, neither of which seemed to resolve the failed registration:
Any thoughts on what I could be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sigh, I answered my own question, |
Beta Was this translation helpful? Give feedback.
Sigh, I answered my own question,
jakarta.ws.rs.ext.Provider
needs to bejakarta.ws.rs.ext.Providers
see the subtles
on the end.