I've added a new constructor to CXFNonSpringJaxrsServlet here for CXF 3.3.5:

https://github.com/apache/cxf/commit/be3187595715da0b93d161097ba95b4c700556a5

Let me know if there are any issues with it.

Colm.


On Wed, Nov 6, 2019 at 7:18 PM Scott Lewis <sle...@composent.com> wrote:

> Hi JB,
>
> On 11/5/2019 11:24 PM, Jean-Baptiste Onofré wrote:
> > Hi,
> >
> > Do you really ned the JAXRS servlet ?
> >
> > Starting from CXF NonSpring Servlet, you can mimic the JAXRS servlet.
>
> I know.   In fact I'm already doing that, but it's a pain to have that
> extra code in my codebase that I'm not at all familiar with.   It would
> be much more convenient for consumers like myself to generalize
> CXFNonSpringJaxrsServlet by adding that constructor.
>
> >
> > Anyway, it makes sense to expose a new constructor to simplify the
> > extension.
>
> Right.  That's what I'm asking for.  Actually if there was some way to
> remove/consolidate the Bus and DestinationRegistry code that your
> original approach introduced, that would be even better.
>
> Scott
>
>
>

Reply via email to