This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from d235457 CAMEL-16246: Remove Camel-Azure legacy component (#5118) new fafce2d CAMEL-16246 - Remove deprecated Camel-Azure component new c6af942 CAMEL-16246 - Remove deprecated Camel-Azure component new 3b25cdc CAMEL-16246 - Remove deprecated Camel-Azure component The 3 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: .../component/ComponentsBuilderFactory.java | 39 + .../src/generated/resources/metadata.json | 68 + .../builder/endpoint/EndpointBuilderFactory.java | 2 - .../camel/builder/endpoint/EndpointBuilders.java | 2 - .../builder/endpoint/StaticEndpointBuilders.java | 90 -- .../dsl/BlobServiceEndpointBuilderFactory.java | 1538 -------------------- .../dsl/QueueServiceEndpointBuilderFactory.java | 838 ----------- 7 files changed, 107 insertions(+), 2470 deletions(-) delete mode 100644 core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobServiceEndpointBuilderFactory.java delete mode 100644 core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueServiceEndpointBuilderFactory.java