🔖 Release: v2.1.8 버전 릴리즈#280
Merged
Reality-out merged 2069 commits intomainfrom Feb 4, 2026
Merged
Conversation
- 회원 프로필 덮어쓰기 API에서 응답으로 약한 ETag 서식 반환
- 추후에 변경된 API에 따라 테스트 메서드를 수정할 예정이므로 임시로 주석 처리함
- 사용자가 보내는 접근 토큰의 내용이 보안 맥락에 들어 있으므로 클라이언트가 별도로 발송할 필요를 없앰
- reorderParts()로 MultipartFile은 정렬되지만 orderInfo는 정렬되지 않아 인덱스 매칭 오류 발생 - orderInfo도 order 기준으로 정렬하여 orderedParts와 동기화
- orderInfo 순서가 섞여도 올바른 order 값이 매핑되는지 검증 - orderInfo와 orderedParts의 인덱스 동기화 검증
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- 에러의 경우마다 보내야 하는 메시지의 내용이 다르므로 해당 사항을 적용함
- PostTestDataHelper에서 시간을 입력받아 PostQueryJooqRepositoryIntegrationTest에서 명시적인 시간 간격으로 게시글 생성하여 정렬 순서 보장
- 클라이언트의 요구에 따라 시간 정보를 포함하기 위해 변경함
- 댓글 경로의 값이 비었을 때에 대한 에러이므로 관련된 코드를 넣음
- 개발환경과 통합 테스트 환경을 구분하기 위한 임시방편으로 통합테스트 게시글 날짜를 미래 날짜로 설정
- TokenService에 @transactional을 추가하여 트랜잭션이 정상적으로 적용되도록 수정
- 낙관적 락 충돌 문제를 방지하기 위해 전체 매핑 후 저장 방식을 제거하고 개별 필드 업데이트로 변경 - 엔티티 업데이트 메서드 추가
…fix-update-post
- 동적으로 예외 메시지를 구성하여 클라이언트에게 발송해야 하는 경우가 있는데, 기존의 Enum들로는 해당 작업이 불가하므로 추가함
- MethodArgumentNotValidException이 발생한 경우, 예외에 포함된 메시지를 발송해야 하는 경우가 있으므로 추가함
- supers에 있는 요소이 enums에 있는 요소들만 구현하지 않고 model에 있는 요소도 구현하므로 위치를 변경함
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.