fix(ui): 실패 건 수동 재수집 시 414 Request-URI Too Long 오류 수정 #72

병합
HYOJIN bugfix/ISSUE-71-fix-retry-uri-too-long 에서 develop 로 2 commits 를 머지했습니다 2026-03-20 18:31:10 +09:00
Showing only changes of commit 2cafa5ff84 - Show all commits

파일 보기

@ -55,6 +55,7 @@
- AIS WebClient 버퍼 제한 50MB→100MB 확대 및 타임아웃 설정 추가 (DataBufferLimitException 해결)
- ShipDetailUpdateDataReader beforeFetch에서 allImoNumbers 미할당으로 인한 NPE 수정
- 재수집 모드 afterFetch 중복 실행으로 인한 실패 레코드 중복 INSERT 수정 (#64)
- 실패 건 수동 재수집 시 414 Request-URI Too Long 오류 수정 (#71)
### 변경
- 재수집 실패건 추적 기준 sourceStepExecutionId → sourceJobExecutionId로 변경 (#64)