Skip to main content

Java Agent v2.2.8

June 9, 2023

New Feature New

  • Tracing the io.asyncer (r2dbc-mysql open source driver)

    • Including the spring-boot-2.7.x and spring-boot-3.x options

      whatap.conf
      # spring-boot-2.7 or later
      weaving=tomcat9,spring-boot-2.7.x

      # spring-boot-3.0 or later
      weaving=tomcat10,spring-boot-3.x
    • spring-boot-2.7.x

      • io.asyncer:r2dbc-mysql-0.9.3
    • spring-boot-3.x

      • io.asyncer:r2dbc-mysql-1.0.2

Update Change

  • Modification of the option during the spring-boot-3.x async tracing Changed the default value from false to true.
    whatap.conf
    # Default value
    springboot_tomcat10_enabled=true