Claus Ibsen created CAMEL-22097: ----------------------------------- Summary: camel-observability-starter - Cannot change port 9876 Key: CAMEL-22097 URL: https://issues.apache.org/jira/browse/CAMEL-22097 Project: Camel Issue Type: Bug Components: camel-spring-boot-starters Environment:
Reporter: Claus Ibsen Fix For: 4.12.0 Becase inside the JAR you have management.server.port=9876 Then you cannot override that in src/main/resources/application.properties such as management.server.port=4444 When CSB startup you end up with {code:java} 2025-05-21T15:34:43.199+02:00 INFO 24573 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' 2025-05-21T15:34:43.219+02:00 INFO 24573 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9876 (http) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)