Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Releases: CJSCommonPlatform/microservice_framework_version_6

6.4.2

23 Apr 12:26
Compare
Choose a tag to compare

[6.4.2] - 2020-04-23

Changed

  • Update framework-api to 4.3.0

6.4.1

09 Apr 12:01
Compare
Choose a tag to compare

[6.4.1] - 2020-04-09

Added

  • Added get file-service datasource to TestJdbcDataSourceProvider

6.5.0-M5

17 Dec 15:31
Compare
Choose a tag to compare
6.5.0-M5 Pre-release
Pre-release

[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

12 Nov 14:44
Compare
Choose a tag to compare

[6.4.0] - 2019-11-12

Changed

  • SHUTTER command renamed to SUSPEND
  • UNSHUTTER command renamed to UNSUSPEND

6.3.0

07 Nov 11:15
Compare
Choose a tag to compare

[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

04 Nov 13:19
Compare
Choose a tag to compare

[6.2.5] - 2019-11-04

Changed

  • Update json-schema-catalog to 1.7.6

6.2.4

04 Nov 11:35
Compare
Choose a tag to compare

[6.2.4] - 2019-11-04

Added

  • New command ValidatePublishedEventsCommand that is for checking that all events fulfil their schemas

6.2.3

31 Oct 11:24
Compare
Choose a tag to compare

[6.2.3] - 2019-10-31

Changed

  • Commands now fail with an UnrunnableSystemCommandException if the command is already in progress

6.2.2

23 Oct 13:27
Compare
Choose a tag to compare

[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

17 Oct 14:40
Compare
Choose a tag to compare

[6.2.1] - 2019-10-17

Changed

  • Renamed SystemCommandFailedException to SystemCommandInvocationFailedException
    for better exception handling in the JMX client