Conversation
WalkthroughNoticeMessageDto 클래스에 Long 타입의 id 필드를 추가했습니다. Builder 생성자를 업데이트하여 id 매개변수를 포함하고 널 체크를 확장했습니다. from(Notice)와 from(DepartmentNotice) 팩토리 메서드를 수정하여 id를 빌더 체인에 추가했습니다. Changes
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/main/java/com/kustacks/kuring/message/application/port/out/dto/NoticeMessageDto.java (1)
27-39:NoticeMessageDto.builder()호출부에서id필드를 설정하지 않아 런타임 실패가 발생합니다.
FirebaseNotificationService.convertDtoFromCommand()메서드의 builder 호출(195-202줄)이id필드를 설정하지 않으므로, 생성자의Assert.notNull(id, ...)체크에서 AssertionError가 발생합니다. 이 메서드를 수정하여 id를 설정하거나, 생성자의 null 검증 정책을 검토해주세요.
|



Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.