Conversation
- StampInfo.Stamp 에 정적 팩토리 메서드를 사용하여 컨버트 책임을 분리 - private 메서드 하단으로 분리 - Stamp의 validate() 는 서비스 테스트에서 제외. 따로 엔티티 테스트 작성 예정
- 참조하는 oldStamp 의 필드 수정값을 기반으로 테스트를 진행하도록 수정
- EditStampRequestWithMissionId fixture 메서드 명 수정
- 기존에는 앱 서비스 조회 시 솝탬프 유저가 없어서 문제가 발생할 수 있었음
- DB 커넥션 풀 낭비 방지
- Sync가 아니라 캐시 삭제의 의미를 갖도록.
- redis 작업 시 DB 커넥션 풀을 잡고 있을 이유가 없다고 생각하여 제거
- 인스턴스 환경: 비동기로 처리하며, 풀 고갈 시 기존의 메인스레드가 동기적으로 수행 - 람다 환경: 기존에 작업하던 메인스레드가 동기적으로 수행하여 응답하도록 함
- .classesDirs와 .resourcesDir를 분리하여 .class 파일들과 application.yml 같은 리소스 파일들만 정확하게 ZIP의 최상단에 놓도록 함 - jar 파일의 이름을 기준으로 톰캣을 필터링 하도록 함
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.
Related issue 🛠
Work Description ✏️
Related ScreenShot 📷
To Reviewers 📢