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
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