Hello Martin, > "error: type argument Length is not within bounds of type-variable Q > where Q is a type-variable: > Q extends Quantity<Q> declared in interface Quantity" This was a compiler error when compiling sis-utility test files. I was able to find the reason and it was conflict of classes provided by javax.measure:unit-api and javax.measure:jsr-275 (which was included by gradle as a dependency for org.opengis:geoapi). So I repackaged javax.measure classes and references from jsr-275 and geoapi modules into different namespace (using JarJar tool). This solved that problem and 680 tests passed. Others are 14 runtime errors, 15 failed tests and 17 ignored tests.
-- Sisinda
