Hi Sergey,
Oh that's awesome! When's 3.0.4 due to be released? :)
When using the new constructors, would you still need to use the init
parameters on the servlet? Eg. with the new constructors, can I skip:
servlet.setInitParameter("jaxrs.serviceClasses", "com.test.TheResource");
Btw. I think "applicationSingletones" should be spelled
"applicationSingletons".
Maarten
On 2015-01-19 16:38, Sergey Beryozkin wrote:
Added few helper constructors:
http://git-wip-us.apache.org/repos/asf/cxf/commit/9e6e0ea4
Sergey