Hi, This is a really new thing: This is part of the JDK 8 deprecation list. But this method was actually removed in Java 9 completely (the first deprecation ever that was actually removed!). This method was deprecated in Java 8 for the first time, with the following text:
"Deprecated. The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. Applications that need to monitor progress of the packer can poll the value of the PROGRESS property instead." So I am not sure how to handle that, it seems that in JDK9, Oracle may need to remove more deprecated stuff to make modularization possible. In branch_5x builds this is not a problem, because it was not deprecated in Java 8, so the java 7 signatures file does not have that method listed. A workaround would be to enable the forbidden feature to not fail on missing signatures. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Policeman Jenkins Server [mailto:[email protected]] > Sent: Saturday, November 22, 2014 3:49 PM > To: [email protected] > Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b34) - Build # > 11650 - Failure! > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11650/ > Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseSerialGC > (asserts: true) > > All tests passed > > Build Log: > [...truncated 26631 lines...] > BUILD FAILED > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:515: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:86: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:101: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common- > build.xml:2293: Parsing signatures failed: No method found with following > signature: > java.util.jar.Pack200$Packer#addPropertyChangeListener(java.beans.Proper > tyChangeListener) > > Total time: 105 minutes 54 seconds > Build step 'Invoke Ant' marked build as failure [description-setter] > Description set: Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops - > XX:+UseSerialGC (asserts: true) Archiving artifacts Recording test results > Email was triggered for: Failure - Any Sending email for trigger: Failure - > Any > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
