Author: gzurowski Date: Sat Jul 4 09:16:22 2026 New Revision: 85657 Log: Apache Camel 4.14.8 released artifacts.
Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip (contents, props changed) release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.asc release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.sha512 release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.asc release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.sha512 Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.asc Sat Jul 4 09:16:22 2026 (r85657) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmpBni0ACgkQnVvv+llC +wEnafg/+L9M7/3diiBv8JytKYBFkztfukvGUED8rXVjninXutyo2E2FLs7kF2pOi +yKc2JdvKp9Pk5UOcUE4UgT7ie7qKYsFVd1qMpWFZ7hnop/KZHhnf6O14PFd2yfla +tnW0VqBwpQBpof51w5kJDIJaJyfXhJRmsstBrQRQXKjoOvRtpoyVVjA0SB/tAw96 +RHa7tczK74DF5Z0lWraQaaVm/E/9KbCgrL0/9SWiyznj5mXAhFoTxQd/1spzpK72 +p7pO9r6TjLoeMwwFGXYmLJwGKm8aSZ9MNIuz+uXBpD+qwBSXOvai0UpmmT7qpJfc +7lm6WWwPjIU4DcbI69MApZb5wGKTypNI/n3G02Y/yTBZmPRTJCMYgjFL4FrQ6kYp +X3CzSvXQJLZf7+jg4eOL/rhKp+R/7wC36TP7vyZEbtEFfkt3MK+LZFWkiDpUwi1s +Lgknz7C1Nuha4F4da9UMluKYK/C24YeQhIHY4Aazdfx9jbl8e73+G3E9mYNk1G8Y +kr+Xucz0zl9JcBAhJbtTAkLr/7U9eM1nAq0efpuEl2+tvTh2kdMLUDQHzPDvfhZU ++pKckq3gWPlqTZDdF+tWDHkayDJrXykvBdoLibbyYpwTzq4zIQxiAIZFQoNJXql1 +UBkBNKtJjxgyEWlJ1FNqyIyz7JytKO71ugluph60utWRzA8gbYc= +=kXRT +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.8/apache-camel-4.14.8-src.zip.sha512 Sat Jul 4 09:16:22 2026 (r85657) @@ -0,0 +1 @@ +91575ec5e49e4a531e99fb6f085bbfdb1256ceac4a474b2e2bb7d87104be8b016d6ef1cb3468fdc6b460113391b286fab6cf12a4b1594e09d64667f9b12906cb apache-camel-4.14.8-src.zip Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom Sat Jul 4 09:16:22 2026 (r85657) @@ -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.8</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.14.8</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.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.14.8</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-suggest</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.14.8</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.asc Sat Jul 4 09:16:22 2026 (r85657) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmpBniwACgkQnVvv+llC +wEm+sRAAq127Gdf8Jo3KRmqpy16DAFvTunH0QtpgED0ujM+irGzldN/HoEjgmPOA +10Bkh24FPshGCp+ouihF/TE315eQ0Y3nObuUlBxvEEOltK+n76bQpjr9j53ZsvA1 +b+LCp2miKX2C2SHn8rEauAmcUV0/vlXKCdvaBhV1UM62xcP0QznW1TCEApkBRAao +Ecxb9wdtP3o5SHblsqh5LmCwAK5Oye226xc/GjNAN1c2LEA2hWbSihIxuvxWl4sj +J71wXxwth5leKlHmCK384BMNPtEdtQ95gGyD1Zl3Nq02m39DzEpLfaqLq/HUD7MP +5XcSwAlNuDvDlJZPaMXwWVV78EdI3UDtov+94OfvyHFalqxi9LXhQTQ3hmUnrDNR +52e6WAfdB4kiqwh1qJRlls6Mm17lv9S22CrNtBtyF2fzVOiJQiScguLsIz70XLAR +lh51GbH3+uvy6u4Tw4II4STtsEzKNMvSS9zI0vf8HCht6DIVh5UnLI0xkmfeB1zg +U24vtijM0L3NzIybz3nJ9qdBS0weDuZRQJ+n8hO9zmfkCgHcnDq/A+fSsNZ5jZK5 +njCAA1hXqTAqgWRuKtRAs/A1tQJAIa4Evc2dg38MPwFBavIWymk7AA+hQe4S7ufR +IoCFfd0OtrsG3K/eRWCbE2ci3U3sKmSAOP3CNG+XCbRrJ97clQ0= +=umxO +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.14.8/apache-camel-4.14.8.pom.sha512 Sat Jul 4 09:16:22 2026 (r85657) @@ -0,0 +1 @@ +8206f56a946d099e59c53b383fdbd06a4256e4ab88cfcab73b81d434292424324971c3d1caf6241d8844f189ce307479a1df4c27dc1a7f2337c4584a1877bd3b apache-camel-4.14.8.pom
