java-jaxrs icon indicating copy to clipboard operation
java-jaxrs copied to clipboard

OpenTracing Java JAX-RS instrumentation

Results 26 java-jaxrs issues
Sort by recently updated
recently updated
newest added

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

Are there any plans to update to https://jakarta.ee/specifications/restful-ws/3.0/ and thus switch to `jakarta.*` namespace, please? We would like to make the jakarta adjustments in the SmallRye OpenTracing project.

Currently, the [TracingInterceptor](https://github.com/opentracing-contrib/java-jaxrs/blob/master/opentracing-jaxrs2/src/main/java/io/opentracing/contrib/jaxrs2/serialization/TracingInterceptor.java) just add the error tag whenever an exception occurs. I will like to be able to decorate the Span with other details about the exception, like the...

Per issue #147, this aims to increase flexibility around decorating Spans when an error occurs when reading request payload or writing back response entity. The current proposal aims to keep...

Currently `ServerTracingFilter` is wired up using a dynamic feature which makes it a post-matching filter. This means any processing done in pre-match filters is currently being excluded from traces. Would...

Hi, We are in the process of integrating opentracing with brave and for this we have integrated with ServerTracingDynamicFeature for starting the span for calls made to a resource. Our...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

A flame graph of a load test pointed out a lot of CPU cycles on these String.formats. JMH shows that String.format is 40X slower than a plain concat of the...

Hi, I've encountered an issue that @Traced annotation doesn't work for JAX-RS resources on class level when using CDI with Jersey application. The reason for this lies in Weld-made proxies...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...