Skip to main content

Java Agent v2.2.26

January 11, 2024

  • Feature Traces the reactor-kafka-1.3 in spring-boot-2.5 or later.

    whatap.conf
    # using spring-boot-2.5 ~
    weaving=spring-boot-2.5

    # using spring-boot-2.7 ~
    weaving=spring-boot-2.7

    # using spring-boot-3.0 ~
    weaving=spring-boot-3.0
  • Feature Traces the RxJava schedules when using RxJava in spring-boot-2.5 or later.

    whatap.conf
    # using spring-boot-2.5 ~
    weaving=spring-boot-2.5

    # using spring-boot-2.7 ~
    weaving=spring-boot-2.7
  • Feature Traces RxJava3 schedules when using RxJava3 in spring-boot-3.0 or later.

    whatap.conf
    # using spring-boot-3.0 ~
    weaving=spring-boot-3.0
  • Feature Collects and displays threadName, className, methodName, and lineNumber in the agent log.

    whatap.log
    [{threadName}][{className}.{methodName}({lineNumber})] 
  • Feature Modified the agent log format.

    whatap.log
    {date} {time} [{threadName}][{className}.{methodName}({lineNumber})] ({work}) {log}

    whatap log

  • Feature Traces CallableStatement of Tibero.

  • Changed Modified the text color of the agent log.

  • Changed Modified the agent logfile name when starting the agent from whatap-date.log to whatap.log.

  • Changed When the UTC reference date is changed, modified to save the whatap.log file name to whatap-date.log.

Note

Download: Java Agent v2.2.26

To install the Java agent for the first time, install the package first using the following command. For more information about agent installation, see the following.

wget https://service.whatap.io/agent/whatap.agent.java.tar.gz