On 2016-12-09, Gary Gregory wrote:

> Just FWIW, we fail on Java 9 with:

> Failed tests:
>   X5455_ExtendedTimestampTest.testSampleFile:185
> expected:<[2105-01-01/00:00:02] +0000> but was:<[1968-11-24/17:31:45] +0000>
> Tests in error:
>   SevenZNativeHeapTest.initializationError ยป Objenesis
> java.lang.reflect.Invocat...

> Tests run: 613, Failures: 1, Errors: 1, Skipped: 2

Yes, I've seen both those failures myself as well.

The first one indicates a change in java.util.zip WRT to ZIP timestamp
handling that I haven't found the time to look into. java.util.zip has
started to use the X5455 extra field itself now, maybe we only need to
adjust the test.

The second is

Caused by: java.lang.IllegalAccessError: class 
jdk.internal.reflect.GeneratedSerializationConstructorAccessor2 cannot access 
its superclass jdk.internal.reflect.SerializationConstructorAccessorImpl

which looks like either a problem in Objenesis or the JDK itself.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to