rjack-solr 3.6.0.0-java → 3.6.1.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.rdoc CHANGED
@@ -1,2 +1,6 @@
1
+ === 3.6.1.0 (2012-9-15)
2
+ * Upgrade to Solr 3.6.1
3
+ * Upgrade/broaden to slf4j [1.6.5,1.8), logback ~> 1.2
4
+
1
5
  === 3.6.0.0 (2012-7-16)
2
6
  * Initial release based on Solr 3.6.0
data/Manifest.txt CHANGED
@@ -58,5 +58,5 @@ webapp/index.jsp
58
58
  lib/rjack-solr/commons-fileupload-1.2.1.jar
59
59
  lib/rjack-solr/commons-io-2.1.jar
60
60
  lib/rjack-solr/commons-lang-2.6.jar
61
- lib/rjack-solr/solr-core-3.6.0.jar
62
- lib/rjack-solr/solr-solrj-3.6.0.jar
61
+ lib/rjack-solr/solr-core-3.6.1.jar
62
+ lib/rjack-solr/solr-solrj-3.6.1.jar
data/README.rdoc CHANGED
@@ -14,9 +14,9 @@ Solr is run as a service on Jetty 7.x, and defaults to finding its
14
14
  conf/ and data/ directories under the current working directory. To
15
15
  get started, you can use the SOLR release's sample config:
16
16
 
17
- % mkdir -p /opt/var/rjack-solr
18
- % cd /opt/var/rjack-solr
19
- % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_6_0/solr/example/solr/conf
17
+ % mkdir -p /var/local/rjack-solr
18
+ % cd /var/local/rjack-solr
19
+ % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_6_1/solr/example/solr/conf
20
20
 
21
21
  # Edit conf/schema.xml and remove/comment out the text_ja fieldType
22
22
  # The Kuromoji Japanese Morphological is not included in
data/bin/rjack-solr-fg CHANGED
@@ -22,7 +22,6 @@ require 'rubygems'
22
22
 
23
23
  module BinScript
24
24
 
25
- require 'rubygems'
26
25
  require 'rjack-logback'
27
26
  require 'optparse'
28
27
 
data/init/rjack-solr CHANGED
@@ -23,7 +23,7 @@
23
23
  #++
24
24
 
25
25
  require 'rubygems'
26
- gem( "rjack-solr", "= 3.6.0.0" )
26
+ gem( "rjack-solr", "= 3.6.1.0" )
27
27
 
28
28
  module BinScript
29
29
 
@@ -18,7 +18,7 @@ module RJack
18
18
  module Solr
19
19
 
20
20
  # SOLR (java) version
21
- CORE_VERSION = '3.6.0'
21
+ CORE_VERSION = '3.6.1'
22
22
 
23
23
  # rjack gem version
24
24
  VERSION = CORE_VERSION + '.0'
@@ -32,7 +32,6 @@ module RJack
32
32
  def initialize()
33
33
  super()
34
34
 
35
- puts WEBAPP_PATH
36
35
  self.webapp_contexts[ '/' ] = WEBAPP_PATH
37
36
  self.port = 8983
38
37
  @solr_home = '.'
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>org.apache.solr</groupId>
17
17
  <artifactId>solr-core</artifactId>
18
- <version>3.6.0</version>
18
+ <version>3.6.1</version>
19
19
  <exclusions>
20
20
  <exclusion>
21
21
  <groupId>com.google.guava</groupId>
@@ -38,7 +38,7 @@
38
38
  <dependency>
39
39
  <groupId>org.apache.solr</groupId>
40
40
  <artifactId>solr</artifactId>
41
- <version>3.6.0</version>
41
+ <version>3.6.1</version>
42
42
  <type>war</type>
43
43
  </dependency>
44
44
  </dependencies>
@@ -1,12 +1,12 @@
1
1
  Manifest-Version: 1.0
2
- Ant-Version: Apache Ant 1.7.1
2
+ Ant-Version: Apache Ant 1.8.4
3
3
  Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)
4
4
  Extension-Name: org.apache.solr
5
5
  Specification-Title: Apache Solr Search Server
6
- Specification-Version: 3.6.0.2012.04.06.11.34.52
6
+ Specification-Version: 3.6.1.2012.07.17.12.47.25
7
7
  Specification-Vendor: The Apache Software Foundation
