-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring boot artifactIds need to follow the naming guidance in the Java guidelines. #11374
Comments
Hi @JimSuplizio, The artifact id We are planning to change the artifact id (together with group id) in one major release. However, before that, we need to keep starters' current group id and artifact id. Let me know if this will cause problem in engineer system. |
@jialindai, that's exactly why this work item was created, so it wouldn't be overlooked. |
To support both spring-boot 2.2.x and 2.3.x, I want to split one starter module into 2 modules: For example: split
to
and
|
Adding @JonathanGiles @weshaggard @mitchdenny @jialindai @saragluna |
Just a note to remind myself: change artifactIds in |
This should be taken care of in September release. |
PR merged, closing this issue now. |
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)The text was updated successfully, but these errors were encountered: