| commit | 845c2fb9c25a860e99ebb4fc9d1ae1f7877daa92 | [log] [tgz] |
|---|---|---|
| author | François de Parscau <116000379+f2par0@users.noreply.github.com> | Sun Dec 14 07:28:22 2025 +0100 |
| committer | GitHub <noreply@github.com> | Sun Dec 14 07:28:22 2025 +0100 |
| tree | e3a65b712d4209ac720ee37daa983c48bd8c3f3e | |
| parent | 327d1d8c74bc8a3ba011ee7c34ea65e6c7aad3b9 [diff] |
fix converter loading for cxf jaxrs (#658) add missing imports
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.