Skip to content

Commit 7deb9ea

Browse files
committed
[TASK] Allow Apache Solr 9.9.0
After testing EXT:solr 13.0 with the newly released Apache Solr version 9.9.0, this version is added to the list of supported versions. 9.9.0 can be used without any update steps to consider.
1 parent a4f3330 commit 7deb9ea

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
2727
- TYPO3 Version: [e.g. 13.4.15]
2828
- Browser: [e.g. chrome, safari]
2929
- EXT:solr Version: [e.g. 13.0.3]
30-
- Used Apache Solr Version: [e.g. 9.8.1]
30+
- Used Apache Solr Version: [e.g. 9.9.0]
3131
- PHP Version: [e.g. 8.3.0]
3232
- MySQL Version: [e.g. 8.0.0]
3333

Docker/SolrServer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM solr:9.8.1
1+
FROM solr:9.9.0
22
LABEL org.opencontainers.image.authors="dkd Internet Service GmbH info@dkd.de"
33
ENV TERM=linux
44

Documentation/Appendix/VersionMatrix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
1111
========= ============= ============= ================= ==================== ======================= ================================ =============== =================
1212
TYPO3 EXT:solr (↻) EXT:tika (↻) EXT:solrfal ($) EXT:solrconsole ($) EXT:solrdebugtools ($) EXT:solrfluidgrouping ($↺) Apache Solr Configset
1313
========= ============= ============= ================= ==================== ======================= ================================ =============== =================
14-
13.4 13.0 13.0 13.0 13.0 13.0 N/A (integrated in EXT:solr) 9.8.1¹ ext_solr_13_0_0
15-
12.4 12.0 12.0 12.0 12.0 12.0 N/A (integrated in EXT:solr) 9.8.1¹ ext_solr_12_0_0
14+
13.4 13.0 13.0 13.0 13.0 13.0 N/A (integrated in EXT:solr) 9.9.0¹ ext_solr_13_0_0
15+
12.4 12.0 12.0 12.0 12.0 12.0 N/A (integrated in EXT:solr) 9.9.0¹ ext_solr_12_0_0
1616
========= ============= ============= ================= ==================== ======================= ================================ =============== =================
1717

1818
| $ - Funding contribution extensions. See: https://www.typo3-solr.com/solr-for-typo3/open-source-version/

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"ext-solrconsole": "^13.0",
151151
"ext-solrdebugtools": "^13.0",
152152
"Apache-Solr": [
153+
"9.9.0",
153154
"9.8.1",
154155
"9.8.0",
155156
"9.7.0"

0 commit comments

Comments
 (0)