Author: gzurowski Date: Thu Feb 12 10:04:40 2026 New Revision: 82442 Log: Apache Camel 4.10.9 released artifacts.
Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip (contents, props changed) release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.asc release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.sha512 release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.asc release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.sha512 Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.asc Thu Feb 12 10:04:40 2026 (r82442) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmmHM4AACgkQnVvv+llC +wEkG2g//fLvySE7Ade+FEl2QIeD+w94ZryT6ryLBG2g5rGYXw2sF5sclCtSpOkzl ++hYKfDY6BvKx2Q6AuOhZjNNT3UtKT6kj8RSes+Nw4SQrVl3eJeV+TSiLfvPZp6a7 +SMafF765Dz15GF/+CLPFs0vJO1KHPlths+zwkFnkb+vCnaSF7/RIoUN/Z9PPgONA +O1DEc8aZZslNsfK2KIJ2biN0gh1JflTZYd5G6CmATjud/1boOhkcI6mNrEc3THME +mWvIzxNltGBBn1czCpNLqzF/9eAqFjNdiEonDX4LoXWNkrhel5WVDz/5AypKlvQY +uzsg+tNYZ2t9lPdmQTQjMov9RLfo+FL6dwGBSkfDbVLz3lJMBN0W2/ujj6w7LGJC +1KjCKrArKPq7jsvLNT2+qiY6mVecNUIEtrPCIeSfvtMx6E074Ldfr36hma85bojN +UO5H/UeKXsWNPJ4Ug/QylFjsByWhFVqf8G4mj1UpQ2pUuIqm5HAm6WGFxNslE6xi +7CdOYLWsYLzirdSPtG0GsxsPKeKjtmO3JwiDGp6cIVQI9nw+1uFS+1Sm2XyCEi0A ++cmyuEJYNzdrXez73lEXpfOqx0C7hiln6OaRGqtr/pv2AitXnCk2QaMgBKfyCmqK +Ak3wby8KTqHGHibEcLwRScRj4Z6BktIkNdToIKA/bWL2ZwLBb3g= +=rEaG +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.9/apache-camel-4.10.9-src.zip.sha512 Thu Feb 12 10:04:40 2026 (r82442) @@ -0,0 +1 @@ +2cd9f318591172dd69e22add82e00003b5ea625454fdfcd51a8151cf04e1f0c22e58359ed43a9b18ec5b9c871eea41cfa9a2756cfec6c9110751c42bdca4b70f apache-camel-4.10.9-src.zip Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom Thu Feb 12 10:04:40 2026 (r82442) @@ -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.10.9</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.10.9</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.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.10.9</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.10.9</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.asc Thu Feb 12 10:04:40 2026 (r82442) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmmHM38ACgkQnVvv+llC +wEnLxxAAqnI67uzQsU/44lqXMoi/301OSBOSzG6OesaVJ8+zhCRbZGMkpSx33oP1 +VlCsaIWIlcV/FjSYd9dyeuDllWEX/4eLgFnvS61dONyuW1dSqM+I4d1Rxk0VGCA4 +jNVGS026YX2BMYP5rMcgXtDfs5QSOjlQ/l+YrepB7JiNmSTjLqGxF+gz2MhPR9zk +P5AW4udwgvTcwyblCaYP1O0SHZ0qtmn1HAazkE43gL+YHq526ok51AokJrqqA0w7 +DnGbvn3BpaATeSS6d2EwLwR27hgCF3JGyUUbuTVg207TxyXsGHPZbwNa42HHEkkp +G+fm3DLjFaYhrVT0qrkqK0L/vhhRZuOsS521lPll3MRrSTj9mCdhEXTlZL/hBl1X +Bb1jUp8TAs7hhekSp8jC18LO0MXKlVlPhcGmfwhsWHZRIgXSHF2PQqWd7E98zvtw +LjtAJH9WLfRwk56YgVAmofo31Hcerab5dv8msaoLXgSYBf7EIesd8jo9jBDEcS5/ +Nz3ZhbKqDP6EwmHWwWwHF1ZFvxCJ7ubSxVV/q8Gv8Gi8H/UoRpol8a73NFTS4PBY +Ewjxa7W2lfLfp/EBWoEfL3fLmfaJkIw+EokiQNOQnzgAnlPi6Gn2p/LRdq9seSVj +4yBO3tmSwuddSrwaEf4Q1AIOSy2ZOVWWNEeoPFs5Gma0gB+AoeU= +=l627 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.9/apache-camel-4.10.9.pom.sha512 Thu Feb 12 10:04:40 2026 (r82442) @@ -0,0 +1 @@ +bcd1f69df9d4a4c28656832686344abc8421d7c2c6ed720bca776252d32ea3c382b0663bc0867869701836dc83b799a6e7e677621c1b577ae8711b75ebe37daa apache-camel-4.10.9.pom
