mirror of
https://github.com/corda/corda.git
synced 2025-03-16 00:55:24 +00:00
* ENT-2689: Intent of the changes to be made (doesn't compile) * ENT-2689: Propagate renaming of `customSSLConfiguration` * ENT-2689: Documentation update * ENT-2689: More renaming * ENT-2689: Add a test for SSL keystores location override * ENT-2689: Add V3 configuration compatibility unit tests (failing for now) * ENT-2689: Add ability to read V3 configs. * ENT-2689: Reflect changes on Integration tests. * ENT-2689: For BridgeControlListener use Artemis SSL configuration if specified, otherwise fall back onto main SSL configuration. * Revert: ENT-2689: For BridgeControlListener use Artemis SSL configuration if specified, otherwise fall back onto main SSL configuration. And rename `p2pSslOptions` to `publicSSLConfiguration`. * ENT-2689: Move V3 config structures into a separate file.