Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Many frameworks support JAX-RS, and JAX-RS supports many frameworks. there may be scenarios where spring is driving a JAX-RS service. As a result, if you had lets say spring or guice handling your AOP, then you want to ensure that those containers are doing the AOP and not JAX-RS. But obviously if neither is doing AOP then the JAX-RS implementation should work.
So I'm wondering, could we make this configurable?