Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@joon6093 joon6093 released this 19 Dec 10:19
· 1 commit to main since this release
0ca0592

⭐ New Features

  • POSIX Standard Exit Code Validation Added

    • Introduced functionality to validate and set exit codes within the range of 0 to 255, as specified by the POSIX standard.
    • Docker container exit codes also adhere to the POSIX standard, requiring values between 0-255. If an out-of-range value is provided, it will wrap around into the valid range (e.g., 256 becomes 0, 257 becomes 1).
    • An exception message is displayed when an invalid exit code is input, indicating that the value exceeds the permissible range.
  • Handler Initialization Using Spring Application Context Events

    • Replaced the use of @PostConstruct, which had limitations in defining a clear execution point, with ContextRefreshedEvent from Spring Application Context Events.
    • This improvement ensures that the handler initialization logic executes reliably at the exact point when the application context is fully refreshed and initialized.

❤️ Contributors

  • @joon6093

    Thank you to all the contributors for this release!

한국어 버전은 다음 링크에서 확인할 수 있습니다: 한국어 릴리스 노트 보기