Werner Keil

Results 431 comments of Werner Keil

There are two parts to this problem: 1. Using `MonetaryAmount amount = Monetary.getDefaultRounding().apply(this);` in all relevant `toString()` operations, not just `Money`, which in the given example already rounds down the...

Actually the majority of test failures were pretty much the same, so avoiding the round-down plus an adjustment of the scale that also takes the `maxScale and `fixedScale `combination into...

Did not hear anything by either one, so I assume that is resolved.

The hardcoded scale for toString() was what had to be fixed here, so adding it back would only be possible as an optional property, Please create an enhancement request here,...

@stefanzilske I saw #364 had been around for some time, we did not really plan to do this (especially the desire to just print "a" or something) until a much...

Neither the timeouts nor the UserAgent or headers look like they're working anymore in a console/Maven build.

- [x] Use curl instead of wget in the shell script for now - [x] Different structure of the default file to overcome JPMS loading problem - [x] Try to...

Based on above checklist, let's look into a [comparison of Java HTTP clients](https://reflectoring.io/comparison-of-java-http-clients/). The inner workings of `IMFRemoteSearchCallable` have to be updated to use something other than `URLConnection` which works...

@brassier This was fixed with 1.4.3 The actual problem was accessing the IMF and other exchange rates using the old JDK `URLConnection`. This was fixed by using Okhttp3. Where passing...