X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Skip to end of metadata
Go to start of metadata

Release Date: Tuesday, November 28, 2017

Release Highlights

Change Log

Change

TOA-101 - Hornet initial key resolution should honor 'nv.sma.allowemptykeyfield' and 'nv.sma.treatemptykeyfieldasnull'

This release enhances Hornet such that it enforces 'nv.sma.treatemptykeyfieldasnull' and 'nv.sma.allowemptykeyfield' when doing Initial Channel Key Resolution functionality.

See Also: ChannelInitialKeyResolutionTableProvider.getInitialChannelKeyResolutionTable
Compatibility Notes:

 Because the default value of nv.sma.allowemptykeyfield is false, this release may cause startup errors for applications that are supplying initial key resolution tables with blank values.

TOA-103 - DefaultServiceDefinitionLocator should also search resources/services

 This release changes the DefaultServiceDefinitionLocator to search in <work-dir>/resources/services/ in addition to <work-dir>/conf/services for service definition files to allow easier integration with Robin deployment (since robin limits resource deployment to the resources folder).
 Compatibility Notes:
 This may impact existing applications if they happen to package service definitions in a folder called resources since the DefaultServiceDefinitionLocator will now resolve them.
 
  • No labels