Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.3.0 #9

Merged
merged 5 commits into from
Dec 19, 2024
Merged

Release v1.3.0 #9

merged 5 commits into from
Dec 19, 2024

Conversation

joon6093
Copy link
Owner

@joon6093 joon6093 commented Dec 18, 2024

⭐ New Features

  • POSIX 표준에 따른 종료 코드 검증 기능 추가

    • POSIX 표준에 따라 종료 코드를 0에서 255 사이로 설정할 수 있는 기능을 추가했습니다.
    • Docker 컨테이너의 종료 코드 또한 POSIX 표준을 따르며, 종료 코드는 0-255 사이의 값이어야 합니다. 만약 범위를 벗어난 값이 설정되면, 초과된 값만큼 0-255 범위 내에서 다시 시작됩니다.
    • 잘못된 종료 코드가 입력될 경우, 유효한 범위를 벗어났다는 예외 메시지가 출력됩니다.
  • Spring Application Context Events를 활용한 핸들러 초기화

    • 기존에 사용하던 @PostConstruct는 실행 시점을 명확히 파악하기 어렵다는 단점이 있었습니다. 이를 해결하기 위해 Spring Application Context Events 중 하나인 ContextRefreshedEvent를 사용하여 핸들러 초기화 로직을 구현했습니다.
    • 이를 통해 컨텍스트 초기화가 완료되는 정확한 시점에 핸들러가 안정적으로 등록되도록 개선했습니다.

❤️ Contributors

  • @joon6093

    이번 릴리스에 기여해주신 모든 분들께 감사드립니다!

@joon6093 joon6093 self-assigned this Dec 18, 2024
Copy link

github-actions bot commented Dec 18, 2024

Test Results

8 tests   8 ✅  54s ⏱️
5 suites  0 💤
5 files    0 ❌

Results for commit b4f997a.

♻️ This comment has been updated with latest results.

@joon6093 joon6093 merged commit 0ca0592 into main Dec 19, 2024
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