Author: gzurowski Date: Sat Dec 13 13:37:07 2025 New Revision: 81355 Log: Apache Camel 4.10.8 released artifacts.
Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip (contents, props changed) release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.asc release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.sha512 release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.asc release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.sha512 Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip ============================================================================== Binary file. No diff available. Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.asc Sat Dec 13 13:37:07 2025 (r81355) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmk1yVgACgkQnVvv+llC +wEkrLBAArO1/2mHDya2/vX+/HAa/PjgHaONl/9GRXKVdiPTjFsZHqEEfmznvZoLL +AFbn0o7Cz4irbhcnBXm/EacVIFjOJv06lu1BZF5/9BRuChBwglg5sm4nBhIQg4yI +EZcdLp6L9MG8r+s6ivak6vlDpfaUWdz1qvUZMnbRkgv7bm9rbFq81rfO4+1OgOMS +6mKY8rxSKTlz1wsrJbPcC9kSOaHRXSaUP2kHktVxCPY9XdNiCATw5/LEhxvpkpNR +XbR71m3i6ricdKM4HxNErsxaDoqM7VPwxXn1G/GhOmFHan70Kkz2OupVzdC6zzAs +IGbxGpdQaO55zmBAH/SN9wpSvFxchcn3ukJOYD21f0jgdXr0aea2Xh456SHUK/AJ +sMnehX3xbTDR7IYEDK65XVdp3hqoKY3NUdYFafmAiuieKa2W1IMxeqNaoJUY3HSk +a4o+s84JucjDB4TaOPyVEAobXpZ3kZbju88Osp42Ryv6yO22IMFKmCmhp+pii/GS +RGsY2IkmyP5ZSKWAH8ogFZPzIHkYU+My4gSY1O+rNs4uAUxT/GlEBjbazTJUS2Xm +GofhFapyjrSMKy8Z2f4tyljohMACHEZFEfHVdindf+tnQNWf0u1+y07HxCHs4Ypu +CpswZ8q/da1Ha+3VvVYpVzT44KzprcXO1jcPHi5DlfWqyCDesEk= +=Als9 +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.8/apache-camel-4.10.8-src.zip.sha512 Sat Dec 13 13:37:07 2025 (r81355) @@ -0,0 +1 @@ +d2501bd57acca2a1d399acba5fb5c0174c482aa7999335dc0df57f1244c99f6073a7a2b4cac403e14b80f37f094670982a300de2029930fffb34232a8a9cb801 apache-camel-4.10.8-src.zip Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom Sat Dec 13 13:37:07 2025 (r81355) @@ -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.8</version> + <relativePath>../parent</relativePath> + </parent> + <groupId>org.apache.camel</groupId> + <artifactId>apache-camel</artifactId> + <version>4.10.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.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-util</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management-api</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-management</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-base-engine</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-support</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-engine</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-processor</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-reifier</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-languages</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-xml</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core-catalog</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-console</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp-util</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-main</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-model</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-tooling-util</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-yaml-io</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-allcomponents</artifactId> + <version>4.10.8</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-console</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-lucene</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-route-parser</artifactId> + <version>4.10.8</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.asc Sat Dec 13 13:37:07 2025 (r81355) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmk1yVcACgkQnVvv+llC +wElxqw/9FZjPR2Gq6iQewC/v9D6Fg/M3NMwmLJ6+Xqd/GHMmM5VwEnxAqtpaiz+I +B8ux6cHtPgCXqeWPk7WlmBVwpi/bSCQMdt7rexVDYPYW569BI2djjRHVUXSHYD7m +YeTNaYDFp7j0dMRaKiMkiZQBQZnA8TmXadT/A5CHPD3bGMuxtlrv/spQY9QciLC3 +gMtSs345SJ+FebRpVxVK+uH+d51ihFmfZRAgxOhxwJ4N2sKE6ecJU6/hre0/fSg8 +AG6kHkN7VcnhBqRWrKpKfcP9FV7s/T7ydoPWrR7vikXTKPRLgj1wcuH4b2v4JbRu +LFn6oKZIo8so1MDhr2sVquBDSRfa24nh/kTFihHWjOl2GvlQthg0EcFsuhrX+JMt +paUS/f3BAxkCFYVjnKtp5Dq9ci6IvsVFzp5ZdxBxcy+5gI1ger2CuMmSQvz0rixy +OFpgLXMCtyqL31SLX8+n2epcX0duV6xhrY9BQ+eTDPRl0I8fjh6HeNYMpFM0Plhx +QWFZd5AemtYqMNOiSXmmLjA/UMCHF+z1dX4biUUXM7vJGZpKTK7Nf+Vz96TzLMA9 +VwEzuZp8Gy7KVAblovinvgBTfAjM/Z+iyHw1i0n4rC7Lnm6DxeYvK9kahcmuVOEb +L5hjpbx/nH5jMN8YucV0MeSkZ9F8ygXuWPZxw5eAEQ/4auLIsWk= +=LQGg +-----END PGP SIGNATURE----- Added: release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/camel/apache-camel/4.10.8/apache-camel-4.10.8.pom.sha512 Sat Dec 13 13:37:07 2025 (r81355) @@ -0,0 +1 @@ +b14f7c9614540aebeb2900965ac6140d93b814194f9f11ae21e72e0932d8f2546c34d98fbd7f8419feada1c1e3f84557298c34f203459cd439adf38fd2287a53 apache-camel-4.10.8.pom
