Author: gzurowski Date: Sun Aug 16 08:51:10 2026 New Revision: 86787 Log: Apache Camel 4.14.9 released artifacts.
Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip (contents, props changed) release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.asc release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.sha512 release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.asc release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.sha512 Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.asc Sun Aug 16 08:51:10 2026 (r86787) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmp4fQQACgkQnVvv+llC +wEk4SA/+PeTXYNJelrFJbPFqSdg5fuCHAZ1epxXFZ2ig07/roT4ghvGW1/SJXsoe +eXCKUIPpI1/0mDtV1coLpWLZ5SeZkInc7el55yf/z6yY5WoqNzI3hNFwnBkYYMjZ ++4jNcExTbrEd+PH0yhNVCPKpbmGAAHTaN65g+KAdvj2nhTmSiu9oeG+VPja2N8s1 +0OIyS4rLHn0/2bdeT7G0knVMJaR48cZEDBeb+uPI+wxQY12XPLneQmTJbhEH2J1M +7V6wSG+DiweCGnmdYrDnMrDenvszPUwrjsIDzeX16kMVaMwEpLRtdhFrSJEfBCS2 +jbIV8LjncObuubreHjpG/yhTsGfwmwNkCW3Bwf0ORfcapqfMTRgXO8ZXMd9/qcLk +vp74z73Xzs7Z5G35jwRI8BhF9S/T/JENTOPv5Ly4yn37rQP8xuyyvCQyjd+cN4a3 +6uzkBX9hYcv4x1QyXTmnoGVip1kJCejAW12OkawrYeN5+PWAOoTh7mrZaQhQHjaS +Lzy5DF6+FwvzRyNVVs+tu9dTt70v8guYcDD0sQf2hxvGzhfVOaWX6mFNCzztAT+N +m5PH6Gb5qwH+Qkxc8BbY9Fx4BxXdKca5QybWINToKpQDirbtbdgNWrg3ivIy+zIJ +Lo0Ckr//HYnkl386J8Ucb6XrlvJb0QYelN+vvcxqRwzimfPDEHY= +=TG8s +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.9/apache-camel-4.14.9-src.zip.sha512 Sun Aug 16 08:51:10 2026 (r86787) @@ -0,0 +1 @@ +6620c7917cd0b97c217155911278338cc86791b85c8074f1b0a7624db28437d78040f0b09139f013ae0a87766b8db49276e622049e4d2fd82a179736007bacf8 apache-camel-4.14.9-src.zip Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom Sun Aug 16 08:51:10 2026 (r86787) @@ -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.9</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.14.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.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.14.9</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.14.9</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.asc Sun Aug 16 08:51:10 2026 (r86787) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmp4fQQACgkQnVvv+llC +wEl3dBAApd96JBuJM4HwW6ZMrldaJZ6MPMv2goSaYjtl6Zm74147/zgnRZnr6EW3 +QU+LgVI00q36bVZefDdWCnNWcf95vKt8lXrB/PHpbGApVv6vaqjeLtkeIAuX3uZ9 +6ISKNnK0h9tlu2Vl7W9D6v4KpKMII+YaKJxMzhIw1ImPdh5fFCO/tUjfNZaiAfGI +8ZWMFIHHiLlFvpZ1+G725iMI4XLJYoCDmGgSLEktDLlU5U578i/KSgTTvNNzja79 +606A/mI2OdvBTIbRLhpkxz0+Qzlqkvys2vKqvVKB9aTe7dX2E5nnueyXnu1spCZ7 +7Omwuz8KsSCL/JlwO42qxZIXRW+RMB2qJ0jYGVNQWmrPIT45/dzs70vqvyOpB5qm +hXFor+vK+4DbFfNjuMEz1w5x4FsZh3M4oDKtrcc4FxibIRQxkfFAP9Vfrg33CDt3 +R+bZF/Fh2dOgSydTnJPRc/oRZ6kl1OIbhRRxd26RQ99tMnxhgmAJVDwN/QiPGQnc +PKKVmaYNqOdPqhSAB0ZhkTpC0iPukhsYMtxBVMvVULokEdjtfCZQsnmrlhYk74gZ +kG3eor7SkafPmH4fRM+msBIg87C8O9YqSzWGpP5wLS70Eyz4EP/ovMMVAokBKT1+ +UdwxlBTs1YaLsHnSA4lr8bRNzZfJvH9FOcnz4LUXbahhgVGEbCs= +=xvDa +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.9/apache-camel-4.14.9.pom.sha512 Sun Aug 16 08:51:10 2026 (r86787) @@ -0,0 +1 @@ +3860fd824244e5d60a129be088872b61f4cc0ddcf15d0cf481889d9642bbdde5f5241aa44ffe4638b3159813a906e495f7c31d6a03df6f2b08adc98ccc8f13e2 apache-camel-4.14.9.pom
