본문으로 건너뛰기

Java Agent v2.2.16

2023년 9월 8일

  • Feature Java 20 지원 (자바 옵션 필요)

    --add-opens=java.base/java.lang=ALL-UNNAMED
  • Feature Redis의 Lettuce 드라이버 추적

    whatap.conf
    weaving=lettuce-6.2
  • Feature spring-boot-3.0 설정에 Lettuce 설정 포함

    whatap.conf
    weaving=spring-boot-3.0
  • Changed oracle.jdbc.driver.OraclePreparedStatement 추적 제외하는 옵션 추가

    whatap.conf
    # default
    hook_pstmt_oracle_enabled=true
  • Fixed kafka-clients-2.4.0 추적 시 발생하는 kafka 헤더 로그 제거

  • Fixed okhttp-2.7, okhttp3-3.14, okhttp3-4.4 추적 시 HTTP Call 정보를 수집하지 못하는 문제 수정

  • Fixed SQL 호출 시 발생할 수 있는 java.sql.Date 참조 에러 수정