Werner Keil
Werner Keil
I think it's correct, the quote was from the method `currentNumberSystem()` where picking an explicit default is a fallback should the current one be `null`. `getNumberSystem("org.my.NumberSystem")` tries to resolve a...
That's already there. I am not sure, if multiple entries would be possible but Indriya only defines one anyway. Our extension modules like UCUM do that, e.g. their own [ServiceProvider](https://github.com/unitsofmeasurement/uom-systems/blob/master/ucum/src/main/resources/META-INF/services/javax.measure.spi.ServiceProvider)....
I assume you're using Indriya, the RI, which version? Because the API does not do these actual operations, I may transfer the issue into https://github.com/unitsofmeasurement/indriya but please could you tell...
@samodadela A related ticket [uom-lib#68](https://github.com/unitsofmeasurement/uom-lib/issues/68) has been closed, did this also resolve the one here?
@fawidmer Thanks for raising this, what keeps you from upgrading to Indriya 2.1.x? I don't think being a very small team compared to something like Spring, Jakarta EE or the...
@fawidmer Can this also be closed similar to https://github.com/unitsofmeasurement/uom-lib/issues/68 or is there a separate issue left here?
Ok thanks @fawidmer please verify and if it works now you can close the ticket you created yourself.
We did try this, check out the second ticket here #2, but it had so many unforseen side-effects on formatting and parsing, that we abandoned it. Feel free to fork...
Could use https://github.com/JavaMoney/javamoneyjmh as inspiration or template.
Thanks for pointing that out including a runnable snippet. We'll try to replicate and find the cause. @andi-huber Any thoughts about the precision influencing the `NumberFormat`?