opentelemetry-java-instrume.../dd-java-agent/instrumentation/jax-rs-annotations-2
Tyler Benson 8e48a70c6d Fix jax-rs Path annotation inheritance
Turns out the class level path annotation overrides parent classes, so we only need to find the nearest one.

We also need to look from the instance’s class, not from where the method is defined.

Commented out a test case because we still need to compile against java 7.  That case will be added back when we upgrade to java 8.
2019-10-30 11:39:06 -07:00
..
src Fix jax-rs Path annotation inheritance 2019-10-30 11:39:06 -07:00
jax-rs-annotations-2.gradle Fix jax-rs Path annotation inheritance 2019-10-30 11:39:06 -07:00