Author: gzurowski Date: Thu Jan 1 10:23:10 2026 New Revision: 81586 Log: Apache Camel 4.14.3 released artifacts.
Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip (contents, props changed) release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.asc release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.sha512 release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.asc release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.sha512 Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.asc Thu Jan 1 10:23:10 2026 (r81586) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmlJBjgACgkQnVvv+llC +wEl+OA//a3gZNFC+mp0dxuEcUkpy0zj+YOe3QSc9qU6D3V/0x084Nufpg6u+2GHE +at0BOBvGB1tHaGOJmGzptXK+4KSw9FpqaVKWvoaZqt2LBbLumK4j2S9k/tp60YZb +m7/E2sZXgnYkjJzEGgWuNG818bdXpPbGU1EjEDn3OeAndW1m1kWNCCQSWmnf0dBE +o+MeEuXYmBc66RPtplVa5ck4K6hMfD1PSHAuzP7kwRd4lj0u1uL6yTCCG77EfgHs +P71w0I0dOzzo8ZgHWOPDQeJi8v+qPUtvcs5gpfBHgsb8aIivDLSyIyI+Lo1uHp5A +pf6SOEdWv7b14fDWruvBykaFix9Y/NgdjO09WUoVEgG3yDqCrBIhXeJZs5pnDBX5 +JI/JW/UV/xSMMmykuavigKRLcCOzLGVDlz15gV/WwICIhHZzbbg74ysR9IJzF5Xy +vXXyFzospu33MqytqqmSA21/1bWeCEyiRe5lEotYV/eW/5UiuBoUUYGGf3+vSvcm +fwLgkoiWrt4jYPeKbBAKzGC0xvcufzob4JrYWvVRhzvJIofWoNNxRS5rv+OnwV/T +EkoW7LOGNAb2CGUKA3tqhUDVPloYqpIfA8aU15dO0r+xXlxi3iz9oXhoNH2Ob5M2 +A/EcMEu9StWXBcMcOR+3Tahe1n5AyOsQNW+HVHlSoD9qDUkTKSQ= +=ktvf +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.3/apache-camel-4.14.3-src.zip.sha512 Thu Jan 1 10:23:10 2026 (r81586) @@ -0,0 +1 @@ +6b06b7ce61f1b97d8153c650551e20c8d8c6be5d4300b5a304e2fbddcb0610ae37cf976aa2d843021c3d6eeea96841cfb6799901d623bf12f4609f03a8f96428 apache-camel-4.14.3-src.zip Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom Thu Jan 1 10:23:10 2026 (r81586) @@ -0,0 +1,262 @@ +<?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.14.3</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.14.3</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.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.14.3</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.14.3</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.asc Thu Jan 1 10:23:10 2026 (r81586) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmlJBjcACgkQnVvv+llC +wEmZ3BAAr3h4QVTWoDGM3FDUx2mMEiZQw6/l+oWAS1zlQUFaXa/U+ubUKePohq/2 +r2SCEeKgvETNc6VM1w6f/l1501/Vs5UZfMv2gbVYNoktlW73BGkEU4PadpV+KzJP +TLwSRIFahFhRlhM8jbSvq4eXFLS+V+0S7RgIpK9FS4FxKUDOdYq3xa/sbyp1TUly +Nd495aoKXm8kqa1I0oMV8f9xIFvcECGCWDT65kUjbDmx5NxAgkURY3YHmle5S3a9 +Q9V7Ou9hrD9DaGiin15kAJBV1lDs0zZ05G8rRYvwAtduKwN/vbKVPH3POp7Nvz1+ +dvuMTEO7Rkk8JZ7umSyN2IZKZ1Q71cqxNVoYg9PI8lHi5sVI3kk6+40Qta9YaQlg +aZvHLNy7Zf6vey6Q5QmId2xb8EdpeJJCh4cqWOu9rB5CMjADP2Y4TC2J4E4zzOeV +nK6uZz2o8vc1Qp/KZYONjjFp7rb0DCsxGHrXiuxmHcwVTcBSlQrFC4QKDayVfpI6 +6F3zMnq1eEU8T6qy9UR7ZlLxebCnbBJGinCqJ7+oDMh8p+tAunQJqKuCbKBFMFfV +pRVy9991JoCM24ix+LpDJEuVdyxSuJZG+y7XSGZHEVNu05pWep7lZjyI4ALUpTLU +Ty9JpbYfzFpgd0wMIQHDhQ9JjaUCryhXb/LntqPHnWkUbgeLHmU= +=pfv1 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.3/apache-camel-4.14.3.pom.sha512 Thu Jan 1 10:23:10 2026 (r81586) @@ -0,0 +1 @@ +a5d83604c06aa51f86b513bd94e39d4e09d25381a679335962a276c98f99bd13e5f3358967f9305e0c7cad9a1383065bc25e9032ad76d05e0fcb42f25ab7fe5e apache-camel-4.14.3.pom
