X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Skip to end of metadata
Go to start of metadata

Release Date: Monday, February 05, 2018

Change Log

Improvement

EAGLE-112 - Add ability to configure name of client used by an Eagle web service

Prior to this release, the core service client used by an Eagle web service did not specify a client name when creating the client. This resulted in a UUID being used as the client name. This release changes this behavior as follows:

  • Use the web service app name as the name of it core client instance
  • Allow the web service to be configure with a client nam qualifier that, if specified, will be appended to the name of the core client

EAGLE-134 - Add extErrorCode to EServiceException

New integer field extCode is now added to EServiceException. This enables application specific error codes to be used in eagle apps.

Bug

EAGLE-118 - IllegalStateException thrown if CDC runner is reopened after close

Prior to this release, the Eagle CDC runner would throw an IllegalStateException when reopened after a close. This release fixes this issue

EAGLE-136 - Swagger request fields of primitive array type not being generated

Fixed the issue where primitive array type fields in requests were not being generated and available in the swagger doc.

EAGLE-141 - NPE in MessageProcessingTimePersister during CDC if DB is disabled and cdc is enabled

Fixed NPE in MessageProcessinTimePersister for scenarios where DB is disabled, but MPS CDC is enabled.

  • No labels