All notable changes to this project will be documented in this file, which follows the guidelines on Keep a CHANGELOG. This project adheres to Semantic Versioning.
- Updated common-bom version to 2.5.0
- Updated test-utils version to 1.24.4
- Remove accidental logging of JsonEnvelope payload if exception thrown during json to object conversion
- Improved validation of yaml files parsing with better error messages
- Updated common-bom version to 2.4.0
- Updated test-utils version to 1.24.3
- Updated common-bom version to 2.3.0
- Updated test-utils version to 1.24.2
- Poller and MultiIteratingPoller classes
- Updated test-utils version in parent pom to 1.23.0
- Yaml parser
- Updated bom-config
- Update changelog with correct details
- Remove deprecated github_token entry from travis.yml
- Remove deprecated github_token entry from travis.yml
- Updated test-utils to 1.22.0-M1
- Updated test-utils to 1.22.0
- Updated test-utils to 1.21.0
- Updated common bom to 1.29.0
- Updated test-utils to 1.19.1
- Updated test-utils to 1.18.1
- Moved in CDI producers from Framework and JobManager
- Fix additional properties NullPointer exception.
- Add Integer based enum capability for serialisation and deserialization of Json
- Configured object mapper to ignore unexpected properties, to support additionalProperties = true
- Updated common-bom version to 1.27.0 to fix apache tika security issues
- Upgrade Jackson to 2.8.11 to fix Jackson security issues
- ObjectMapperProducer method for creating and object mapper with a JmsFactory
- Exception thrown by ObjectMapper if additional properties contains a null value
1.12.0 - 2018-02-09
- Moved LoggerUtils to utilities project.
1.11.0 - 2017-11-15
- Added additional properties functionality.
1.10.0 - 2017-11-01
- Update common-bom version to 1.20.0 to fix OWASP issues
1.9.0 - 2017-10-12
- Removed dependency on org.json and refactored JSONObjectValueObfuscator.
1.8.1 - 2017-09-20
- Potential leak of sensitive information to log files when JSON errors are encountered in JsonObjectToObjectConverter class
1.8.0 - 2017-08-21
- Travis CI user updated to common CI user
- Test utils upgraded to version 1.7.0
- Support for enums for ObjectMapper and ObjectMapperProducer
- Added Sonarcloud analysis
- Moved compiler classes to Utilities from Microservices Framework
1.7.0 - 2017-07-28
- Switch to bintray for releases
- Use improved Travis CI build process
- Consistent SCM settings
1.6.0 - 2017-03-15
- configuration GlobalValue and Value annotation implementations from framework
1.5.0 - 2017-03-14
- beans.xml for CDI for file module
1.4.0 - 2017-03-13
- beans.xml for CDI
1.3.0 - 2017-03-13
- Created new 'file' module and moved content detection into it
1.2.0 - 2017-03-10
- Utility class for detecting the content type of an InputStream
- Upgrade common bom to 1.13.0
1.1.0 - 2017-02-28
- JsonObjects and other utility classes moved to here from framework
1.0.0 - 2017-02-28
- Initial project configuration
- Initial Utilities