This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new c406b97028 Upgrade Splunk test container to 9.4.7
c406b97028 is described below
commit c406b97028530d46c05c6c102ed94c2a37be1ef2
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jan 7 10:20:39 2026 +0100
Upgrade Splunk test container to 9.4.7
the parameter related to the license must be updated
fixes #8107
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../apache/camel/quarkus/test/support/splunk/SplunkTestResource.java | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/integration-tests-support/splunk/src/test/java/org/apache/camel/quarkus/test/support/splunk/SplunkTestResource.java
b/integration-tests-support/splunk/src/test/java/org/apache/camel/quarkus/test/support/splunk/SplunkTestResource.java
index 769e203cc0..1c5f501470 100644
---
a/integration-tests-support/splunk/src/test/java/org/apache/camel/quarkus/test/support/splunk/SplunkTestResource.java
+++
b/integration-tests-support/splunk/src/test/java/org/apache/camel/quarkus/test/support/splunk/SplunkTestResource.java
@@ -79,6 +79,7 @@ public class SplunkTestResource implements
QuarkusTestResourceLifecycleManager {
.withEnv("SPLUNK_PASSWORD", "changeit")
.withEnv("SPLUNK_HEC_TOKEN", HEC_TOKEN)
.withEnv("SPLUNK_LICENSE_URI", "Free")
+ .withEnv("SPLUNK_GENERAL_TERMS",
"--accept-sgt-current-at-splunk-com")
.withEnv("TZ", TimeZone.getDefault().getID())
.waitingFor(
Wait.forLogMessage(".*Ansible playbook
complete.*\\n", 1)
diff --git a/pom.xml b/pom.xml
index b8a5a3e33d..1ee9563df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
<servicebus-emulator.container.image>mcr.microsoft.com/azure-messaging/servicebus-emulator:latest</servicebus-emulator.container.image>
<smb.container.image>quay.io/jamesnetherton/camel-smb-test-server:1.0.0</smb.container.image>
<solr.container.image>mirror.gcr.io/solr:9.8.0-slim</solr.container.image>
-
<splunk.container.image>mirror.gcr.io/splunk/splunk:9.3.1</splunk.container.image>
+
<splunk.container.image>mirror.gcr.io/splunk/splunk:9.4.7</splunk.container.image>
<sql-server.container.image>mcr.microsoft.com/mssql/server:2022-latest</sql-server.container.image>
<weaviate.container.image>mirror.gcr.io/semitechnologies/weaviate:1.25.5</weaviate.container.image>