Andi Huber
Andi Huber
on hold till Spring 6.x
on hold till Spring 6.x
on hold till Spring 6.x
Deliberately held at 1.x - so we can switch between webjar version 1.x and 2.x - once we know 2.x is stable, we can remove the 1.x dependency.
waiting on #204 to be resolved/merged
For example when looking at `ProductUnit` ```java @Override public UnitConverter getSystemConverter() { UnitConverter converter = AbstractConverter.IDENTITY; for (Element e : elements) { if (e.unit instanceof AbstractUnit) { UnitConverter cvtr =...
As an alternative to failing with exceptions, we could instead within RI lookout for places that allow to replace/narrow method arguments `Unit` with `AbstractUnit`, such that it is clear, what...
@keilw can you elaborate a bit on this question? Maybe I can help, as I just did some work on this class.
I see its related to the 1/x parsing question.
Hi there, I believe that is not my code and indeed it looks broken.