fix: @JsonIgnore 누락 수정 및 CLAUDE.md 패키지 구조 갱신#45
Merged
Conversation
- TicketActionLog, TicketMetricSnapshot의 ticket 필드에 @JsonIgnore 추가 - CLAUDE.md 패키지 구조를 실제 코드와 일치하도록 수정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
closes #46
변경 사항
TicketActionLog:ticket필드에@JsonIgnore추가TicketMetricSnapshot:ticket필드에@JsonIgnore추가CLAUDE.md: 패키지 구조를 실제 코드와 일치하도록 갱신작업 내용 상세
🟡 @JsonIgnore 누락
TicketActionLog,TicketMetricSnapshot엔티티의ticket필드가 LAZY 로딩인데@JsonIgnore가 없어서 직렬화 시LazyInitializationException또는 N+1 쿼리 발생 가능.@JsonIgnore추가로 직렬화에서 제외.🟠 CLAUDE.md 불일치
ai/MetricPoint.java제거 (이미 삭제된 파일)ai/패키지에MetricsCollectionScheduler,MetricsData,MetricsSendRequest추가metric/패키지에MetricPoint,CurrentMetric추가kubernetes/패키지에PodInfo,PodEvent추가체크리스트
./gradlew build성공 확인