This repository has been 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
5.0.0
[5.0.0] - 2018-11-07
Removed
- Aggregate to its own repository: https://github.com/CJSCommonPlatform/framework-domain
- Event Store to its own repository: https://github.com/CJSCommonPlatform/event-store
- Generators to their own repository: https://github.com/CJSCommonPlatform/framework-generators
- Cake Shop example app to its own repository: https://github.com/CJSCommonPlatform/cake-shop
- AbstractJdbcRepositoryIT from test utils, deprecated in previous version
- Moved CDI producers to Utilities
- Moved persistence-test-utils to Event Store
Changed
- Message adapter generator to use SubscriptionManager instead of the interceptor chain
- Travis setup now creates a postgres database as part of the build
- Moved EventBuffer into DefaultSubscriptionManager
- Updated to use latest raml generator plugin
- Updated utilities version to 1.15.1
- Updated test-utils version to 1.17.2
- Updated file.service version to 1.16.4
- Updated json-schema-catalog version to 1.4.1
- Updated common-bom version to 1.26.0 for Jackson version 2.8.11
- Updated maven framework parent pom version to 1.12.2
- Updated raml maven plugin version to 1.6.2
- Updated generator maven plugin version to 2.5.0
- Reduce the logging level for not using schema catalog
- Moved Integration tests in Event Buffer to use the new postgress database rather then H2 in memory database
- Integration Tests now use a running local instance of Postgres, rather than using an in memory database
- Updated common-bom version to 1.27.0 to fix apache tika security issues
- Update JdbcEventRepository to return all active stream ids
Added
- Schema catalog generation plugin to example service
- SchemaCatalogResolver to JsonSchemaLoader for resolving file base schemas with the schema catalog
- test-utils-enveloper-provider module
- EnveloperTestProvider that is used for testing usage of the Enveloper
- Flag to disable running of Integration Tests as part of the build
- Ability to return an Accepted code and payload from a post to a Command API component
4.4.2
Added
- Fixed minor bug in JsonValidationRequestFilter
4.4.1
Added
- Added filter to validate JSON payload format
- Updates to ensure user_id is not returned to client in HTTP error messages
4.4.0
Added
- Include additional properties in multipart
4.3.4
Changed
- Updated file-service to version 1.16.4
- Updated utilities to version 1.15.1
- Updated json-schema-catalog to version 1.4.1
4.3.3
Changed
- Updated maven-common-bom to version 1.28.0
- Updated file-service to version 1.16.3
- Updated utilities to version 1.15.0
- Updated generator-maven-plugin to version 2.6.1
- Updated json-schema-catalog to version 1.4.0
4.3.2
Changed
- Upgraded generator maven plugin to version 2.6.0
- Upgraded json schema catalog to version 1.3.2
4.3.1
[4.3.1] - 2018-07-11
Added
- Ability to return an Accepted code and payload from an post to a Command API component
Changed
- Remove logging to keep within Travis 4MB log limit
4.2.2
[4.2.2] - 2018-07-05
Changed
- Add SchemaCatalogResolver to JsonSchemaLoader for resolving file base schemas with the schema catalog
4.2.1
[4.2.1] - 2018-06-21
Changed
- Updated framework-api version to 2.1.2 to fix apache tika security issues