Release v1.3.1 - #10
Open
jeyongsong wants to merge 3 commits into
Open
Conversation
Test Results8 tests 8 ✅ 50s ⏱️ Results for commit 417f380. |
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.
🔧 Refactoring
@Configuration클래스의 CGLIB 프록시 제거@AutoConfiguration을 적용하여 자동 구성 클래스임을 명확히 했습니다.불필요한 Bean 등록 제거
ApplicationTerminator를 직접 빈으로 등록하였으나, 외부에서 직접 사용할 일이 없는 내부 구현체이므로, 이를 제거하고SignalHandlerRegistrar를 등록할 때 직접 생성하도록 변경하였습니다.ApplicationRunner 기반으로 Signal 핸들러 등록 방식 개선
@EventListener(ContextRefreshedEvent.class)를 활용하여 Signal 핸들러를 등록하였으나,ApplicationRunner인터페이스를 구현하는 방식으로 전환하였습니다.ApplicationRunner는 스프링 애플리케이션이 완전히 초기화된 후 실행되는 콜백 인터페이스이므로,ApplicationStartingEvent를 활용하는 방식보다ApplicationRunner가 의도에 더 잘 부합한다고 판단하였습니다.❤️ Contributors
@joon6093
이번 릴리스에 기여해주신 모든 분들께 감사드립니다!