Re: Compiling JSPs with Jigsaw enabled Java 9

2016-07-02 Thread Mark Thomas
For the record, this remains broken in 4.6 (as expected). Mark On 18/05/2016 12:37, Mark Thomas wrote: > On 18/05/2016 12:22, Konstantin Kolinko wrote: >> 2016-05-18 1:58 GMT+03:00 Mark Thomas : >>> TL;DR. It doesn't work right now and that is probably OK. >>> >>> During my testing of the RMI le

Re: Compiling JSPs with Jigsaw enabled Java 9

2016-05-18 Thread Mark Thomas
On 18/05/2016 12:22, Konstantin Kolinko wrote: > 2016-05-18 1:58 GMT+03:00 Mark Thomas : >> TL;DR. It doesn't work right now and that is probably OK. >> >> During my testing of the RMI leak detection changes and Java 9, I >> realised that JSP compilation was badly broken - none of the JRE >> provid

Re: Compiling JSPs with Jigsaw enabled Java 9

2016-05-18 Thread Konstantin Kolinko
2016-05-18 1:58 GMT+03:00 Mark Thomas : > TL;DR. It doesn't work right now and that is probably OK. > > During my testing of the RMI leak detection changes and Java 9, I > realised that JSP compilation was badly broken - none of the JRE > provided classes were visible to the class loader. > > A lit

Compiling JSPs with Jigsaw enabled Java 9

2016-05-17 Thread Mark Thomas
TL;DR. It doesn't work right now and that is probably OK. During my testing of the RMI leak detection changes and Java 9, I realised that JSP compilation was badly broken - none of the JRE provided classes were visible to the class loader. A little research turned up that Jigsaw effectively hides