Upgrade to Camel 4.22.1 (#756)
Bump camel-version (and the project's own version) from 4.22.0 to
4.22.1, and sync every third-party property that Camel's own
camel-parent POM bumped in lockstep: Netty, Spring (core, boot,
security, batch, data-redis, rabbitmq, ldap, cloud-config, ai),
Micrometer (+tracing), ActiveMQ6, Vert.x, Reactor and Hawtio.
camel-features.xml and spring-features.xml parameterize on
${camel-version}/${spring-version} already, so no literal edits were
needed there for the version bump itself. Two feature descriptors did
need fixing though, since patch-level Camel releases can still shift
transitive OSGi requirements:
- camel-openai: Camel 4.22.1 backported AI-tool support into the
openai component (new AiToolSpecToOpenAI/OpenAIRouteToolSupport
classes), which now imports org.apache.camel.component.ai.tool.
Add the camel-ai-tool feature dependency, matching how the other
AI-tool consumers already declare it.
- camel-ldif: its auto-detected org.apache.directory.api:api-util now
resolves to 2.1.8, which added a dependency on commons-text. Add the
commons-text bundle to the feature.Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.
This project provides Apache Karaf support for Apache Camel.
To build camel-karaf, simple do:
mvn clean install
If you want to skip the tests, you can do:
mvn clean install -DskipTests
If you want to upgrade camel-karaf to a new camel version, here's the process:
git clone https://github.com/apache/camel
cd camel git checkout camel-x.y.z
tooling/camel-upgrade folder. Go in this folder:cd tooling/camel-upgrade
java -jar target/camel-upgrade-*.jar
git diff for instance) and create a Pull Request.Here's the process to do a camel-karaf release:
mvn release:prepare
mvn release:perform
Close the Maven staging repository on repository.apache.org
The source distribution is available the target folder: camel-karaf-x.y.z-source.release.zip.*. You have to stage the source distribution files to svn://dist.apache.org/repos/dist/dev/camel.
When both Maven Staging Repository (closed) and dist.apache.org are up to date with the release files, you can start the release vote.