You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/21 01:30:48 UTC

[21/50] [abbrv] lucene-solr:jira/http2: LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml

LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/59550fc2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/59550fc2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/59550fc2

Branch: refs/heads/jira/http2
Commit: 59550fc262965add1a1b125d596604fed945e3a6
Parents: 60257ea
Author: Erick <er...@apache.org>
Authored: Wed Aug 15 15:32:41 2018 -0700
Committer: Erick <er...@apache.org>
Committed: Wed Aug 15 15:32:41 2018 -0700

----------------------------------------------------------------------
 lucene/CHANGES.txt      | 2 ++
 lucene/common-build.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/59550fc2/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d976bf8..a36b411 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -263,6 +263,8 @@ Other:
 * LUCENE-8453: Add documentation to analysis factories of Korean (Nori) analyzer
   module.  (Tomoko Uchida via Uwe Schindler)
 
+* LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml (Erick Erickson)
+
 ======================= Lucene 7.4.1 =======================
 
 Bug Fixes:

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/59550fc2/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 261f8e3..ac4c504 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2096,7 +2096,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
   </target>
   
   <target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported">
-    <ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.4.1"
+    <ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.6.1"
      inline="true" conf="master" type="jar" pathid="ecj.classpath" />
     <componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter"
      classpathref="ecj.classpath" name="ecj-component"/>