This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k
stars
1.99k
forks
source link
Add automatic module names for Spring Cloud Azure modules #27350
We chose to add Automatic Module Name over adding module-info.java for each Spring Cloud Azure module for Java9 modules suppport. Here's the list of module names we should set for each one:
We chose to add Automatic Module Name over adding module-info.java for each Spring Cloud Azure module for Java9 modules suppport. Here's the list of module names we should set for each one:
We should also make sure these module names match with the root package in most libraries.
http://branchandbound.net/blog/java/2017/12/automatic-module-name/