Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 3817842

Browse files
DATASOLR-607 - Upgrade to Apache Solr 8.6.3
1 parent 22854d4 commit 3817842

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<commons.collections>3.2.1</commons.collections>
2222
<commons.lang>3.1</commons.lang>
2323
<httpcomponents>4.3.1</httpcomponents>
24-
<solr>8.5.2</solr>
24+
<solr>8.6.3</solr>
2525
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
2626
<java-module-name>spring.data.solr</java-module-name>
2727
</properties>
@@ -143,6 +143,14 @@
143143
<groupId>com.fasterxml.jackson.core</groupId>
144144
<artifactId>jackson-core</artifactId>
145145
</exclusion>
146+
<exclusion>
147+
<groupId>org.restlet.jee</groupId>
148+
<artifactId>org.restlet</artifactId>
149+
</exclusion>
150+
<exclusion>
151+
<groupId>org.restlet.jee</groupId>
152+
<artifactId>org.restlet.ext.servlet</artifactId>
153+
</exclusion>
146154
</exclusions>
147155
</dependency>
148156
<dependency>

Diff for: src/test/resources/managed-schema/collection1/conf/solrconfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
that you fully re-index after changing this setting as it can
3636
affect both how text is indexed and queried.
3737
-->
38-
<luceneMatchVersion>8.5.0</luceneMatchVersion>
38+
<luceneMatchVersion>8.6.3</luceneMatchVersion>
3939

4040
<!-- <lib/> directives can be used to instruct Solr to load any Jars
4141
identified and use them to resolve any "plugins" specified in

Diff for: src/test/resources/static-schema/collection1/conf/solrconfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
that you fully re-index after changing this setting as it can
3636
affect both how text is indexed and queried.
3737
-->
38-
<luceneMatchVersion>8.5.0</luceneMatchVersion>
38+
<luceneMatchVersion>8.6.3</luceneMatchVersion>
3939

4040
<!-- <lib/> directives can be used to instruct Solr to load any Jars
4141
identified and use them to resolve any "plugins" specified in

0 commit comments

Comments
 (0)