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

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

commit fd3d31539661a728ec8959f891bf48c217beba0a
Author: Serge Huber <shu...@jahia.com>
AuthorDate: Sat Dec 7 16:47:19 2024 +0100

    Fix interface in blueprint descriptor
---
 .../core/src/main/resources/OSGI-INF/blueprint/blueprint.xml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/persistence-elasticsearch/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
 
b/persistence-elasticsearch/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 87fbfdb29..5dab36ff6 100644
--- 
a/persistence-elasticsearch/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ 
b/persistence-elasticsearch/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -162,7 +162,7 @@
 
     <!-- We use a listener here because using the list directly for listening 
to proxies coming from the same bundle didn't seem to work -->
     <reference-list id="conditionEvaluators"
-                    
interface="org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluator"
+                    
interface="org.apache.unomi.persistence.spi.conditions.ConditionEvaluator"
                     availability="optional">
         <reference-listener
                 bind-method="bindConditionEvaluator" 
unbind-method="unbindConditionEvaluator" 
ref="elasticSearchPersistenceServiceImpl"/>

Reply via email to