You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/13 19:46:46 UTC

[lucene-solr] branch jira/LUCENE-8738 updated: LUCENE-8738, LUCENE-8763: Disable OpenClover until a release with Java 11 support is available

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch jira/LUCENE-8738
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/LUCENE-8738 by this push:
     new 831e940  LUCENE-8738, LUCENE-8763: Disable OpenClover until a release with Java 11 support is available
831e940 is described below

commit 831e940e02305eef6d99799bc1ba52e62d7190f5
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sat Apr 13 21:46:25 2019 +0200

    LUCENE-8738, LUCENE-8763: Disable OpenClover until a release with Java 11 support is available
---
 lucene/common-build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index ec4efec..70efd8a 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -1544,6 +1544,7 @@ ${tests-output}/junit4-*.suites     - per-JVM executed suites
   <target name="clover" depends="-clover.disable,-clover.load,-clover.classpath,-clover.setup"/>
   
   <target name="-clover.load" depends="ivy-availability-check,ivy-configure" if="run.clover" unless="clover.loaded">
+    <fail>TODO: Code coverage with OpenClover does not yet work with Java 11 - see https://issues.apache.org/jira/browse/LUCENE-8763</fail>
     <echo>Code coverage with OpenClover enabled.</echo>
     <ivy:cachepath organisation="org.openclover" module="clover" revision="4.2.1"
       inline="true" conf="master" pathid="clover.classpath"/>