You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/01 16:54:54 UTC

[lucene-solr] branch jira/SOLR-13452_gradle_3 updated (04bdcea -> 785c349)

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

markrmiller pushed a change to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 04bdcea  SOLR-13452: Update gradle-consistent-versions plugin to pick up verifyLocks task.
     new 9d4de46  SOLR-13452: Alphabetize versions.props.
     new 785c349  SOLR-13452: First pass at a testTimes target.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle          |  7 +++++++
 buildSrc/build.gradle |  2 ++
 versions.props        | 10 +++-------
 3 files changed, 12 insertions(+), 7 deletions(-)


[lucene-solr] 01/02: SOLR-13452: Alphabetize versions.props.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 9d4de462586ddd7e7507f146bc391677d0325b76
Author: markrmiller <ma...@apache.org>
AuthorDate: Sat Jun 1 10:49:10 2019 -0500

    SOLR-13452: Alphabetize versions.props.
---
 versions.props | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/versions.props b/versions.props
index d3fba42..52fcde2 100644
--- a/versions.props
+++ b/versions.props
@@ -1,7 +1,3 @@
-
-#javax.ws.rs:javax.ws.rs-api=2.1.1
-#org.apache.cxf:cxf-bundle-jaxrs=2.3.0
-
 com.adobe.xmp:xmpcore=5.1.3
 com.carrotsearch.randomizedtesting:*=2.7.2
 com.carrotsearch:hppc=0.8.1
@@ -52,7 +48,6 @@ net.hydromatic:eigenbase-properties=1.1.5
 net.sourceforge.argparse4j:argparse4j=0.8.1
 net.sourceforge.nekohtml:nekohtml=1.9.17
 net.thisptr:jackson-jq=0.0.8
-org.asciidoctor:asciidoctor-ant=1.6.0-alpha.5
 org.antlr:antlr4-runtime=4.5.1-1
 org.apache.calcite.avatica:avatica-core=1.13.0
 org.apache.calcite:*=1.18.0
@@ -71,7 +66,6 @@ org.apache.httpcomponents:httpclient=4.5.6
 org.apache.httpcomponents:httpcore=4.4.10
 org.apache.httpcomponents:httpmime=4.5.6
 org.apache.james:*=0.8.2
-org.jsoup:jsoup=1.11.3
 org.apache.kerby:*=1.0.1
 org.apache.logging.log4j:*=2.11.2
 org.apache.opennlp:opennlp-tools=1.9.1
@@ -83,14 +77,15 @@ org.apache.velocity.tools:*=3.0
 org.apache.velocity:*=2.1
 org.apache.xmlbeans:xmlbeans=3.0.1
 org.apache.zookeeper:zookeeper=3.4.14
+org.asciidoctor:asciidoctor-ant=1.6.0-alpha.5
 org.aspectj:aspectjrt=1.8.0
 org.bitbucket.b_c:jose4j=0.6.5
 org.bouncycastle:*=1.60
 org.brotli:dec=0.1.2
 org.carrot2.attributes:attributes-binder=1.3.3
-org.carrot2:morfologik-*=2.1.5
 org.carrot2.shaded:carrot2-guava=18.0
 org.carrot2:carrot2-mini=3.16.0
+org.carrot2:morfologik-*=2.1.5
 org.ccil.cowan.tagsoup:tagsoup=1.2.1
 org.codehaus.janino:*=3.0.9
 org.codehaus.woodstox:stax2-api=3.1.4
@@ -101,6 +96,7 @@ org.gagravarr:*=0.8
 org.hamcrest:*=1.3
 org.hsqldb:hsqldb=2.4.0
 org.jdom:jdom2=2.0.6
+org.jsoup:jsoup=1.11.3
 org.locationtech.jts:jts-core=1.15.0
 org.locationtech.spatial4j:*=0.7
 org.mockito:mockito-core=2.23.4


[lucene-solr] 02/02: SOLR-13452: First pass at a testTimes target.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 785c349bdbd83852a12f6297ee5245d127b14e98
Author: markrmiller <ma...@apache.org>
AuthorDate: Sat Jun 1 11:54:46 2019 -0500

    SOLR-13452: First pass at a testTimes target.
---
 build.gradle          | 7 +++++++
 buildSrc/build.gradle | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/build.gradle b/build.gradle
index 44dea47..e6f801a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,6 +28,8 @@ def luceneSolrSubProjects = subprojects.findAll { project -> project.name != 'bu
 
 def rootProjectDir = project.rootProject.projectDir;
 
+ant.lifecycleLogLevel = "INFO"
+
 // TOC
 // -> lucene-solr all project config
 // -> lucene-solr sub module config
@@ -131,6 +133,11 @@ configure(rootProject) {
   // TODO: enable the modified files checking only for jenkins runs! sysprop?
   tasks.create('checkWorkingCopy', CheckWorkingCopy, false)
   
+  
+  task testTimes(type: org.apache.lucene.gradle.JUnit4) {
+
+  }
+  
 }
 
 // -> lucene-solr IDE config - setup eclipse and idea
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 12b0c2e..7ce819e 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -43,6 +43,7 @@ dependencies {
 configurations {
   jflex
   rat
+  junit4
   
   jflex.extendsFrom implementation
 }
@@ -52,6 +53,7 @@ configurations {
 dependencies {
   jflex "de.jflex:jflex:1.7.0"
   rat "org.apache.rat:apache-rat:0.11"
+  junit4 "com.carrotsearch.randomizedtesting:junit4-ant"
 }
 
 sourceSets {