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.2.2 #8

Merged
merged 5 commits into from
Dec 1, 2024
Merged

Release v1.2.2 #8

merged 5 commits into from
Dec 1, 2024

Conversation

joon6093
Copy link
Owner

@joon6093 joon6093 commented Nov 29, 2024

⭐ New Features

  • 라이브러리 초기화 로그 메시지 기능 추가

    • 라이브러리 초기화 시 설정된 종료 코드, 종료 메시지 경로, 종료 메시지를 로그로 출력하여 설정 상태를 확인할 수 있도록 구현했습니다.
      2024-11-30T08:10:12.628+09:00  INFO 35700 --- [           main] i.j.handler.SigtermHandlerConfiguration  : Sigterm handler initialized with exitCode: 0, terminationMessagePath: /dev/termination-log, terminationMessage: 'SIGTERM signal received...'
      
  • SIGTERM 신호 수신 로그 기능 추가

    • 애플리케이션이 SIGTERM 신호를 수신하면 종료 핸들러가 작동하며 로그를 기록합니다. 이를 통해 종료 과정의 상태를 명확히 확인할 수 있습니다.
      2024-11-30T08:10:17.677+09:00  INFO 35700 --- [ SIGTERM handler] i.j.handler.ApplicationTerminator   : Received SIGTERM signal. Initiating termination handler.
      

🪲 Bug Fixes

  • 테스트 컨테이너 종료 시점 검증 로직 수정
    • 테스트 중 컨테이너가 종료되기 전에 값을 검증하는 문제가 발생하여, 컨테이너 종료 상태를 확인한 뒤 검증을 수행하도록 수정했습니다.
    • Thread.sleep 대신 container.isRunning() 메서드를 활용해 컨테이너 종료를 확실하게 대기하도록 하였습니다.

❤️ Contributors

  • @joon6093

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

@joon6093 joon6093 self-assigned this Nov 29, 2024
Copy link

github-actions bot commented Nov 29, 2024

Test Results

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

Results for commit 4d1a340.

♻️ This comment has been updated with latest results.

@joon6093 joon6093 merged commit f55f1c1 into main Dec 1, 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