Fixed Re: On Java 11 we sometimes get a java.lang.ExceptionInInitializerError from NodeFactoryExtra for a specific test case we have

2019-10-23 Thread Jerven Bolleman
I just want to report that it no longer seems to happen with jena 3.13.1 Thank you! Regards, Jerven On 9/20/19 5:09 PM, Andy Seaborne wrote: For 3.13.0 it switches to java.time https://github.com/apache/jena/blob/master/jena-base/src/main/java/org/apache/jena/atlas/lib/DateTimeUtils.java

Re: On Java 11 we sometimes get a java.lang.ExceptionInInitializerError from NodeFactoryExtra for a specific test case we have

2019-09-20 Thread Jerven Bolleman
Hi Andy, Thanks for having a look. On 9/16/19 9:47 PM, Andy Seaborne wrote: On Mon, 16 Sep 2019 at 11:13, Jerven Bolleman wrote: Dear Jena devs, I sometimes have a strange exception depending on the order of JUnit tests being executed. Tests can call JenaSystem.init() to explicitly cause

Re: On Java 11 we sometimes get a java.lang.ExceptionInInitializerError from NodeFactoryExtra for a specific test case we have

2019-09-16 Thread Andy Seaborne
On Mon, 16 Sep 2019 at 11:13, Jerven Bolleman wrote: > Dear Jena devs, > > I sometimes have a strange exception depending on the order of JUnit > tests being executed. > Tests can call JenaSystem.init() to explicitly cause initialization. It may be a workaround for you. Which version of the