@@ -5,15 +5,24 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
55
66## [ Unreleased]
77
8- ## [ 2.2.0] 2017-08-02
8+ ## [ 2.2.1] - 2017-09-01
9+
10+ ### Changed
11+ - Converted to release to bintray
12+ - Converted example context to run as a single war by default
13+
14+ ### Fixed
15+ - Class conflicts between generated clients in a single war
16+
17+ ## [ 2.2.0] - 2017-08-02
918
1019### Changed
1120- Use maven-framework-parent-pom 1.6.1, which simply changes the wildfly-maven-plugin to 1.2.0.Alpha6 and stops adding it to every build
1221- example-it: move the wildfly operations to the pre/post-integration-test phases (where they belong)
1322- Switch to bintray for release processes
1423- Cleaned up some unnecessary version overrides
1524
16- ## [ 2.1.0] 2017-07-17
25+ ## [ 2.1.0] - 2017-07-17
1726
1827### Added
1928- New test matcher for checking schema properties
@@ -22,7 +31,7 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
2231- Aggregate snapshot repository did not use aggregate class when retrieving snapshots, so services that use multiple aggregate classes
2332on the same stream could get class cast exceptions
2433
25- ## [ 2.0.0] 2017-06-23
34+ ## [ 2.0.0] - 2017-06-23
2635
2736### Changed
2837- Refactor all framework components that are not internal so that they are provided as interfaces
@@ -91,15 +100,15 @@ class will need to change the class name of their override to match.
91100### Removed
92101- Precondition class marked as deprecated - will be removed in 3.0.0 unless a differen tuse case is found for it
93102
94- ## [ 2.0.0-rc2] 2017-06-06
103+ ## [ 2.0.0-rc2] - 2017-06-06
95104
96105### Changed
97106- 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
98107
99108### Removed
100109- Access control Provider annotation and annotation scanning; this functionality has moved to the access control library
101110
102- ## [ 2.0.0-rc1] 2017-05-31
111+ ## [ 2.0.0-rc1] - 2017-05-31
103112
104113### Changed
105114- Refactor all framework components that are not internal so that they are provided as interfaces
@@ -121,28 +130,28 @@ be provided, typically by generating one from the destination RAML.
121130- Support for generating and discovering direct adapters, if a message destination exists locally
122131a service component in the same application
123132
124- ## [ 1.7.1] 2017-05-16
133+ ## [ 1.7.1] - 2017-05-16
125134
126135### Added
127136- Utility for browsing and deleting DLQ messages, backported from separate test utils library
128137- Support for adding additional fields when building metadata
129138
130- ## [ 1.7.0] 2017-05-16
139+ ## [ 1.7.0] - 2017-05-16
131140
132141### Added
133142- Add test event log repository to the test-utils-core module
134143
135- ## [ 1.6.0] 2017-05-05
144+ ## [ 1.6.0] - 2017-05-05
136145
137146### Added
138147- Support for PDF generation in Alfresco interface
139148
140- ## [ 1.5.2] 2017-04-07
149+ ## [ 1.5.2] - 2017-04-07
141150
142151###
143152- Service names with hyphens were also breaking other adapters and clients
144153
145- ## [ 1.5.1] 2017-04-05
154+ ## [ 1.5.1] - 2017-04-05
146155
147156### Fixed
148157- Event listeners for services with a hyphen in the name generated invalid class names
@@ -709,7 +718,10 @@ turned off by default
709718
710719- Initial release with basic dispatcher, handler and adapter generation
711720
712- [ Unreleased ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.1.0...HEAD
721+ [ Unreleased ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.2.1...HEAD
722+ [ 2.2.1 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.2.0...release-2.2.1
723+ [ 2.2.0 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.1.0...release-2.2.0
724+ [ 2.1.0 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0...release-2.1.0
713725[ 2.1.0 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0...release-2.1.0
714726[ 2.0.0 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.7.0...release-2.0.0
715727[ 2.0.0-rc8 ] : https://github.com/CJSCommonPlatform/microservice_framework/compare/release-2.0.0-rc7...release-2.0.0-rc8
0 commit comments