Re: Jar's CodeSigner null on Java 10, non-null on Java 8

2018-10-06 Thread Scott Palmer
As is too often the case I discovered the difference while trying to isolate a test case. With Java 10 I had extra JVM args to deal with module path and that appeared to cause the problem. I’m not 100% sure what’s happening in my app, but the test case is working so there likely isn’t any issue

Jar's CodeSigner null on Java 10, non-null on Java 8

2018-10-06 Thread Scott Palmer
Sean asked: > On what version of Java 8 does it work? > Up to 8u181 at least. > > I am not sure what the problem is without additional information. > > What do you need? I will try to sign something trivial with the same cert > and create a test case for a bug report. > > Also, have you trie

Re: Jar's CodeSigner null on Java 10, non-null on Java 8

2018-10-06 Thread Scott Palmer
I made a simple test case that will either pass of fail depending on how I choose to launch with Java 10. On the class path it works. On the module path AND the class path it works On the module path executed with -m it fails. On the module path with another *specific but totally unrelated jar* A