@@ -4,17 +4,20 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
44[ Semantic Versioning] ( http://semver.org/ ) .
55
66## [ Unreleased]
7- - Add TestEventLogRepository
87
98### Changed
109- 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
1110
1211### Removed
1312- Access control Provider annotation and annotation scanning; this functionality has moved to the access control library
1413
15- ## [ 2.0.0-rc1]
14+ ## [ 2.0.0-rc1] 2017-05-31
1615
1716### Changed
17+ - Refactor all framework components that are not internal so that they are provided as interfaces
18+ via new Framework API modules
19+ - Rework interceptor chain so that it is specific to a service component, by allowing each component
20+ to provide an interceptor chain definition rather than using annotation scanning
1821- Upgrade to use framework parent POM [ 1.3.0] ( https://github.com/CJSCommonPlatform/maven-framework-parent-pom/releases/tag/release-1.3.0 )
1922
2023### Removed
@@ -23,6 +26,28 @@ be provided, typically by generating one from the destination RAML.
2326
2427### Fixed
2528- Test cases for random ZonedDateTime generators and added logging to show more info when they fail
29+ - Javadoc errors
30+
31+ ### Added
32+ - Script for building dependencies locally
33+ - Support for generating and discovering direct adapters, if a message destination exists locally
34+ a service component in the same application
35+
36+ ## [ 1.7.1] 2017-05-16
37+
38+ ### Added
39+ - Utility for browsing and deleting DLQ messages, backported from separate test utils library
40+ - Support for adding additional fields when building metadata
41+
42+ ## [ 1.7.0] 2017-05-16
43+
44+ ### Added
45+ - Add test event log repository to the test-utils-core module
46+
47+ ## [ 1.6.0] 2017-05-05
48+
49+ ### Added
50+ - Support for PDF generation in Alfresco interface
2651
2752## [ 1.5.2] 2017-04-07
2853
0 commit comments