Java 9 Module
See original GitHub issueFollowing maybe a MR or other future update of this API, for the Java SE 8+ variant a Java 9 module is also useful.
As JEP http://openjdk.java.net/jeps/200 states that:
- Standard modules, whose specifications are governed by the JCP, must have names starting with the string “java.”.
The module name for JSR 354 should be java.money
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Understanding Java 9 Modules - Oracle
In this article, I introduce the Java 9 Platform Module System (JPMS), the most important new software engineering technology in Java since its...
Read more >A Guide to Java 9 Modularity - Baeldung
Java 9 introduces a new level of abstraction above packages, formally known as the Java Platform Module System (JPMS), or “Modules” for ...
Read more >Java 9 Modules - DigitalOcean
Java 9 Module System has a “java.base” Module. It's known as Base Module. It's an Independent module and does NOT dependent on any...
Read more >Java 9+ modularity: Module basics and rules - IBM Developer
A module is a collection of code, data, and resources. It is a set of related packages and types (classes, abstract classes, interfaces,...
Read more >Java Modules Tutorial - HowToDoInJava
Java 9 Module System has a “java.base” module. It's known as Base Module. It's an Independent module and does NOT dependent on any...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @atsticks ,
We had a discussion with the Oracle people for Bean Validation and they recommended us to use
java.validation
instead ofjavax.validation
. This is apparently the convention they chose. I think we should drop the x and make itjava.money
.Thanks for the confirmation, if at all (we may have done it there) in the BP.