quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 18 forks source link

Use the quarkus-azure- prefix for extensions #64

Closed agoncal closed 1 year ago

agoncal commented 1 year ago

As discussed in https://github.com/quarkiverse/quarkus-azure-services/issues/61, it would be better to use the quarkus-azure- prefix for extensions. The azure- prefix might awake the impression that they are some sort of official Azure artifacts, which they are not.

maxandersen commented 1 year ago

Also our recommended naming convention is to have "quarkus-" first. We use that in places to strip "quarkus-" so it takes less space and "azure" would then be easier to spot.

P.s. camel-quarkus is the unfortunate exception that confirms that rule :)

ppalaga commented 1 year ago

P.s. camel-quarkus is the unfortunate exception that confirms that rule :)

ASF tends to have its own rules ¯_(ツ)_/¯

agoncal commented 1 year ago

I realize that the artifact ids follow the right convention quarkus-azure-app-configuration and quarkus-azure-storage-blob so far. I think it's better that the directory structure is named after the Azure service (Azure App Configuration and Azure Storage Blob) and the artifact id gets the quarkus prefix.