This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new edca9fb889 allow tests to update the external config registry from 
properties
edca9fb889 is described below

commit edca9fb8893bc01b94bce600ca2bbe4880468e8a
Author: Alex Heneveld <a...@cloudsoft.io>
AuthorDate: Wed May 1 16:29:35 2024 +0100

    allow tests to update the external config registry from properties
---
 .../core/mgmt/internal/BasicExternalConfigSupplierRegistry.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BasicExternalConfigSupplierRegistry.java
 
b/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BasicExternalConfigSupplierRegistry.java
index a667ce5926..b55081336e 100644
--- 
a/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BasicExternalConfigSupplierRegistry.java
+++ 
b/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BasicExternalConfigSupplierRegistry.java
@@ -93,7 +93,7 @@ public class BasicExternalConfigSupplierRegistry implements 
ExternalConfigSuppli
     }
 
     @SuppressWarnings("unchecked")
-    private void updateFromBrooklynProperties(ManagementContext mgmt) {
+    public void updateFromBrooklynProperties(ManagementContext mgmt) {
         // form is:
         //     brooklyn.external.<name> : fully.qualified.ClassName
         //     brooklyn.external.<name>.<key> : <value>

Reply via email to