Cameleer

Cameleer observability platform for Apache Camel

com.cameleer3:cameleer3-caller-app (1.0-SNAPSHOT)

Published 2026-03-24 11:26:06 +01:00 by claude

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.cameleer3</groupId>
	<artifactId>cameleer3-caller-app</artifactId>
	<version>1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.cameleer3:cameleer3-caller-app:1.0-SNAPSHOT

About this package

Timer-driven HTTP client for cross-service correlation demo

Dependencies

org.springframework.boot:spring-boot-starter-web
org.springframework.boot:spring-boot-starter-actuator
org.apache.camel.springboot:camel-spring-boot-starter
org.apache.camel.springboot:camel-jackson-starter
org.apache.camel.springboot:camel-http-starter
org.apache.camel.springboot:camel-direct-starter
org.apache.camel.springboot:camel-log-starter
org.apache.camel.springboot:camel-timer-starter
com.fasterxml.jackson.core:jackson-databind
org.springframework.boot:spring-boot-starter-test
org.apache.camel:camel-test-spring-junit5