Werner Keil
Werner Keil
The internal implementation class was renamed to `URLConnectionScheduler` and replacec by `OkHttpScheduler`. The biggest priority of 1.4.3 was to actually fix the connection problems to both ECB (in that case...
Not sure, if there was ever a PR for this, but the JavaDoc says it is not required to be thread-safe, it could still be thread-safe, that's optional. Closing it...
I'd say, a BDD style Functional Tests could be the only sensible way here. "Given When Then..." is something you can clearly apply to laws, and Testing Frameworks like Concordion...
Yes, that's indeed the way. Note, in the most recent Indriya versions, there is `SimpleUnitFormat.getInstance()` which returns a shared instance across the JVM / application lifetime, while SimpleUnitFormat.getNewInstance() creates a...
I was thinking of a "hybrid" between this JSR and JSR 354 (Money and Currency) for quite a while, but it is a bit complicated. @dautelle had a money implementation...
Thanks for mentioning this. I suppose, you do have some sort of `CurrencyConverter` or similar subclass of `AbstractConverter`? The `Calculus.normalFormOrder` is used in a very isolated way, so @andi-huber do...
Thanks for the clarification. The beauty of open standards is, there are multiple implementations, if @jpink prefers to write his own, or use another one, sure no problem. Will use...
The use case of OpenHAB is mainly something like `EUR/kWh`, or maybe the cost per ton of CO2, etc., not converting Euros into Dollars or Radian. In the meantime, what...
Thanks, could you try, how `UCUMFormat` treats this as a comparison?
Thanks for trying. As they all use resource bundles underneath the hood, there could be some inspiration or patch based on `UCUMFormat`. The latter does not need JCP membership. For...