⭐ 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, withContextRefreshedEvent
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.
- Replaced the use of
❤️ Contributors
-
Thank you to all the contributors for this release!
한국어 버전은 다음 링크에서 확인할 수 있습니다: 한국어 릴리스 노트 보기