This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 3a1c3e1e046 Upgrade jolokia
3a1c3e1e046 is described below
commit 3a1c3e1e04650af17db175d153e2691286d4b623
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 24 13:51:05 2025 +0100
Upgrade jolokia
---
.../jolokia/springboot/JolokiaComponentAutoConfigurationTest.java | 2 +-
.../JolokiaComponentAutoConfigurationUsingSystemPropertiesTest.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationTest.java
b/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationTest.java
index e9d858b6c90..3920361699d 100644
---
a/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationTest.java
+++
b/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationTest.java
@@ -21,11 +21,11 @@ import static
org.assertj.core.api.AssertionsForClassTypes.assertThat;
import
org.apache.camel.component.jolokia.springboot.restrictor.CamelRestrictor;
import org.apache.camel.spring.boot.CamelAutoConfiguration;
+import org.jolokia.server.core.config.SystemPropertyMode;
import org.junit.jupiter.api.Test;
import org.assertj.core.api.Assertions;
import org.assertj.core.api.InstanceOfAssertFactories;
-import org.jolokia.support.spring.SystemPropertyMode;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.ApplicationContext;
diff --git
a/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationUsingSystemPropertiesTest.java
b/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationUsingSystemPropertiesTest.java
index cd833f3e432..7973b9eb54a 100644
---
a/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationUsingSystemPropertiesTest.java
+++
b/components-starter/camel-jolokia-starter/src/test/java/org/apache/camel/component/jolokia/springboot/JolokiaComponentAutoConfigurationUsingSystemPropertiesTest.java
@@ -20,12 +20,12 @@ import static
org.assertj.core.api.AssertionsForClassTypes.assertThat;
import org.apache.camel.spring.boot.CamelAutoConfiguration;
+import org.jolokia.server.core.config.SystemPropertyMode;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.assertj.core.api.Assertions;
-import org.jolokia.support.spring.SystemPropertyMode;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.util.TestSocketUtils;