-
The class comment of `MonetaryAmountFormat` has two code snippets. Both of them are full of compile errors
```java
MonetaryAmountFormat f = MonetaryFormats.getInstance(loc);
f.setStyle(f.getStyle…
-
**Describe the bug**
When using a platform dependency on the `compileOnly` configuration and using one of its dependencies in the api configuration, the plugin fails to resolve the dependency for the…
-
There was a suggestion to move on with int type to calculate money and quantities, we need to research this opportunity.
-
The README file mentions 1.0.1 only, newer releases should be mentioned there or in a separate file.
keilw updated
5 years ago
-
I'm trying to create a `MonetaryAmountFormat` that uses the currency unit symbol:
MonetaryAmountFormat format = MonetaryFormats.getAmountFormat(
AmountFormatQueryBuilder.of(Locale.GERMAN…
-
While Groovy/Grails support is taking decent shape here, what other JVM languages do you think are important enough to support.
An initial list would be:
- Scala
- Clojure
- JRuby
- Jython
- JavaScri…
keilw updated
7 years ago
-
I've had preliminary discussions with some Groovy core developers and they are receptive to having JSR 354 support as a "Groovy Module" and possibly, once JSR 354 is final (or shipped with Java 9?) ev…
-
hi, i have to provide a dependency license report for the projects we build.
is it possible for you to put the LICENSE file into the jar files? because several gradle plugins can search and autoge…
-
The `org.javamoney.moneta.spi.loader.ScheduledDataLoaderService` can be configured by entries in in the 'javamoney.properties' files. Some of these properties are:
'period' and 'delay' used for `time…
-
If I create a currency with 2 decimal places and then try format it in a locale with a country with no decimal places (eg. JAPAN), the USD amount gets displayed with no decimal digits.
Correct me i…