apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
255 stars 189 forks source link

Combine Azure support extension logic into a single `camel-quarkus-support-azure` extension #4367

Open jamesnetherton opened 1 year ago

jamesnetherton commented 1 year ago

Currently we have:

I was considering creating a new 'support' extension for azure-identity. But, given the logic in these extensions applies to all of the Camel Azure component extensions, it probably makes more sense to combine it all under a single camel-quarkus-support-azure module.

ppalaga commented 1 year ago

I'd like to confess that I am guilty of copying the current mess to https://github.com/quarkiverse/quarkus-azure-services . Not sure how much sense it makes to tidy up on our side given that we'll probably start consuming quarkus-azure-services sooner or later?