Did a bit of refactoring of the SPIs to improve generics support among other bug fixes. A side effect to this is that there is now a programmatic interface that allows you to register un-annotated resource classes. Also, bumped Jackson to 1.9.12 and also added an additional Jackson2 provider. See docs for more details.
May 07, 2013 @ 12:47:37
> A side effect to this is that there is now a programmatic interface that allows you to register un-annotated resource classes
This sounds like huge news for dynamic systems, but the closest thing I could find in the documentation is this:
http://docs.jboss.org/resteasy/docs/3.0-beta-5/userguide/html/Configuring_Individual_JAX-RS_Resource_Beans.html
Where can we find more info about this?
May 07, 2013 @ 17:55:49
You’ll have to look at the undocumented javadoc. I’m not sure yet if I want to promote this API because, well…JAX-RS is an annotation framework and certain things like DynamicFeature assume you’re doing annotations.
May 07, 2013 @ 17:56:03
ResourceBuilder and Registry
Scott Banwart's Blog › Distributed Weekly 206
May 10, 2013 @ 09:16:59
May 10, 2013 @ 23:54:17
Do you think that the RESTEasy 3.0 final version will support Comet for resteasy-netty? I read on the JBoss page that it works for servlet containers version, but what about Netty?