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

0.8.11

07 Jun 11:37
Compare
Choose a tag to compare

Changed

  • Ensure Jackson always adds a timezone when marshalling timestamps
  • Allow JAX-RS providers to be overridden in generated REST adapters

Fixed

  • Do not change port on REST requests to service components within the current service

0.8.10

07 Jun 09:51
Compare
Choose a tag to compare

Added

  • Configuration option to control REST client port via a system property
  • Add user id, session id and correlation id to REST headers for remote calls
  • JSON schema validation error logging

0.8.9

07 Jun 09:53
Compare
Choose a tag to compare

Changed

  • Allow senders to be annotated at the field level

Added

  • Add ListToJsonArrayConverter

0.8.8

07 Jun 09:55
Compare
Choose a tag to compare

Added

  • Requester injection for non-handler classes
  • Skip generation flag for RAML plugin
  • Metadata handling for REST client queries
  • POST support for REST clients
  • Persistence module and example for Deltaspike integration testing

0.8.7

13 Jun 13:09
Compare
Choose a tag to compare

Added

  • CORS filter

0.8.6

07 Jun 09:56
Compare
Choose a tag to compare

Added

  • Message trace logging
  • JEE integration test support
  • REST client test-utils module
  • Version now supplied in event metadata

0.8.5

13 Jun 13:41
Compare
Choose a tag to compare

Changed

  • Revert to consistently use Jackson 2.6.4

0.8.4

13 Jun 13:41
Compare
Choose a tag to compare

Changed

  • Use Jackson 2.7.4

0.8.3

13 Jun 13:40
Compare
Choose a tag to compare

Changed

  • Relax event type validation to accept plural to ease context migration to new framework

0.8.2

13 Jun 13:40
Compare
Choose a tag to compare

Added

  • Support for remote service invocation