Mark Miller
0bf7a5ff33
SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e
)
2017-04-03 22:00:08 -03:00
markrmiller
0445f8200e
SOLR-10338: Configure SecureRandom non blocking for tests.
2017-03-31 10:53:20 -04:00
Steve Rowe
53e5f34f66
SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell
2017-03-24 12:31:16 -04:00
Chris Hostetter
4851f399d4
SOLR-10219: stop defaulting to tests.disableHdfs=true under java9
2017-03-01 13:48:52 -07:00
Christine Poerschke
048b24c64a
SOLR-10192: Fix copy/paste in solr-ltr pom.xml template.
2017-02-27 12:31:25 +00:00
Christine Poerschke
f7ea2ae85d
LUCENE-7530: extend/add -validate-source-patterns checks for .xml/.template files
2016-12-23 12:14:57 +00:00
Steve Rowe
9eb806a233
SOLR-8542: Add maven config and improve IntelliJ config.
2016-11-02 09:57:54 -04:00
Alan Woodward
6390e22e74
SOLR-8961: Add a test-the-tests module for solr-test-framework
2016-09-06 13:33:36 +01:00
Christine Poerschke
f9c9470641
SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes
2016-07-14 10:20:35 +01:00
Christine Poerschke
415d321044
SOLR-9298: add resources directory to solr/test-framework's pom.xml
...
This is needed to fix solr/contrib/analysis-extras mvn test failure (SSLTestConfig).
(Christine Poerschke, Steve Row)
2016-07-13 12:50:26 +01:00
Uwe Schindler
0179b3fb2d
LUCENE-7346: Update forbiddenapis to version 2.2
2016-06-19 21:27:34 +02:00
Uwe Schindler
3fb69edead
LUCENE-7296, SOLR-9147: Fix Maven build
2016-05-23 00:47:20 +02:00
Uwe Schindler
b9caf83bfa
LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation
2016-05-20 22:20:39 +02:00
Robert Muir
72cb73c6b9
LUCENE-7170: move BaseGeoPointTestCase to test-framework
2016-04-17 08:52:59 -04:00
Uwe Schindler
3a4e1d1142
SOLR-8874: Update Maven config to correctly set tests.disableHdfs
2016-03-20 13:25:38 +01:00
nknize
89db4950b9
LUCENE-7015: Refactor spatial module to spatial-extras
...
Refactors non GeoPoint* classes from existing spatial module to a new spatial-extras module. dev-tools, build, and project files are updated to include new spatial-extras module.
2016-02-29 16:18:39 -06:00
Steve Rowe
eeee1c3f40
SOLR-8692: Deal with the new solr/core/src/resources/ dir: 1) add Maven config; and 2) improve IntelliJ config by using a new content root in solr-core module pointing to the resources dir, rather than using module-library declarations in the solr-core, solr-core-tests and solrj modules.
2016-02-22 18:19:00 -05:00
Steve Rowe
8e0f7ff7bb
LUCENE-6997: Maven config: build a spatial module test-jar, and add a test dependency on it to the sandbox module
2016-02-11 06:21:18 -08:00
Steve Rowe
7f41c65ae9
LUCENE-6938: Maven build: Switch SCM descriptors from svn to git; buildnumber-maven-plugin's buildNumberPropertyName property (used in Maven-built artifact manifests) renamed from svn.revision to checkoutid; removed Subversion-specific stuff from README.maven
2016-01-24 17:53:12 +01:00
Steven Rowe
1ad51f30ae
SOLR-8567: Maven build: Add solr-core test dependency on the lucene queryparser test-jar, required for SOLR-839
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725866 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 05:33:53 +00:00
David Wayne Smiley
a649775350
remove -XX:MaxPermSize from maven test build on trunk (deprecated in java 8).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717273 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 15:20:01 +00:00
David Wayne Smiley
c6bcc54e40
LUCENE-6833: maven build: add test-files/ to morfologik pom
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717271 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 15:16:10 +00:00
Uwe Schindler
294b30a66e
LUCENE-6594: Update forbiddenapis to 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1706128 13f79535-47bb-0310-9956-ffa450edef68
2015-09-30 18:54:29 +00:00
Steven Rowe
33d18a0c59
LUCENE-6607: Fix spatial3d module's Maven config - include dependency interpolation sites, make packaging jar instead of pom, don't skip deploy phase, etc.; and fix GetMavenDependenciesTask to exclude a module's build artifacts only if the build dir fully matches, rather than a prefix (this bug caused lucene-spatial's test dependency on the lucene-spatial3d jar to be left out of the generated POM, because lucene/build/spatial3d matched the regex for lucene-spatial's build output dir: 'lucene/build/spatial', i.e. with no dir separator)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690842 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 23:45:20 +00:00
Michael McCandless
ccda4cd527
LUCENE-6607: attempt to add pom.xml for new spatial3d module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690614 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 09:52:49 +00:00
Steven Rowe
dad3395af3
Maven config: exclude .java files under test resource directory solr/core/src/test-files/ - Maven was attempting to compile runtimecode/RuntimeLibSearchComponent.java under the test module (solr/core/src/test/pom.xml)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683201 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 00:26:27 +00:00
Uwe Schindler
fae5b46a20
LUCENE-6439: enable support fors test-framework-tests on Maven build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674990 13f79535-47bb-0310-9956-ffa450edef68
2015-04-20 21:32:12 +00:00
Uwe Schindler
5b4fe002ba
LUCENE-6420: Use forbidden-apis annotation @SuppressForbidden; cleanup maven build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674926 13f79535-47bb-0310-9956-ffa450edef68
2015-04-20 15:22:06 +00:00
Uwe Schindler
9bc70ac037
LUCENE-6420: Update forbiddenapis to v1.8
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673077 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 00:14:28 +00:00
Steven Rowe
5934ea0901
maven config: upgrade maven-bundle-plugin from 2.3.7 & 2.4.0 to 2.5.3, to allow the bundle-manifest goal either to succeed or to obey the skip configuration - this was causing java.lang.ArrayIndexOutOfBoundsException: 18
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672474 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 20:24:04 +00:00
Steven Rowe
0f88bb7f9c
LUCENE-6339: Maven config: add resource dir src/resources/ to the POM.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672458 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 19:07:42 +00:00
Ramkumar Aiyengar
796416d43c
Remove unnecessary svn:executable from some files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671175 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 21:56:33 +00:00
Steven Rowe
6fc86af433
SOLR-1723,SOLR-2035: maven config: put resource bundles under velocity/ in output dir
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651553 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 01:42:40 +00:00
Steven Rowe
7d94c58d62
SOLR-1723,SOLR-2035: maven config
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651543 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 00:19:31 +00:00
Shalin Shekhar Mangar
a41b9954d1
SOLR-4839: Upgrade to Jetty 9
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649552 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:45:58 +00:00
Uwe Schindler
16f17fa81d
SOLR-6895: Fix forbidden-apis also in Maven
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648773 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 20:30:56 +00:00
Ryan Ernst
5e17f315d4
LUCENE-5950: Move to Java 8 as minimum Java version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640833 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 22:47:21 +00:00
Steven Rowe
13c33c879d
SOLR-5302: Maven config
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626457 13f79535-47bb-0310-9956-ffa450edef68
2014-09-20 15:13:49 +00:00
Uwe Schindler
8f5259b4ff
Pass build.properties files down to Maven (fixes bug with ASF Jenkins after restructuring the Jenkins config to use property files)
...
Clean property handling: it reads now consistently everywhere solely ~/lucene.build.properties, ~/build.properties, /lucene/build.properties (in this order)
Excludes were fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622666 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 09:42:17 +00:00
Robert Muir
b981c8ec66
add resources folder for backwards module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622398 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 03:55:41 +00:00
Robert Muir
77baabeb40
LUCENE-5858: try to get nightly-smoke passing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621838 13f79535-47bb-0310-9956-ffa450edef68
2014-09-01 16:32:51 +00:00
Uwe Schindler
c137b0cb57
Remove obsolete property
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620730 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 20:46:53 +00:00
Ryan Ernst
2e7acd8f73
LUCENE-5901:Replaced all occurences of LUCENE_CURRENT with LATEST for luceneMatchVersion
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620718 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 20:00:51 +00:00
Uwe Schindler
903a7b40be
LUCENE-5898: Clean up build files version handling, fix bug with specification version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619832 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 15:15:37 +00:00
Uwe Schindler
ddef6d06a5
Update outdated forbidden-apis in Maven build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618563 13f79535-47bb-0310-9956-ffa450edef68
2014-08-18 09:11:34 +00:00
Ryan Ernst
73bb9c91d9
LUCENE-5850: Made Version handling more robust and extensible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618263 13f79535-47bb-0310-9956-ffa450edef68
2014-08-15 19:15:17 +00:00
Steven Rowe
6eff0b071f
LUCENE-5757: Maven build: forbidden-apis should no longer use the rue.txt signature file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607522 13f79535-47bb-0310-9956-ffa450edef68
2014-07-03 03:52:55 +00:00
Steven Rowe
027e712d5c
Sonatype OSS repo is returning 301 (permanently moved) for http URLs, which aren't followed by Maven Ant Tasks (artifact:dependencies), and cause the build to fail. Switching the base Sonatype OSS repo to https to see if that fixes the problem.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607053 13f79535-47bb-0310-9956-ffa450edef68
2014-07-01 11:47:34 +00:00
Steven Rowe
95fd2943eb
LUCENE-5675: Add src/resources directory to maven config
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597695 13f79535-47bb-0310-9956-ffa450edef68
2014-05-27 02:08:30 +00:00
Adrien Grand
f3af8c97be
LUCENE-5463: Unbreak forbidden APIs for Solr, remove broken RUE.sizeOf(String) and add new forbidden APIs to the Maven build.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571493 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 23:44:14 +00:00