🔖 Release: v2.1.9 버전 릴리즈#288
Merged
Reality-out merged 2109 commits intomainfrom Feb 5, 2026
Merged
Conversation
- 숫자만 작성되어 있으면 의도를 알 수 없으므로 삭제함
- 더 이상 사용하지 않는 필드가 주석의 내용이므로 삭제함
- 클라이언트가 초 단위 값을 사용하므로 추가함
- 조건이 거짓일 때 NULL 값을 반환하던 문제 수정
- 추후에 변경된 API에 따라 테스트 메서드를 수정할 예정이므로 임시로 주석 처리함
- 사용자가 보내는 접근 토큰의 내용이 보안 맥락에 들어 있으므로 클라이언트가 별도로 발송할 필요를 없앰
- 에러의 경우마다 보내야 하는 메시지의 내용이 다르므로 해당 사항을 적용함
- 클라이언트의 요구에 따라 시간 정보를 포함하기 위해 변경함
- 댓글 경로의 값이 비었을 때에 대한 에러이므로 관련된 코드를 넣음
- 디버깅을 할 때 필요하므로 넣음
- jOOQ 쿼리의 여러 곳에서 사용하기 위해 별도로 분리함
- 숫자만 작성되어 있으면 의도를 알 수 없으므로 삭제함
- 더 이상 사용하지 않는 필드가 주석의 내용이므로 삭제함
- 클라이언트가 초 단위 값을 사용하므로 추가함
- 조건이 거짓일 때 NULL 값을 반환하던 문제 수정
- Empty, Invalid 형식의 exception 삭제 - EmptyValueException과 InvalidValueException예외 추가
- domain과 framework영역에서 EmptyValueException과 InvalidValueException를 사용하도록 변경
- 게시글 테스트에서 EmptyValueException과 InvalidValueException를 사용하도록 변경
- Empty, Invalid 형식의 exception 삭제 - EmptyValueException과 InvalidValueException예외 추가
- domain계층에서 EmptyValueException과 InvalidValueException를 사용하도록 변경
- 게시글 테스트에서 EmptyValueException과 InvalidValueException를 사용하도록 변경
… 있는 경우 에러 응답에 반영하는 로직 추가
- 게시글 수정 시 기존 게시글 발행 상태 검증 추가 - 최초 발행시에만 publishedAt이 갱신되도록 수정
- 게시글 수정 시 기존 게시글 발행 상태 검증 추가에 따라 게시글 수정 테스트에 publishedAt값 추가
- 최신 댓글이 하단에 위치하는 게 자연스러우므로 수정함
… 있는 경우 에러 응답에 반영하는 로직 추가
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.
No description provided.