This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
from f32f8d358e3 CAMEL-18565: camel-main - Should not swallow file not found exception when loading routes, and routes-include-pattern refers to a non existing file. new 9c7908132ac CAMEL-18549: Changed filter list in the DynamicRouterProcessor to a m… (#8431) new 1e77da83456 Regen The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: camel-dependencies/pom.xml | 6 +-- .../dynamicrouter/DynamicRouterProcessor.java | 47 ++++++++------------ .../dynamicrouter/DynamicRouterProcessorTest.java | 16 ++++++- .../component/etcd3/Etcd3EndpointUriFactory.java} | 50 ++++++++++++++-------- .../org/apache/camel/urifactory/etcd3-endpoint | 2 + .../KubernetesEventsEndpointUriFactory.java} | 6 +-- .../camel/urifactory/kubernetes-events-endpoint | 2 + 7 files changed, 74 insertions(+), 55 deletions(-) copy components/{camel-corda/src/generated/java/org/apache/camel/component/corda/CordaEndpointUriFactory.java => camel-etcd3/src/generated/java/org/apache/camel/component/etcd3/Etcd3EndpointUriFactory.java} (59%) create mode 100644 components/camel-etcd3/src/generated/resources/META-INF/services/org/apache/camel/urifactory/etcd3-endpoint copy components/camel-kubernetes/src/generated/java/org/apache/camel/component/kubernetes/{pods/KubernetesPodsEndpointUriFactory.java => events/KubernetesEventsEndpointUriFactory.java} (93%) create mode 100644 components/camel-kubernetes/src/generated/resources/META-INF/services/org/apache/camel/urifactory/kubernetes-events-endpoint