Skip to content

Commit

Permalink
[TASK] Update to Solr 9.5
Browse files Browse the repository at this point in the history
Updates the supported and recommended Solr version to
Apache Solr 9.5.0.
  • Loading branch information
dkd-friedrich committed Oct 30, 2024
1 parent ed10b6f commit 32786dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
- TYPO3 Version: [e.g. 11.5.41]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 11.6.0]
- Used Apache Solr Version: [e.g. 9.3.0]
- Used Apache Solr Version: [e.g. 9.5.0]
- PHP Version: [e.g. 8.2.0]
- MySQL Version: [e.g. 8.0.0]

Expand Down
2 changes: 1 addition & 1 deletion Docker/SolrServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM solr:9.3.0
FROM solr:9.5.0
MAINTAINER dkd Internet Service GmbH <[email protected]>
ENV TERM linux

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requirements for EXT:solr* 11.6 stack
------------------------------- ---------------------------------------------- --------------------------------------------- ---------------------------------
TYPO3 EXT: solr EXT:tika EXT:solrfal EXT:solrconsole EXT:solrdebugtools EXT:solrfluidgrouping EXT:solrmlt Apache Solr Configset
========= ========== ========== =========== =============== ================== ============================= =============== =============== =================
11.5 11.6 11.0 11.0 11.0 11.0 11.0 11.0 (Ø) 9.3.0¹ ext_solr_11_6_0
11.5 11.6 11.0 11.0 11.0 11.0 11.0 11.0 (Ø) 9.5.0¹ ext_solr_11_6_0
========= ========== ========== =========== =============== ================== ============================= =============== =============== =================

| ¹ - recommended Apache Solr version, check version matrix in composer.json (`composer info:solr-versions`) for full list
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"ext-solrfluidgrouping": "^11.0",
"ext-solrmlt": "^11.0",
"Apache-Solr": [
"9.3.0"
"9.5.0"
],
"configset": "ext_solr_11_6_0"
},
Expand Down

0 comments on commit 32786dd

Please sign in to comment.