Skip to content

fix: 채팅 메시지 알림 outbox 직렬화 실패 시 KOIN 표준 예외 미사용 수정 - #2419

Merged
dnjswldnd-3513 merged 1 commit into
developfrom
fix/2417-chat-outbox-illegal-state-exception
Sep 9, 2026
Merged

fix: 채팅 메시지 알림 outbox 직렬화 실패 시 KOIN 표준 예외 미사용 수정#2419
dnjswldnd-3513 merged 1 commit into
developfrom
fix/2417-chat-outbox-illegal-state-exception

Conversation

@dnjswldnd-3513

Copy link
Copy Markdown
Contributor

🔍 개요
채팅 메시지 알림 outbox 저장 중 JsonProcessingException 발생 시
IllegalStateException을 사용하여 KOIN 표준 예외 컨벤션을 위반하는 문제를 수정합니다.

close #2417

🚀 주요 변경 내용

  • TeamRecruitmentChatService: IllegalStateException → CustomException.of(INTERNAL_SERVER_ERROR) 교체

💬 참고 사항
ApiResponseCode.* static import가 이미 존재하여 별도 import 추가 없음

✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@dnjswldnd-3513 dnjswldnd-3513 self-assigned this Sep 9, 2026
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 54 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: dc9e2df8-6a50-4c4a-bd0b-8fdf1d04b3de

📥 Commits

Reviewing files that changed from the base of the PR and between ee04a63 and 50514cb.

📒 Files selected for processing (1)
  • src/main/java/in/koreatech/koin/domain/teamrecruitment/service/TeamRecruitmentChatService.java

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the 버그 정상적으로 동작하지 않는 문제상황입니다. label Sep 9, 2026
@github-actions
github-actions Bot requested a review from Soundbar91 September 9, 2026 04:19
@dnjswldnd-3513
dnjswldnd-3513 removed the request for review from Soundbar91 September 9, 2026 04:20
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Unit Test Results

1 148 tests   1 145 ✔️  3m 46s ⏱️
   258 suites         3 💤
   258 files           0

Results for commit 50514cb.

@dnjswldnd-3513
dnjswldnd-3513 merged commit 2aa4cf6 into develop Sep 9, 2026
7 checks passed
@dnjswldnd-3513
dnjswldnd-3513 deleted the fix/2417-chat-outbox-illegal-state-exception branch September 9, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

버그 정상적으로 동작하지 않는 문제상황입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[버그] 채팅 메시지 알림 outbox 직렬화 실패 시 KOIN 표준 예외 미사용

3 participants