question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Following 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:

  1. 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:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
gsmetcommented, Apr 8, 2018

Hi @atsticks ,

We had a discussion with the Oracle people for Bean Validation and they recommended us to use java.validation instead of javax.validation. This is apparently the convention they chose. I think we should drop the x and make it java.money.

0reactions
keilwcommented, Oct 5, 2018

Thanks for the confirmation, if at all (we may have done it there) in the BP.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found