Replies: 4 comments 11 replies
-
I agree there's something odd there. Could you share what's in: org.somecompany.domain.api.accounting.WsAccountingDataSubResourceController[org.somecompany.domain.api.entity.WsThirdPartyEntitySubresourceController getThirdPartyEntitySubresource()]) ? And also the potential field that this method returns? I don't need the content of the method, just the annotations, return type and parameters. And for the field, the annotation. Also the annotation of the class would be useful. |
Beta Was this translation helpful? Give feedback.
-
We got the same warning when we migrated a jee application to quarkus 3.6. After upgrading to 3.9.4, the warnings simply disapeared |
Beta Was this translation helpful? Give feedback.
-
There are two different issues AFAICS, one with JAX-RS and the other with JAXB. Let's keep the above thread for the JAX-RS issue and let's use this one for the JAXB one. For JAXB, I see Is this something you have in an entity serialized by JAXB? Either that or |
Beta Was this translation helpful? Give feedback.
-
In the meantime, we are at latest Quarkus version and I heard some improvements have been made. I think we can give the reactive extensions another try and see if anything is better. Worst case, we'll have a reproducer then. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently migrated our main application to Quarkus. It does work quite well, but I'm wondering why I have a bunch of indexing problems (at build time & at runtime), for classes I don't really use and should in any case be handled by the extensions themselves.
From the output, it seems that the problems come from JaxbProcessor/JaxrsClientReactiveProcessor.
I didn't configure anything specific for indexing external libraries.
Here is my dependency tree if it helps:
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions