Jannik Schmeier created CAMEL-22221:
---------------------------------------
Summary: Camel Spring Boot BOM should only manage Camel
dependencies
Key: CAMEL-22221
URL: https://issues.apache.org/jira/browse/CAMEL-22221
Project: Camel
Issue Type: Improvement
Affects Versions: 4.12.0
Reporter: Jannik Schmeier
I came across an issue with dependency incompatibilities when using Spring Boot
3.5.3 and Camel Spring Boot BOM 4.12.0.
When using Spring Boot Parent together with importing Camel Spring Boot BOM in
the dependencyManagement section, the micrometer version 1.15.1 of spring boot
is being overridden with 1.15.0 from Camel Spring Boot BOM and due to that
retrieving Prometheus metrics in protobuf format breaks.
IMHO the Camel Spring Boot BOM shouldn't manage any other dependencies than the
Camel ones, but currently it also manages various other dependencies (protobuf,
grpc, micrometer, netbuddy, avro). As you can see this can cause unwanted
overrides of spring boot dependency versions and ultimately break functionality.
As a workaround, I will stop using Camel Spring Boot BOM for now.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)