Hi,
We are looking in to migrating our product from WildFly-14 to 30. Is there any migration guide/tools available?
We started compiling our source with WildFly-30 and some of it we could manage by looking through the source code of 14 and 30. Right now we are stuck with resteasy-jaxrs issues related to removed packages/classes or refactored classes, some of which are mentioned below....Any pointers to how to go about this?
org.jboss.resteasy.spi.ResteasyProviderFactory - refactored
org.jboss.resteasy.annotations.interception.ServerInterceptor - removed?
org.jboss.resteasy.annotations.interception.EncoderPrecedence - removed?
org.jboss.resteasy.spi.interception.AcceptedByMethod - removed?
org.jboss.resteasy.spi.interception.PostProcessInterceptor - removed?
org.jboss.resteasy.spi.interception.MessageBodyWriterContext - removed?
org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor - removed?
org.jboss.resteasy.spi.UnauthorizedException - removed?
-Rajesh