Skip to content

Spring boot artifactIds need to follow the naming guidance in the Java guidelines. #11374

@JimSuplizio

Description

@JimSuplizio

This is the track the artifactId issues to get the Spring PRs in now.
The guidelines are still in the process of being reviewed however the naming convention of the artifacts should be
azure-spring-boot-starter-<group>-<service>[-<feature>], for example, azure-spring-boot-starter-storage-blob or azure-spring-boot-starter-security-keyvault-secrets. Also, the directory names should match the artifact name except in cases where it'll go past max path and even then something will be abbreviated (see sdk/cognitiveservices)

  • azure-active-directory-spring-boot-starter should be azure-spring-boot-starter-active-directory
  • azure-active-directory-b2c-spring-boot-starter should be azure-spring-boot-starter-active-directory-b2c
  • azure-servicebus-jms-spring-boot-starter should be azure-spring-boot-starter-servicebus-jms
  • azure-spring-boot-metrics-starter, I'm not sure what this actually is supposed to be since metrics isn't currently a service
  • azure-keyvault-secrets-spring-boot-starter should be azure-spring-boot-starter-keyvault-secrets

Metadata

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions