Skip to content

Commit

Permalink
!!![TASK] Upgrade to Apache Solr 9.7.0
Browse files Browse the repository at this point in the history
Requires Apache Solr 9.7.0 for EXT:solr 13.0.
  • Loading branch information
dkd-friedrich authored and dkd-kaehm committed Oct 7, 2024
1 parent 8c1e288 commit 4f42374
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 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. 13.4.0]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 13.0.0]
- Used Apache Solr Version: [e.g. 9.6.1]
- Used Apache Solr Version: [e.g. 9.7.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.6.1
FROM solr:9.7.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 @@ -14,7 +14,7 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
------------------------------- ---------------------------------------------- -------------------------------- --------------- ---------------------------------
TYPO3 EXT:solr EXT:tika EXT:solrfal EXT:solrconsole EXT:solrdebugtools EXT:solrfluidgrouping EXT:solrmlt Apache Solr Configset
========= ========== ========== =========== =============== ================== ================================ =============== =============== =================
13.4 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 13.0 (Ø) 9.6.1¹ ext_solr_13_0_0
13.4 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 13.0 (Ø) 9.7.0¹ ext_solr_13_0_0
12.4 12.0 12.0 12.0 12.0 12.0 N/A (integrated in EXT:solr) 12.0 (Ø) 9.6.1¹ ext_solr_12_0_0
11.5 11.5 11.0 11.0 11.0 11.0 11.0 11.0 (Ø) 8.11.3¹ ext_solr_11_5_0
========= ========== ========== =========== =============== ================== ================================ =============== =============== =================
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,7 @@
"ext-solrdebugtools": "^13.0",
"ext-solrmlt": "^13.0",
"Apache-Solr": [
"9.6.1",
"9.6.0",
"9.5.0",
"9.4.1",
"9.4.0",
"9.3.0"
"9.7.0"
],
"configset": "ext_solr_13_0_0"
},
Expand Down

0 comments on commit 4f42374

Please sign in to comment.