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.0.11
[6.0.11] - 2019-08-30
Added
- ordering to subscriptions descriptor yamls
Fixed
- JdbcDataSourceProvider can now handle multiple DataSources
6.0.10
[6.0.10] - 2019-08-28
Added
- JMX SystemCommands can now be disabled for a context
6.0.9
[6.0.9] - 2019-08-21
Fixed
- JsonSchemaValidationMatcher now supports yaml/json/schema location
6.0.8
[6.0.8] - 2019-08-21
Fixed
- Better error message if the name of the JMX bean is incorrect when called by the client
release-6.0.7
[6.0.7] - 2019-08-20
Added
- New Utility test class for calling SystemCommands
Changed
- Name SystemCommand classes have consistent name. i.e. from ShutterSystemCommand to ShutterCommand
- The the context name in JmxParameters is now parsed so that everything after the first dash is excluded
i.e. a war with name 'customer-service' would now become just 'customer'
Fixed
- All server side Exceptions thrown by the JMX bean are now included in the api classes to fix
ClassNotFoundExceptions in the JMX client
6.0.6
[6.0.6] - 2019-08-19
Removed
- ApplicationShutteredStateObserver so that state is not changed by observed events
6.0.5
[6.0.5] - 2019-08-19
Changed
- Shuttering state is now set directly rather than relying on Events as they may arrive out of order
6.0.4
[6.0.4] - 2019-08-16
Added
- New call to get application state from JMX bean
6.0.3
[6.0.3] - 2019-08-16
Added
- subscriptions_descriptor.yaml location pattern for jms_uri and rest_uri
Fixed
- ShutteringRegistry is now correctly a singleton
6.0.2
[6.0.2] - 2019-08-15
Changed
- Update json-schema-catalog to 1.7.4