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 88c8f930ed5 Remove comment specifying Jolokia issue around
spring-boot-actuator-autoconfigure - jolokia issue is now closed, we need to
keep this dependency (#1675)
88c8f930ed5 is described below
commit 88c8f930ed5d5c24986b59d46415297de2017711
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Feb 26 02:29:44 2026 -0500
Remove comment specifying Jolokia issue around
spring-boot-actuator-autoconfigure - jolokia issue is now closed, we need to
keep this dependency (#1675)
---
components-starter/camel-jolokia-starter/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/components-starter/camel-jolokia-starter/pom.xml
b/components-starter/camel-jolokia-starter/pom.xml
index 0b7142e2abf..93fbc632a80 100644
--- a/components-starter/camel-jolokia-starter/pom.xml
+++ b/components-starter/camel-jolokia-starter/pom.xml
@@ -39,8 +39,6 @@
<artifactId>jolokia-support-springboot</artifactId>
<version>${jolokia-version}</version>
</dependency>
- <!-- Required for Jolokia Spring Boot 4 support - Jolokia 2.5.x has this
as 'provided' scope -->
- <!-- See: https://github.com/jolokia/jolokia/issues/978 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>