File tree Expand file tree Collapse file tree 4 files changed +77
-2
lines changed
Expand file tree Collapse file tree 4 files changed +77
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ keywords: [ 릴리스 노트 ]
4949</a >
5050
5151<a href = ' release-notes/java-batch' >
52- <div class = ' apm-agent' >
52+ <div class = ' apm-agent new ' >
5353<div class = ' logo' >
5454<LinkImage img = ' index-icon/product-java-l.svg' desc = ' java' />
5555</div >
Original file line number Diff line number Diff line change 1+ ---
2+ id : java-batch-2_2_26
3+ title : Java Batch Agent v2.2.26
4+ toc_max_heading_level : 2
5+ pagination_next : release-notes/java-batch/java-batch-2_2_25
6+ displayed_sidebar : releaseSidebar
7+ ---
8+
9+ 2025년 03월 27일
10+
11+ - <Status priority = ' 1' >New</Status > 바인드 변수 수집 기능 추가
12+
13+ - 배치 프로세스 및 배치 호스트 설정 필요
14+
15+ <Columns >
16+ <Column className = " text--left width--50-2" >
17+ ``` bash title='batch'
18+ # default: false
19+ hook_batch_pstmt_param_enabled=true
20+ ```
21+ </Column >
22+ <Column className = " text--left" >
23+ ``` bash title='batch-host'
24+ # default: false
25+ trace_batch_host_param_enabled=true
26+ ```
27+ </Column >
28+ </Columns >
29+
30+ :::caution
31+
32+ 바인드 변수 수집 시 애플리케이션 성능에 영향을 줄 수 있습니다.
33+
34+ :::
35+
36+ - <Status priority = ' 1' >Feature</Status > 트랜잭션 및 SQL 통계 수집 기능 추가
37+
38+ - <Status priority = ' 1' >Feature</Status > 트랜잭션의 DB Connection Time, SQL Fetch Count, SQL Fetch Time 수집 추가
39+
40+ import DownloadJavaBatchAgent from " ./_import_dl-java-batch-agent.mdx" ;
41+
42+ <DownloadJavaBatchAgent />
Original file line number Diff line number Diff line change 1+ ---
2+ id : java-2_2_55
3+ title : Java Agent v2.2.55
4+ toc_max_heading_level : 2
5+ pagination_next : release-notes/java/java-2_2_54
6+ displayed_sidebar : releaseSidebar
7+ ---
8+
9+ 2025년 03월 27일
10+
11+ - <Status priority = ' 1' >Feature</Status > ` undertow-server 2.3.0 ` 이상 버전에서 Status Code 수집 기능 추가 및 Exception 추적 범위 확장
12+
13+ - <Status priority = ' 1' >Changed</Status > ` mtid ` 가 없는 경우 traceparent 헤더를 생성하지 않도록 변경
14+
15+ - <Status priority = ' 0' >Fixed</Status > ` undertow-server 2.3.0 ` 이상에서 ` spring-webflux 6.0 ` 이상을 구현한 경우 트랜잭션 데이터가 중복 수집되는 현상 수정
16+
17+ ``` makefile
18+ # # example using spring-boot-3.4.3 on undertow-2.3.18.Final
19+ weaving =spring-boot-3.2,undertow-2.3.0
20+ ```
21+
22+ - <Status priority = ' 0' >Fixed</Status > ` undertow-server 2.3.0 ` 이상에서 Jakarta Filter 호출 시 트랜잭션 데이터가 중복 수집되는 현상 수정
23+
24+ - <Status priority = ' 0' >Fixed</Status > ` tomcat ` 또는 ` embedded-tomcat ` 실행 시 ` whatap.oname ` 을 지정하지 않은 경우 수집 서버와 연결되지 않는 현상 수정
25+
26+ - <Status priority = ' 1' >Deprecated</Status > ` webflux ` 설정 지원 종료, 기존 설정은 ` spring-boot ` 설정으로 대체
27+
28+ > ` webflux-5.3 ` → ` spring-boot-2.1 ` or ` spring-boot-2.5 ` or ` spring-boot-2.7 `
29+
30+
31+ import DownloadJava from ' ./_import_dl-java-agent.mdx' ;
32+
33+ <DownloadJava ver = " 2.2.55" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ displayed_sidebar: releaseSidebar
2525
2626#### SAP ASE
2727
28- <Status priority = ' 1' >Feature</Status > <Cmdname sid = " side_analysis" className = " uitext" /> > ; <Cmdname sid = " side_dbParameter" className = " uitext" /> 메뉴에서 기준일과 현재일이 동일한 경우 실시간 데이터베이스 파라미터를 조회할 수 있는 기능 추가
28+ <Status priority = ' 1' >Feature</Status > <Cmdname sid = " side_analysis" className = " uitext" /> > ; <Cmdname sid = " side_dbParameter" className = " uitext" /> 메뉴에서 < Cmdname sid = " reference_date " className = " uitext " />와 < Cmdname sid = " comparison_date " className = " uitext " />가 모두 현재일 경우 실시간 데이터베이스 파라미터를 조회할 수 있는 기능 추가
2929
3030</div >
3131
You can’t perform that action at this time.
0 commit comments