CORDA-2491: Ability to specify Java package namespace from Cordform (#5075) (#5115)

Add entry point with generic extra configuration options. Move configuration verification code to avoid circular dependencies.
This commit is contained in:
rui-r3 2019-11-21 13:10:04 +00:00 committed by Jonathan Locke
parent 6dbde1172d
commit ab3c4ac7f8
2 changed files with 4 additions and 1 deletions

View File

@ -80,6 +80,9 @@ Unreleased
Note that it's a responsibility of a client application to handle RPC reconnection in case this happens.
See :ref:`setting_jvm_args` and :ref:`memory_usage_and_tuning` for further details.
* :doc:`design/data-model-upgrades/package-namespace-ownership` configurations can be now be set as described in
:ref:`node_package_namespace_ownership`, when using the Cordformation plugin version 4.0.43.
.. _changelog_v4.1:
Version 4.1

View File

@ -258,7 +258,7 @@ defaults to `1.6.0`. This can be changed by setting the `jolokia_version` proper
Package namespace ownership
^^^^^^^^^^^^^^^^^^^^^^^^^^^
To specify package namespace ownership, the optional ``networkParameterOverrides`` and ``packageOwnership`` blocks can be used, similar to the configuration file used in :doc:`network-bootstrapper`:
To specify :doc:`design/data-model-upgrades/package-namespace-ownership` configuration, the optional ``networkParameterOverrides`` and ``packageOwnership`` blocks can be used, similar to the configuration file used in :doc:`network-bootstrapper`:
.. sourcecode:: groovy