Steven Rowe
5876b39115
fix dependencies so logging works from replicator/ tests: Maven config; downgrade commons-logging from v1.1.3 to v1.1.1: httpcore dependency
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485755 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 15:43:57 +00:00
Michael McCandless
697133b10f
remove 2>&1 from filename
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484740 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 10:40:30 +00:00
Steven Rowe
0b55aaa6a2
LUCENE-5007: Add optional named -testArgs param to smokeTestRelease.py, passed through to 'ant test' invocations; add -DsmokeTestRelease.testArgs sysprop to 'ant nightly-smoke', to pass through as -testArgs param to smokeTestRelease.py.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484524 13f79535-47bb-0310-9956-ffa450edef68
2013-05-20 16:51:52 +00:00
Michael McCandless
95f0553bc0
make duplicate anchors a hard error
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483729 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 10:48:20 +00:00
Michael McCandless
5f64a470eb
allow javax.servlet exception in lucene/replicator
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483459 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 17:18:59 +00:00
Steven Rowe
64b85cf0ed
LUCENE-4975: replicator module: make validate-maven-dependencies succeed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482640 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 23:29:03 +00:00
Robert Muir
67970fcaab
add replicator to smokeTester
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482001 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 18:01:48 +00:00
Steven Rowe
c30277e08f
LUCENE-4975: replicator module: Maven configuration: remove <pluginManagement> wrapper from around the surefire plugin config, so that it will operate in situ
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481958 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 16:36:05 +00:00
Steven Rowe
c819b8a753
LUCENE-4975: replicator module: Maven configuration: remove unnecessary comment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481922 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 15:28:59 +00:00
Shai Erera
40e939c954
make ReplicatorTestCase.newHttpServer respect tests.jettyConnector for freebsd issues
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481914 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 15:22:14 +00:00
Steven Rowe
2c76719401
LUCENE-4975: replicator module: make Maven configuration functional
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481912 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 15:15:01 +00:00
Steven Rowe
7630d6b7e6
LUCENE-4975: replicator module: IntelliJ configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481880 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 14:36:58 +00:00
Shai Erera
6b75799b42
LUCENE-4975: Add Replication module to Lucene
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481804 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 11:57:22 +00:00
Dawid Weiss
84d08b269c
LUCENE-4987: Upgrade randomized testing to version 2.0.10:
...
Test framework may fail internally due to overly aggresive J9 optimizations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480457 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 21:04:04 +00:00
Robert Muir
d9712d9aa9
allow use of nightly-smoke on a modified checkout, by passing skip for the svn revision
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479976 13f79535-47bb-0310-9956-ffa450edef68
2013-05-07 16:39:54 +00:00
Steven Rowe
a57bc586e2
switch to using KEYS file instead of lucene-version.zip.asc to determine whether a release exists
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479471 13f79535-47bb-0310-9956-ffa450edef68
2013-05-06 06:02:41 +00:00
Uwe Schindler
4fda2ce4f4
fix comment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476782 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 14:34:16 +00:00
Uwe Schindler
6d15a5c911
Upgrade to forbidden-apis 1.3 (now with support for Java 8)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476769 13f79535-47bb-0310-9956-ffa450edef68
2013-04-28 13:57:52 +00:00
Michael McCandless
cce0cbe5ff
SOLR-4766: don't compare file sizes of war/jar contents when comparing maven to binary release
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476386 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 20:24:22 +00:00
Michael McCandless
08a6f78510
SOLR-4766: detect when maven war/jar has different contents (file name + size) from the corresponding binary release
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476154 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 12:03:13 +00:00
Robert Muir
13be62c316
SOLR-4738: Upgrade jetty to 8.1.10.v20130312
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470626 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 17:25:11 +00:00
Steven Rowe
587641ef3d
Add svn revision check to jar/war metadata checks in smokeTestRelease.py
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470366 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 00:23:53 +00:00
Michael McCandless
01306436ae
print time taken in some steps plus total time
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470296 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 13:26:54 +00:00
Michael McCandless
5fb07458d4
be more clear about JAVA6/7_HOME and don't use silly defaults; on exc downloading file state which file failed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470150 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 10:54:55 +00:00
Michael McCandless
452c1d4683
LUCENE-4944: smoke tester detects duplicate sections in changes.html
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469966 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 17:38:46 +00:00
Mark Robert Miller
34417d7bf1
SOLR-4737: Update Guava to 14.01
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469663 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 02:06:36 +00:00
Michael McCandless
9c56dccf19
prompt for GPG password up front
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469041 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 19:35:47 +00:00
Simon Willnauer
3199f6e3bf
read() returns a str which is already UTF-8 and doesn't have a decode method anymore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1468841 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 11:19:25 +00:00
Robert Muir
a6c5fe9f3a
SOLR-4677: Improve Solrs use of spec version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1466031 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 13:51:01 +00:00
Michael McCandless
44b883aff4
read both stderr and stdout from Solr example server
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463314 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 22:04:05 +00:00
Michael McCandless
5d8cc29da9
kill Solr example server if it hasn't started after 30 minutes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463057 13f79535-47bb-0310-9956-ffa450edef68
2013-03-31 21:30:31 +00:00
Steven Rowe
7bc4cd24a4
SOLR-3706: Maven configuration: sync with Ant build
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461830 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 20:01:17 +00:00
Steven Rowe
fda68e7322
LUCENE-4879: IntelliJ configuration: upgrade randomizedtesting-runner dependency from 2.0.8 to 2.0.9
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461372 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 23:34:34 +00:00
Steven Rowe
396300149d
LUCENE-4879: Add randomizedtesting-runner 2.0.9 SHA1 to solr/licenses/; Maven configuration: upgrade randomizedtesting-runner from 2.0.8 to 2.0.9.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 14:59:37 +00:00
Michael McCandless
25bd58b826
make sure Java 1.7 was used to compile the JARs in binary release
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461067 13f79535-47bb-0310-9956-ffa450edef68
2013-03-26 11:56:55 +00:00
Steven Rowe
0dbb4d92c1
IntelliJ configuration: language level from 1.6 -> 1.7
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1459378 13f79535-47bb-0310-9956-ffa450edef68
2013-03-21 16:09:41 +00:00
Robert Muir
edc777e22e
SOLR-4607: use noggit 0.5 release jar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457811 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 15:28:35 +00:00
Uwe Schindler
6231597974
LUCENE-4747: Move to Java 7 in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457734 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 12:28:52 +00:00
Steven Rowe
4618a5a0fe
SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests.
...
Also fixes bugs in dynamic copyField logic described in SOLR-3798.
Also fixes a bug with proxied SolrCloud requests (SOLR-4210) when using the GET method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 04:50:33 +00:00
Steven Rowe
4cd9dbd6aa
SOLR-4416: Maven configuration: upgrade Tika dependency to 1.3, and add new excluded transitive dependency: com.adobe.xmp:xmpcore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452919 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 17:56:58 +00:00
Dawid Weiss
2080245c8d
SOLR-4259: Carrot2 dependency should be declared on the mini version, not the core.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452220 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 09:30:00 +00:00
Robert Muir
abd85ff5a0
SOLR-3843: add lucene-codecs.jar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451542 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 09:41:03 +00:00
Steven Rowe
29bc4ed434
Upgrade to latest Apache parent POM
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451030 13f79535-47bb-0310-9956-ffa450edef68
2013-02-27 23:26:08 +00:00
Steven Rowe
654dd7eef2
Upgraded maven plugins to the most recent versions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450066 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 08:27:31 +00:00
Steven Rowe
17cdd3a46b
IntelliJ configuration fixes:
...
- Make FacetTestCase abstract so that the IntelliJ test runner doesn't try to execute its tests under the facet module test run configuration
- In the facet module configuration, drop source directory facet/src/examples/ and add source directory facet/src/resources/
- Add -Xmx256m to the Lucene core test run configuration to avoid OOM in a couple tests
- Add resource pattern 'test-files:*' to .idea/compiler.xml, so that all files under */src/test-files/, regardless of file name/extension, will be copied over to the test output directory (previously .js files under solr/src/test-files/ were being excluded)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447154 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 08:59:15 +00:00
Steven Rowe
28da8310b9
LUCENE-4728: IntelliJ configuration: add queries module dependency to highlighter module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447141 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 07:37:39 +00:00
Steven Rowe
6449c08e37
LUCENE-4570: Maven ForbiddenAPIs configuration cleanups:
...
- Clean up overly long execution IDs
- Make at least one test-check execution per module include internalRuntimeForbidden=true
- Make at least one test-check execution per module include signatureFile executors.txt
- Include bundledSignature commons-io-unsafe in solr test-framework forbiddenapis check
- Note in the Solr shared test-check configuration to include bundledSignature commons-io-unsafe only in modules with commons-io on their classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447138 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 07:20:23 +00:00
Steven Rowe
2c95e26af2
LUCENE-4570: Added ForbiddenAPI checks to the Maven build using the ForbiddenAPI Mojo; also removed redundant maven-surefire-plugin configurations in Solr modules' POMs after putting a shared configuration in the Solr parent POM.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446991 13f79535-47bb-0310-9956-ffa450edef68
2013-02-17 02:18:56 +00:00
Chris M. Hostetter
f16037ec2d
SOLR-4451: SolrJ, and SolrCloud internals, now use SystemDefaultHttpClient under the covers -- allowing many HTTP connection related properties to be controlled via 'standard' java system properties. (hossman)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445945 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 21:45:57 +00:00
Steven Rowe
e8cde1beb5
Add missing /project/build/resources/resource/ elements for src/resources/ in the facet and demo modules
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445380 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 21:16:26 +00:00