Details
Description
When discovering JAX-RS annotations, CXF does not filter out synthetic methods. If the compiler have created any synthetic methods out of the annotated methods, it will store them as JAX-RS resource methods with actually the same annotated method.
After startup, CXF will log each invocation on the duplicated resource methods with a warning, which reduces performance, and generates quite some log.
Attachments
Issue Links
- Blocked
-
CXF-6684 A Warning is logged on every JAX-RS call
- Closed
- links to