LUCENE-9041: Upgrade ECJ to 3.19.0 to fix sporadic precommit javadoc issues

Lucene/Solr dev mail list post:
http://mail-archives.apache.org/mod_mbox/lucene-dev/201911.mbox/%3CCAJU9nmhzmvg1mWPup9%2Bg3V%3Dsbz18M2DLO-3asEqaUCQpcZHiYA%40mail.gmail.com%3E

Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
Kevin Risden 2019-11-11 15:02:20 -05:00
parent c2a0b8275b
commit abb7087f6e
No known key found for this signature in database
GPG Key ID: 040FAE3292C5F73F
2 changed files with 3 additions and 1 deletions

View File

@ -122,6 +122,8 @@ Build
* Upgrade forbiddenapis to version 2.7; upgrade Groovy to 2.4.17. (Uwe Schindler) * Upgrade forbiddenapis to version 2.7; upgrade Groovy to 2.4.17. (Uwe Schindler)
* LUCENE-9041: Upgrade ecj to 3.19.0 to fix sporadic precommit javadoc issues (Kevin Risden)
======================= Lucene 8.3.0 ======================= ======================= Lucene 8.3.0 =======================
API Changes API Changes

View File

@ -2036,7 +2036,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
</target> </target>
<target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported"> <target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported">
<ivy:cachepath organisation="org.eclipse.jdt" module="ecj" revision="3.17.0" <ivy:cachepath organisation="org.eclipse.jdt" module="ecj" revision="3.19.0"
inline="true" conf="master" type="jar" pathid="ecj.classpath" /> inline="true" conf="master" type="jar" pathid="ecj.classpath" />
<componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter" <componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter"
classpathref="ecj.classpath" name="ecj-component"/> classpathref="ecj.classpath" name="ecj-component"/>