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
6.4.2
6.4.1
[6.4.1] - 2020-04-09
Added
- Added get file-service datasource to TestJdbcDataSourceProvider
6.5.0-M5
[6.5.0-M5] - 2019-12-17
- Update framework-api to 4.2.1
- Add table in system database 'event_error_log' for storing errors with events that failed to process
- New SystemErrorService for reporting system errors
6.4.0
[6.4.0] - 2019-11-12
Changed
- SHUTTER command renamed to SUSPEND
- UNSHUTTER command renamed to UNSUSPEND
6.3.0
[6.3.0] - 2019-11-07
Changed
- JMX client is now called using the command name as a String rather than the SystemCommand itself.
- SystemCommands moved out to the projects that contain their CommandHandlers rather than centralised in
framework.
6.2.5
[6.2.5] - 2019-11-04
Changed
- Update json-schema-catalog to 1.7.6
6.2.4
[6.2.4] - 2019-11-04
Added
- New command ValidatePublishedEventsCommand that is for checking that all events fulfil their schemas
6.2.3
[6.2.3] - 2019-10-31
Changed
- Commands now fail with an UnrunnableSystemCommandException if the command is already in progress
6.2.2
[6.2.2] - 2019-10-23
Added
- New SystemCommands EnablePublishingCommand and DisablePublishingCommand for enabling/disabling the publishing beans
Changed
- Updated utilities.version to 1.20.3
- Updated json schema catalog to 1.7.5
release-6.2.1
[6.2.1] - 2019-10-17
Changed
- Renamed SystemCommandFailedException to SystemCommandInvocationFailedException
for better exception handling in the JMX client