Skip to content

Commit

Permalink
Update to Solr 9.5 and Lucene 9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 4, 2024
1 parent 3054617 commit 79414f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
solr:
image: solr:9.0
image: solr:9.5
ports:
- "1044:1044" # Debugging port
- "8983:8983" # Solr admin interface
Expand All @@ -15,6 +15,7 @@ services:
- ENABLE_REMOTE_JMX_OPTS=true
- SOLR_HEAP=4g
- ADDITIONAL_CMD_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:1044
- SOLR_SECURITY_MANAGER_ENABLED=false
entrypoint:
- docker-entrypoint.sh
- solr-precreate
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOLR_HOST="${SOLR_HOST:-localhost}"
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
SOLR7_VERSIONS="7.7 7.6 7.5"
SOLR8_VERSIONS="8.11 8.10 8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0"
SOLR9_VERSIONS="9.4 9.3 9.2 9.1 9.0"
SOLR9_VERSIONS="9.5 9.4 9.3 9.2 9.1 9.0"
SOLR78_PLUGIN_PATH=/tmp/solrocr-solr78

wait_for_solr() {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<version.junit>5.10.2</version.junit>
<version.mockito>5.10.0</version.mockito>
<version.slf4j>2.0.12</version.slf4j>
<version.solr>9.4.1</version.solr>
<version.lucene>9.8.0</version.lucene>
<version.solr>9.5.0</version.solr>
<version.lucene>9.9.2</version.lucene>
<!-- DO NOT UPDATE THIS, this is the latest version that works with Java 8 -->
<version.fmt-maven-plugin>2.9.1</version.fmt-maven-plugin>
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
Expand Down

0 comments on commit 79414f9

Please sign in to comment.