This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6bbb89d51f60 CAMEL-24769: Remove leftover hazelcast-atomicvalue 
service files
6bbb89d51f60 is described below

commit 6bbb89d51f6038db4c594b46559349b6ec14b399
Author: Jiří Ondrušek <[email protected]>
AuthorDate: Wed Sep 16 09:18:33 2026 +0000

    CAMEL-24769: Remove leftover hazelcast-atomicvalue service files
    
    The atomicvalue removal (b8debda9a865) deleted the classes but left the
    generated configurer/urifactory service files, producing dangling
    references that break eager factory-finder consumers (camel-quarkus).
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
---
 .../org/apache/camel/configurer/hazelcast-atomicvalue-component         | 2 --
 .../services/org/apache/camel/configurer/hazelcast-atomicvalue-endpoint | 2 --
 .../services/org/apache/camel/urifactory/hazelcast-atomicvalue-endpoint | 2 --
 3 files changed, 6 deletions(-)

diff --git 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-component
 
b/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-component
deleted file mode 100644
index b20053c0de70..000000000000
--- 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-component
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-class=org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponentConfigurer
diff --git 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-endpoint
 
b/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-endpoint
deleted file mode 100644
index 80c0c7aa00cd..000000000000
--- 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/configurer/hazelcast-atomicvalue-endpoint
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-class=org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberEndpointConfigurer
diff --git 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/urifactory/hazelcast-atomicvalue-endpoint
 
b/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/urifactory/hazelcast-atomicvalue-endpoint
deleted file mode 100644
index 6f627ee613cf..000000000000
--- 
a/components/camel-hazelcast/src/generated/resources/META-INF/services/org/apache/camel/urifactory/hazelcast-atomicvalue-endpoint
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-class=org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberEndpointUriFactory

Reply via email to