I have an application that is built and run as native.
It has been running fine for a while but then I make to me a small 
insignificant change it breaks.

It throws a runtime exception complaining
ClassNotFoundException.

This class has been there all time and the change I made was made elsewhere.

I haven’t registered any of my classes for reflection, some has @Unremovable.
If I add @RegisterForReflection to the mentioned class the next exception is 
thrown.
Same error but for a class generated by JAXB maven plugin.

Any advice?

I can annotate my own classes but not generated ones.

I use Quarkus 3.8.2 and also tested 3.8.3 with the same symptoms.

/M

Reply via email to