Werner Keil

Results 431 comments of Werner Keil

Unlike the other `UnitFormat` implementations, that is pretty much what `SimpleUnitFormat` also does internally for units it already knows out of the box.

While it may not be possible to switch to JSR 385 immediately (it should go Final before Summer) a Spring Boot solution by participants of our Adopt-JSR-385 hackathon by Utrecht...

Dependencies are also a bit outdated.

@atsticks Not sure why https://github.com/JavaMoney/javamoney-lib/releases/tag/1.0 is only a tag, but do you plan a 1.0 release also on Maven? https://travis-ci.org/JavaMoney/javamoney-lib should build again ideally using snapshots of 1.2/1.0.2.

Sounds good. As soon as everything is out also on MavenCentral we should post a brief message on the Blog.

> Hi. Is this going to get fixed anytime soon? It's being printed on every single FastMoney.toString() call. It is only printed on the `fine` level, so where did that...

There seems to have been a change in JDK's own formatters because until Java 13 the Indian formatting passes against "INR 6,78,90,00,00,00,000.00" while the blank is missing (making it consistent...

Could be a classloading issue similar to #369

Unlike `DAY` or `HOUR`, `YEAR` and `WEEK` are added to the unit system differently. Which persists the **name** and **symbol**, but does not also **label** them. It is not so...

Thanks for pointing this out. There are a couple of tweaks in `SimpleUnitFormat`. I added an alias, e.g. "wk" to "week", but kept the label based on [https://www.btb.termiumplus.gc.ca/tcdnstyl-chap?lang=eng&lettr=chapsect1&info0=1.23](https://www.btb.termiumplus.gc.ca/tcdnstyl-chap?lang=eng&lettr=chapsect1&info0=1.23), Does this...