Torsten Mandry
Torsten Mandry
We use the latest Datadog Java Tracer (fetched from https://dtdg.co/latest-java-tracer) included in our Java/SpringBoot application using the following JVM parameters ``` -javaagent:/opt/dd-java-agent.jar -Ddd.profiling.enabled=true -XX:FlightRecorderOptions=stackdepth=256 -Ddd.logs.injection=true -Ddd.trace.sample.rate=1 ``` ``` java -version...
We're using `assertj-vavr` for various assertions in our `spring-boot` project. With the recently published `spring-boot` version `3.3.0` the managed `assertj` version was updated to `3.25.0`. With this update, when running...
### Preflight checklist - [x] I agree to follow this project's [Code of Conduct](https://github.com/dadrus/heimdall/blob/main/CODE_OF_CONDUCT.md). - [x] I have read and am following this repository's [Contribution Guidelines](https://github.com/dadrus/heimdall/blob/main/CONTRIBUTING.md)." - [x] I have...