Author: gzurowski Date: Wed Jul 1 17:56:09 2026 New Revision: 85577 Log: Apache Camel 4.21.0 released artifacts.
Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip (contents, props changed) release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.asc release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.sha512 release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.asc release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.sha512 Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.asc Wed Jul 1 17:56:09 2026 (r85577) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmo/fUoACgkQnVvv+llC +wEmriw//WuCXPG+Bp9UPCEO5IrmGpCM9/joWu5JXL38BhPfE+b+5iDG3XjO4FY9z +h3p5u1p6GfeGstKYtz8pqmWqsrY14JqQcM1OvyQJjwj8DwdpIMuTm17e1WNl/zN7 +EMGQbcQU0pSykDhi7hCrpuNkZ4DTtz7PRkUGwIlql3nwrzP09dFa3rUXKq+Nm0S8 +cX8YoFxadmyS3tELVBFfRbQr7BgNqUShMT6ANlydeol6aTi9nThqk2SFuoF27cC5 +iZfwwkWvvfEk7WRm5lvAKydyhXzoOYHVxAEUbcq0bpKA4cd7efsaffpqQmRdDwLX +jpxmC+IOXrxvWqdY1BrgzpOaW56N96ULA8j/YkiOMNGANEa4SA+qIK0fhVhDaQ71 +SZIzhocHTxJ9OAN7RYW68sdYgw9oiu6zXxjd3ebpuddV11fSMdkvEax5qHTDOHeU +szYhXHaqC+yWQz1np52twS768pcOlQLjIf2cMSoPfnfeJSQRqcS3ySzoKN8h/PjL +dUGRE53rM0UY9fJxXS/jt/Tf7RysDBv7nABumvfb5vGi+EB2u7F5TRd1R9gxB67X +WhzVHnsuLS5KlbqBWEMDtxLjaT+1souBfOJItjFiJtVpFEtx/LmJJak6hoCrq01/ +5R2GIj9FES5cZB8u/Ph9oxr6Dw59foM8kO7JFhw05hiDsZltCVg= +=Wbc6 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.21.0/apache-camel-4.21.0-src.zip.sha512 Wed Jul 1 17:56:09 2026 (r85577) @@ -0,0 +1 @@ +2cade7450b20cd42515d0669e4d2683f9b91ab4db67b97545711d7c24b21527a921acdb4379aade7a8245d84636af8f8e8d67448e6972e3174258c6cc65cafa2 apache-camel-4.21.0-src.zip Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom Wed Jul 1 17:56:09 2026 (r85577) @@ -0,0 +1,256 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.camel</groupId> + <artifactId>camel-parent</artifactId> + <version>4.21.0</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.21.0</version> + <packaging>pom</packaging> + <name>Camel :: Assembly</name> + <description>Apache Camel Assembly</description> + <licenses> + <license> + <name>Apache-2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <createSourcesJar>false</createSourcesJar> + <maven.test.skip>true</maven.test.skip> + <tarLongFileMode>gnu</tarLongFileMode> + <enforcer.phase>none</enforcer.phase> + <remoteresources.skip>true</remoteresources.skip> + </properties> + <dependencies> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-api</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.21.0</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.21.0</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.asc Wed Jul 1 17:56:09 2026 (r85577) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmo/fUoACgkQnVvv+llC +wEkFjw//YtWC/blrjZRq3m5EApDufLA8xqU2mFDO/m/zqKYbydKHZb+8Gw7t8+L+ +ObwT6PoDS+CyLu9km6Rbd1GwYOrXp8vJS2ktXhAsqIvWj0Op/9XXKtm6z40+vu4K ++U87caZ1TT/5lXDk4txaoytbAGZx3jbWOBhGPigPsv1c6Hv9P4Xh24BUALcr05Ga +jh79/23Jyo6rsv/sYmm2R6u17orT8CqAfSITyjZwkBRHHHTwVyy/BdcUGWQU5NIc +s9HDjjsxNvqcObFtbYtDs8q9Nor+R4+20R1uki3bSdVBJ6wO0DwSuSrm9lloZVc/ +UdA9UCcIe23bS0MXyQXEPEnEUjpQpMBcZDqrVXWBp5pVXPw25dZiS8m28lQ5tPDf +tRoCWTEY7P2aqewWxVFiJ+JGoZao2wqrLnLZF8g309XQVmCpXajrKE6+rvo0vZ9Y +T4YuyF32DO5AGUwNFIyA460pAj5M8GMieCqqCst9xWmyabu9sMFcAzxJcuIfrQ1N +SVFTJdmysYiBLBMf65zlRlodEBNyUa1vE7+cHXk8TCqj/6+x+ubp1fRfveHDrveE +iALucztsYmvI6/wAv3GlnwDyRdjlEl+ht8Mdj5jlU4yNvPA2/YTj7p6NAKqdKqJ6 +sXuEq6GOgX9ho6YO5uee6yseP48Fbv48xIg8QfhHMyK81f5Uygg= +=yuTN +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.21.0/apache-camel-4.21.0.pom.sha512 Wed Jul 1 17:56:09 2026 (r85577) @@ -0,0 +1 @@ +96868ef6a4b2c54d18e83a1f1f08f0b96d82135580d68dfae88660568c00d15e06947afc30c34a2444c068c9b7dd4bc8aad218e02bb218857b6fb0447914700e apache-camel-4.21.0.pom
