Skip to content

[DEPLOY] 파트 정보 업데이트, 솝탬프 캐싱 리팩토링 배포#700

Merged
jher235 merged 119 commits intomainfrom
dev
Mar 25, 2026
Merged

[DEPLOY] 파트 정보 업데이트, 솝탬프 캐싱 리팩토링 배포#700
jher235 merged 119 commits intomainfrom
dev

Conversation

@jher235
Copy link
Copy Markdown
Member

@jher235 jher235 commented Mar 25, 2026

Related issue 🛠

Work Description ✏️

  • 파트 정보 업데이트, 솝탬프 캐싱 리팩토링 배포
  • 기수 37 -> 38로 업데이트

Related ScreenShot 📷

To Reviewers 📢

- StampInfo.Stamp 에 정적 팩토리 메서드를 사용하여 컨버트 책임을 분리
- private 메서드 하단으로 분리
- Stamp의 validate() 는 서비스 테스트에서 제외. 따로 엔티티 테스트 작성 예정
- 참조하는 oldStamp 의 필드 수정값을 기반으로 테스트를 진행하도록 수정
- EditStampRequestWithMissionId fixture 메서드 명 수정
jher235 and others added 27 commits March 15, 2026 04:35
- 기존에는 앱 서비스 조회 시 솝탬프 유저가 없어서 문제가 발생할 수 있었음
- DB 커넥션 풀 낭비 방지
- Sync가 아니라 캐시 삭제의 의미를 갖도록.
- redis 작업 시 DB 커넥션 풀을 잡고 있을 이유가 없다고 생각하여 제거
- 인스턴스 환경: 비동기로 처리하며, 풀 고갈 시 기존의 메인스레드가 동기적으로 수행
- 람다 환경: 기존에 작업하던 메인스레드가 동기적으로 수행하여 응답하도록 함
- .classesDirs와 .resourcesDir를 분리하여  .class 파일들과 application.yml 같은 리소스 파일들만 정확하게 ZIP의 최상단에 놓도록 함
- jar 파일의 이름을 기준으로 톰캣을 필터링 하도록 함
@github-actions github-actions bot requested a review from kyoooooong March 25, 2026 12:02
@jher235 jher235 merged commit 1b46118 into main Mar 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant