From ab3c4ac7f885ec25947aa856b7ee8460e0b11b3b Mon Sep 17 00:00:00 2001 From: rui-r3 <49317333+rui-r3@users.noreply.github.com> Date: Thu, 21 Nov 2019 13:10:04 +0000 Subject: [PATCH] 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. --- docs/source/changelog.rst | 3 +++ docs/source/generating-a-node.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4010217f0b..b05887084a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 diff --git a/docs/source/generating-a-node.rst b/docs/source/generating-a-node.rst index a145b1984a..14a2dc9c82 100644 --- a/docs/source/generating-a-node.rst +++ b/docs/source/generating-a-node.rst @@ -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