Skip to main content

Java Agent v2.2.19

October 10, 2023

  • Feature Traces quarkus-reactive-1.13.

    quarkus-resteasy-reactive-1.13.6.FINAL.jar or later

    whatap.conf
    weaving=quarkus-reactive-1.13
  • Feature Traces quarkus-reactive-2.10.

    quarkus-resteasy-reactive-2.10.0.FINAL.jar or later

    whatap.conf
    weaving=quarkus-reactive-2.10
  • Feature Traces active stacks for the Webflux service in Spring Boot 2.5 or later.

  • Feature Traces the thread IDs for transactions.

    whatap.conf
    # default: false
    trace_thread_id_enabled=false
  • Changed Enabled collection of metrics for Java applications (java_memory, java_gc, and java_os).

    whatap.conf
    # default: true
    perfx_java_enabled=true
  • Changed Followed up the system property values in Java 20.

  • Changed Changed the ASM API version for Java 6, Java 7, and Java 8 from ASM5 to ASM6.

  • Fixed Fixed the bug where the log for a wrong version appears when tracing spring-boot-3.0.