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-dist.git
The following commit(s) were added to refs/heads/master by this push:
new d052e2b allow ui modules to be excluded from the registry
d052e2b is described below
commit d052e2b0934a47c6155ff7f668bf2cc5e1a141d1
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Jan 21 16:33:34 2025 +0000
allow ui modules to be excluded from the registry
in conjunction with ui b1e557eca49d997151e3b3dc1f077df76a1cbaf5
---
karaf/features/src/main/resources/resources/etc/brooklyn-ui.cfg | 3 +++
1 file changed, 3 insertions(+)
diff --git a/karaf/features/src/main/resources/resources/etc/brooklyn-ui.cfg
b/karaf/features/src/main/resources/resources/etc/brooklyn-ui.cfg
new file mode 100644
index 0000000..b7cfb07
--- /dev/null
+++ b/karaf/features/src/main/resources/resources/etc/brooklyn-ui.cfg
@@ -0,0 +1,3 @@
+## regexes for bundles to exclude from the UI registry can be supplied here
+# exclude_bundle_regex: [ ... ]
+