Hi
On 19/01/15 14:55, Maarten Boekhold wrote:
Hi Sergey,
Oh that's awesome! When's 3.0.4 due to be released? :)
Not sure yet, should be in the next few weeks I guess
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");
Yes
Btw. I think "applicationSingletones" should be spelled
"applicationSingletons".
Indeed, thanks for spotting it, fixed...
Sergey
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