corda-solutions icon indicating copy to clipboard operation
corda-solutions copied to clipboard

Compatibility with CordappContext.config

Open manosbatsis opened this issue 6 years ago • 0 comments

ConfigurationService and ConfigUtils should use CordappContext.config as described in CorDapp configuration files, or at least provide compatibility with the convention.

The current implementation is incompatible with cordapp configuration hooks available, e.g. in the Cordform gradle task, or the TestCordapp.withConfig used with MockNetwork.

Even a minimal change such as updating the target file names according to the convention might just work, e.g. "membership-service-2.0.conf" VS "membership-service.conf"

manosbatsis avatar Oct 28 '19 11:10 manosbatsis