Werner Keil
                                            Werner Keil
                                        
                                    What's the target Java version? We won't replace a proper toolchain with some manual puzzle, but if this is available in a future version either for the TCK, see unitsofmeasurement/unit-tck#42...
Hi @bmarwell Like everyone you are welcome to help by proposing a PR, ideally as a JCP Associate member, but since these are only parts of the build tool chain...
We never heard any problems, maybe it did get stricter in Java 17 and the automatic module-name was removed by default.
I don't really have to google it, because I was among the driving Jakarta EE Spec Committee members to get these modularized ;-) It is a little strange Circle-CI never...
It's already been deployed to https://oss.sonatype.org/content/repositories/snapshots/tech/units/indriya/2.1.4-SNAPSHOT/
Currently this fails with a Maven build error: ``` [ERROR] Failed to execute goal biz.aQute.bnd:bnd-maven-plugin:5.2.0:bnd-process (default) on project indriya: Classes found in the wrong directory: {META-INF/versions/14/tech/units/indriya/AbstractSystemOfUnits.class=tech.units.indriya.AbstractSystemOfUnits, META-INF/versions/12/tech/units/indriya/format/NumberDelimiterQuantityFormat.class=tech.units.indriya.format.NumberDelimiterQuantityFormat, META-INF/versions/12/tech/units/indriya/format/NumberFormatStyle.class=tech.units.indriya.format.NumberFormatStyle, META-INF/versions/14/module-info.class=module-info, META-INF/versions/14/tech/units/indriya/AbstractSystemOfUnits$1.class=tech.units.indriya.AbstractSystemOfUnits$1,...
It could potentially be something on the SPI, we'll check it but probably for a new version.
I think this one asks the wrong question, or do you have a code example (at least a snippet) how this would be required? We have a `SystemOfUnits` method `getUnits()`...
So essentially it seems that Scala has its own type `scala.math.BigDecimal` extending `java.lang.Number` and it won't map directly to `java.math.BigDecimal`? We need to have a look, it's probably possible to...
That's a good question, hope @andi-huber can also say something about it, but I believe the default existed before the SPI definition, so it might need some brushing-up and streamlining.