OpenNTF / org.openntf.xsp.jakartaee

XPages Jakarta EE support libraries
Apache License 2.0
20 stars 7 forks source link

Modify JakartaServletFacade to use CDI for creation #530

Closed jesse-gallagher closed 6 months ago

jesse-gallagher commented 6 months ago

Currently, this class creates the delegated Servlet directly, which means you can't use @Inject in the Servlet itself.