This repository was archived by the owner on Aug 13, 2020. It is now read-only.
Releases: CJSCommonPlatform/microservice_framework_version_6
Releases · CJSCommonPlatform/microservice_framework_version_6
2.0.0-rc6
Changed
- Improved logging for annotation scanning
- Add component to audit interceptor so that audit messages can distinguish between components even when they are deployed in a single WAR.
2.0.0-rc5
Changed
- Include base URI in class name for generated JMS listeners. This ensures they are unique, but any project that overrides the generated class will need to change the class name of their override to match.
2.0.0-rc4
Fixed
- Aggregate snapshot service was pulling in Liquibase due to an incorrect dependency scope
2.0.0-rc3
Changed
- Logging dependencies tidied up - all logging implementations excluded from dependencies and tests use new test utils modules for logging
Removed
- Precondition class marked as deprecated - will be removed in 3.0.0 unless a differen tuse case is found for it
2.0.0-rc2
Changed
- Interceptor chain now adds the component name to the context so it can be used by the access control interceptor or anything else that needs it
Removed
- Access control Provider annotation and annotation scanning; this functionality has moved to the access control library
1.7.1
Added
- Utility for browsing and deleting DLQ messages, backported from separate test utils library
- Support for adding additional fields when building metadata
2.0.0-rc1
Changed
- Refactor all framework components that are not internal so that they are provided as interfaces
via new Framework API modules - Rework interceptor chain so that it is specific to a service component, by allowing each component
to provide an interceptor chain definition rather than using annotation scanning - Upgrade to use framework parent POM 1.3.0
Removed
- Support for default sender destinations removed; senders now always require messaging clients to
be provided, typically by generating one from the destination RAML.
Fixed
- Test cases for random ZonedDateTime generators and added logging to show more info when they fail
- Javadoc errors
Added
- Script for building dependencies locally
- Support for generating and discovering direct adapters, if a message destination exists locally
a service component in the same application
1.7.0
Added
- Add test event log repository to the test-utils-core module
1.6.0
Added
- Support for PDF generation in Alfresco interface
1.5.2
Fixed
- Service names with hyphens were also breaking other adapters and clients
- Enveloper was keeping stream metadata from events when enveloping commands