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

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

commit c1830809a3e8d57014d65f8a50ab2bc22751947e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 16 14:25:08 2025 +0200

    Upgrade Neo4j Container image to version 5.26-community-ubi9
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/test/resources/log4j2.properties            | 21 +++++++++++++++++++--
 .../test/infra/neo4j/services/container.properties  |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git 
a/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
 b/components/camel-ai/camel-neo4j/src/test/resources/log4j2.properties
similarity index 61%
copy from 
test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
copy to components/camel-ai/camel-neo4j/src/test/resources/log4j2.properties
index a138bd0ff99..eff6157ff0e 100644
--- 
a/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
+++ b/components/camel-ai/camel-neo4j/src/test/resources/log4j2.properties
@@ -14,5 +14,22 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-neo4j.container=mirror.gcr.io/neo4j:latest
-neo4j.container.ppc64le=icr.io/ppc64le-oss/neo4j:4.4
+
+appender.file.type = File
+appender.file.name = file
+appender.file.fileName = target/camel-neo4j-test.log
+appender.file.layout.type = PatternLayout
+appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
+
+appender.out.type = Console
+appender.out.name = out
+appender.out.layout.type = PatternLayout
+appender.out.layout.pattern = [%30.30t] %-30.30c{1} %-5p %m%n
+
+rootLogger.level = INFO
+rootLogger.appenderRef.file.ref = file
+# To log to stdout
+#rootLogger.appenderRef.out.ref = out
+
+logger.camel-milvus.name = org.apache.camel.component.milvus
+logger.camel-milvus.level = DEBUG
diff --git 
a/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
 
b/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
index a138bd0ff99..58bb1611cfb 100644
--- 
a/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
+++ 
b/test-infra/camel-test-infra-neo4j/src/main/resources/org/apache/camel/test/infra/neo4j/services/container.properties
@@ -14,5 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-neo4j.container=mirror.gcr.io/neo4j:latest
+neo4j.container=mirror.gcr.io/neo4j:5.26-community-ubi9
 neo4j.container.ppc64le=icr.io/ppc64le-oss/neo4j:4.4

Reply via email to