Skip to main content

Java Agent v2.2.14

August 17, 2023

  • Feature Tracing resilience4j has been added.

    whatap.conf
    weaving=resilience4j
    Note

    CompletableFuture tracing is required. For more information, see the following.

  • Feature Tracing undertow has been added.

    Tracing the undertow-2.3.0 has been added in response to spring-boot-3.0.

    whatap.conf
    # Include in the spring-boot-3.0 configuration.
    weaving=spring-boot-3.0

    # The undertow tracing can be set separately.
    weaving=undertow-2.3.0
  • Feature Added the option to handle SQL exceptions and HTTP call exceptions as custom exceptions.

    whatap.conf
    # Default
    trace_exception_overrite_enabled=false
  • Feature Upon occurrence of java.sql.SQLException, added the option to display together with error code.

    whatap.conf
    # Default
    trace_sql_errorcode_enabled=false
  • Change Expanded the biz_exception option range so that transaction level can be adjusted to Info when SQL Exception or HTTP Call Exception occurs.

    whatap.conf
    biz_exception=java.sql.SQLException,org.h2.jdbc.JdbcSQLDataException
  • Change Added some data to the NEW_OVERFLOW alert.