Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
Description
Building Apache SIS with Java 12 cause the following test failure:
ConverterRegistryTest.testNumberToMiscellaneous:295 After ObjectToString.Number[4] expected: ├─[Object ] ← Number> but was: ├─[Constable] ← Number>
Seems to be a side effect o java.lang.Number subclasses now implementing the java.lang.Constable interface (new in Java 12).
Attachments
Issue Links
- is a child of
-
SIS-438 Make SIS compatible with latest Java versions
- Closed