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
Support for Java 9's module system #2404
Comments
|
Hi @metacodez thank you for reaching out! This would be such a big change to be made in SDK v1 that will probably not be considered. I recommend to take a look and eventually migrate to SDK v2, where |
|
Hello @debora-ito thank you for your fast reply. Indeed v2 looks very promising, though I cannot find Are there any chances this artifact gets automatic module names and gets out of preview status or is it contained in some other artifact I was missing? Thanks beforehand & best regards! |
|
@metacodez I will ask the team behind |
|
Hello @debora-ito thank you & looking forward for their reply! |
|
Hello @debora-ito, I plan to prepare a next release of REFCODES.ORG artefacts, do you have nay news on this Thanks beforehand & best regards - |
|
Good timing! I just got a reply from the Simple DB team, saying they have no plans to make the APIs available in the Java SDK v2, unfortunately. |
|
Marking this issue to auto close soon. Feel free to reopen or add a comment if you have further questions. |
|
Thanks for your investigation! For me to get it right: When I stay with Now I got to decide as I already use Are there any reasons for the |
|
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to provide a comment or open a new issue. |
For a while now I am trying to get my projects' modues straigt as of Java9's module system. As of now just two dependencies left in my projects (https://bitbucket.org/refcodes/) without stable module name, one of them comes from AWS.
An idea to help other Java 9 modules and their
module-info.javadeclaration would be to put an entry into AWS' JAR Manifest-File, such as:Automatic-Module-Name: aws.java.sdk.coreto get stable module references. In Maven, this can be achieved by tweaking the maven-jar-plugin similar to:I would be very greatful when you generate such a Manifest entry as AWS provides great cloud services!
The text was updated successfully, but these errors were encountered: