Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-30 Thread Gabriel Belingueres
I'll go for a minimal patch commenting with the rationale, and then build upon that. I also tested it will work if execute maven disabling string concatenation optimization: MAVEN_OPTS=-XX:-OptimizeStringConcat which could used as a workaround for the short term. El vie., 30 de nov. de 2018 a la(

JDK 12 build 22 is now available at : - jdk.java.net/12/

2018-11-30 Thread Rory O'Donnell
Hi Robert , *NOTE:- *The JDK 12 schedule rampdown phase 1 of the release is coming up in a few weeks on Dec. 13, 2018. ** *JDK 12 Early Access build 22 **is now available **at : - jdk.java.net/12/* * Release Note updates since last email * *

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-30 Thread Robert Scholte
Interesting if that works, but if the concatenation is the issue, we could also try: write( "" ); If this doesn't work but your proposed code does, it must have a good comment that this is a Java 7 workaround and can only be optimized once we require Java 8. I have also another idea: rep