You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/22 07:02:18 UTC

[camel] branch master updated: Camel-LDAP: Fixed build

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 698c99d  Camel-LDAP: Fixed build
698c99d is described below

commit 698c99d8f0e119d95eea3f314b507f75e7872e1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 22 09:01:22 2020 +0200

    Camel-LDAP: Fixed build
---
 .../org/apache/directory/server/core/integ5/DSAnnotationProcessor.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/components/camel-ldap/src/test/java/org/apache/directory/server/core/integ5/DSAnnotationProcessor.java b/components/camel-ldap/src/test/java/org/apache/directory/server/core/integ5/DSAnnotationProcessor.java
index cb4c102..79c5c28 100644
--- a/components/camel-ldap/src/test/java/org/apache/directory/server/core/integ5/DSAnnotationProcessor.java
+++ b/components/camel-ldap/src/test/java/org/apache/directory/server/core/integ5/DSAnnotationProcessor.java
@@ -205,8 +205,6 @@ public final class DSAnnotationProcessor {
                         createPartition.cacheSize(),
                         new File(service.getInstanceLayout().getPartitionsDirectory(), createPartition.name()));
 
-                partition.setCacheService(service.getCacheService());
-
                 CreateIndex[] indexes = createPartition.indexes();
 
                 for (CreateIndex createIndex : indexes) {
@@ -228,7 +226,6 @@ public final class DSAnnotationProcessor {
 
                 if (partition instanceof AbstractBTreePartition) {
                     AbstractBTreePartition btreePartition = (AbstractBTreePartition) partition;
-                    btreePartition.setCacheService(service.getCacheService());
                     btreePartition.setCacheSize(createPartition.cacheSize());
                     btreePartition.setPartitionPath(new File(
                             service