Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actuator-http-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ logging.level.org.apache.camel.impl.health = DEBUG
logging.level.sample.camel = DEBUG

# enable the shutdown endpoint
management.endpoint.shutdown.access=read-only
management.endpoint.shutdown.enabled=true

# expose actuator endpoint via HTTP
management.endpoints.web.exposure.include=mappings,metrics,shutdown
Expand Down
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openapi-contract-first/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<!-- json support -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<!-- camel to use spring http server -->
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions opentelemetry/CarBooking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>

<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
Expand Down Expand Up @@ -169,4 +168,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion opentelemetry/FlightBooking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry/HotelBooking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry/TripBooking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
Expand Down
1 change: 1 addition & 0 deletions opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<properties>
<category>Management and Monitoring</category>
<title>OpenTelemetry</title>
<skipTests>true</skipTests>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion platform-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>

<!-- Test -->
Expand Down
2 changes: 1 addition & 1 deletion rest-cxf-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>

<!-- camel opentelemetry -->
Expand Down
2 changes: 1 addition & 1 deletion rest-openapi-springdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<!-- include springodc so we can browse the api docs in a swagger web ui -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rest-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion salesforce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>
<artifactId>camel-jackson3-starter</artifactId>
</dependency>

<!-- Spring Boot -->
Expand Down