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

shuber pushed a commit to branch UNOMI-877
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/UNOMI-877 by this push:
     new ebbf4f66a Remove unused `clusterService` property from blueprint.xml.
ebbf4f66a is described below

commit ebbf4f66af9b7200216fd2dfedc1d41e3e038157
Author: Serge Huber <shu...@jahia.com>
AuthorDate: Sat Aug 23 08:59:10 2025 +0200

    Remove unused `clusterService` property from blueprint.xml.
---
 .../router-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/extensions/router/router-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 
b/extensions/router/router-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index c2e73abe7..281c93f91 100644
--- 
a/extensions/router/router-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ 
b/extensions/router/router-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -112,7 +112,6 @@
         <property name="persistenceService" ref="persistenceService"/>
         <property name="profileExportService" ref="profileExportService"/>
         <property name="profileService" ref="profileService"/>
-        <property name="clusterService" ref="clusterService" />
     </bean>
     <service id="camelContextOSGI" ref="camelContext" 
interface="org.apache.unomi.router.api.IRouterCamelContext"/>
 

Reply via email to