All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The change log file consists of sections listing each version and the date they were released along with what was added, changed, deprecated, removed, fix and security fixes.
- Added - Lists new features
- Changed - Lists changes in existing functionality
- Deprecated - Lists once-stable features that will be removed in upcoming releases
- Removed - Lists deprecated features removed in this release
- Fixed - Lists any bug fixes
- Security - Lists security fixes to security vulnerabilities
- Updated Docker Client version to 8.9.2
- Updated Checkstyle version to 8.3
- Updated Checkstyle configuration to ignore long imports
- Updated ByteBuddy version to 1.7.6 and added a test case for it
- Added suppressions checkstyle file
- Updated checkstyle coding convention
- Added Apache Commons JEXL3 external module
- Added Spotify Docker Client external module
- Added snake yaml external module
- Issue where log4j MDC was being used instead of the slf4j MDC
- Insured that @Discoverable annotation is discarded by the compiler
- Changed checkstyle file name to testify_checkstyle.xml
- Updated checkstyle configuration to fix formatting issue with right curly bracket
- CONTRIBUTING.md and RELEASING.md documentation files
- Shaded test-logger module to avoid conflicts
- External shaded libraries
- Useful tools (service descriptor generator and test logging tools)
- Moved styles to coding-conventions module
- Moved maven resource shade transformer implementation to its own module (shade-plugin-extention)
- Initial commit.
- Custom checkstyle configuration
- Java header style configuration
- License text file used to check file header against
- Maven shade ResourceTransformer implementation that addresses MSHADE-182