8
8
  Implementation-Title: org.apache.solr
9
- Implementation-Version: 3.6.0 1310449 - rmuir - 2012-04-06 11:34:52
9
+ Implementation-Version: 3.6.1 1362471 - thetaphi - 2012-07-17 12:47:25
10
10
  Implementation-Vendor: The Apache Software Foundation
11
11
  X-Compile-Source-JDK: 1.5
12
12
  X-Compile-Target-JDK: 1.5
@@ -16,7 +16,7 @@
16
16
  limitations under the License.
17
17
  -->
18
18
  <!-- $Id: registry.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
19
- <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/webapp/web/admin/registry.xsl $ -->
19
+ <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/registry.xsl $ -->
20
20
 
21
21
  <xsl:stylesheet
22
22
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -16,7 +16,7 @@
16
16
  limitations under the License.
17
17
  -->
18
18
  <!-- $Id: stats.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
19
- <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/webapp/web/admin/stats.xsl $ -->
19
+ <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/stats.xsl $ -->
20
20
 
21
21
  <xsl:stylesheet
22
22
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -16,7 +16,7 @@
16
16
  limitations under the License.
17
17
  -->
18
18
  <!-- $Id: tabular.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
19
- <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/webapp/web/admin/tabular.xsl $ -->
19
+ <!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/tabular.xsl $ -->
20
20
 
21
21
 
22
22
  <xsl:stylesheet
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjack-solr
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.6.0.0
5
+ version: 3.6.1.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-07-17 00:00:00 Z
13
+ date: 2012-09-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rjack-commons-codec
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 3.6.0
33
+ version: 3.6.1
34
34
  requirement: *id002
35
35
  prerelease: false
36
36
  type: :runtime
@@ -79,36 +79,50 @@ dependencies:
79
79
  prerelease: false
80
80
  type: :runtime
81
81
  - !ruby/object:Gem::Dependency
82
- name: rjack-logback
82
+ name: rjack-slf4j
83
83
  version_requirements: &id007 !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: 1.6.5
89
+ - - <
90
+ - !ruby/object:Gem::Version
91
+ version: "1.8"
92
+ requirement: *id007
93
+ prerelease: false
94
+ type: :runtime
95
+ - !ruby/object:Gem::Dependency
96
+ name: rjack-logback
97
+ version_requirements: &id008 !ruby/object:Gem::Requirement
84
98
  none: false
85
99
  requirements:
86
100
  - - ~>
87
101
  - !ruby/object:Gem::Version
88
102
  version: "1.2"
89
- requirement: *id007
103
+ requirement: *id008
90
104
  prerelease: false
91
105
  type: :runtime
92
106
  - !ruby/object:Gem::Dependency
93
107
  name: minitest
94
- version_requirements: &id008 !ruby/object:Gem::Requirement
108
+ version_requirements: &id009 !ruby/object:Gem::Requirement
95
109
  none: false
96
110
  requirements:
97
111
  - - ~>
98
112
  - !ruby/object:Gem::Version
99
113
  version: "2.2"
100
- requirement: *id008
114
+ requirement: *id009
101
115
  prerelease: false
102
116
  type: :development
103
117
  - !ruby/object:Gem::Dependency
104
118
  name: rjack-tarpit
105
- version_requirements: &id009 !ruby/object:Gem::Requirement
119
+ version_requirements: &id010 !ruby/object:Gem::Requirement
106
120
  none: false
107
121
  requirements:
108
122
  - - ~>
109
123
  - !ruby/object:Gem::Version
110
124
  version: "2.0"
111
- requirement: *id009
125
+ requirement: *id010
112
126
  prerelease: false
113
127
  type: :development
114
128
  description:
@@ -177,8 +191,8 @@ files:
177
191
  - lib/rjack-solr/commons-fileupload-1.2.1.jar
178
192
  - lib/rjack-solr/commons-io-2.1.jar
179
193
  - lib/rjack-solr/commons-lang-2.6.jar
180
- - lib/rjack-solr/solr-core-3.6.0.jar
181
- - lib/rjack-solr/solr-solrj-3.6.0.jar
194
+ - lib/rjack-solr/solr-core-3.6.1.jar
195
+ - lib/rjack-solr/solr-solrj-3.6.1.jar
182
196
  homepage: http://rjack.rubyforge.org/solr
183
197
  licenses: []
184
198