JBoss.orgCommunity Documentation
Chapter 30. Migration from older versions
30.1. Migrating to Resteasy Beta 6
-
The org.resteasy package has been moved to org.jboss.resteasy. This means all your web.xml configurations
will not work anymore
-
@Path.limited doesn't exist in the spec anymore. Regular expressions are now support in @Path. See
docs/spec for more details.
-
Media type and language extension mappings are no longer in the specification. i.e. /foo.xml.en
-
@ProduceMime/ConsumeMime annotations have been renamed @Produces/@Consumes respectively
-
The default JAXB/JSON format is now Mapped rather than BadgerFish.
-
javax.ws.rs.ApplicationConfig has been renamed to javax.ws.rs.Application and only has 2 methods.
getClasses() and getSingletons()