Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Update version matrix #4279

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
========= ============= ================ ============= ================= ==================== ======================= ================================ =============== =================
TYPO3 EXT:solr (↻) EXT:solrmlt (↻) EXT:tika (↻) EXT:solrfal ($) EXT:solrconsole ($) EXT:solrdebugtools ($) EXT:solrfluidgrouping ($↺) Apache Solr Configset
========= ============= ================ ============= ================= ==================== ======================= ================================ =============== =================
13.4 13.0 (ᾱ) 13.0 (Ø) 13.0 (Ø) 13.0 (ᾱ) 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 9.7.0¹ ext_solr_13_0_0
13.4 13.0 13.0 (Ø) 13.0 13.0 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 9.7.0¹ ext_solr_13_0_0
12.4 12.0 12.0 (Ø) 12.0 12.0 12.0 12.0 N/A (integrated in EXT:solr) 9.7.0¹ ext_solr_12_0_0
========= ============= ================ ============= ================= ==================== ======================= ================================ =============== =================

Expand Down Expand Up @@ -39,7 +39,7 @@ selected older versions. The following table illustrates the offers and availabl
=========== =========== ========== =========== =============== ================== =============== ====================
TYPO3 ELTS EXT:solr EXT:tika EXT:solrfal EXT:solrconsole EXT:solrdebugtools Apache Solr Configset
=========== =========== ========== =========== =============== ================== =============== ====================
11.5 11.6.1+ (Ø) 11.0 11.0 11.0 11.0 9.7.0¹ ext_solr_11_6_0_elts
11.5 11.6.1+ 11.0 11.0 11.0 11.0 9.7.0¹ ext_solr_11_6_0_elts
10.4 11.2.4+ 10.0 10.0 10.0 10.0 9.5.0¹ ext_solr_11_2_0_elts
=========== =========== ========== =========== =============== ================== =============== ====================

Expand Down
2 changes: 2 additions & 0 deletions Documentation/Releases/Archive/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Archive
:titlesonly:
:glob:

solr-release-11-5
solr-release-11-1
solr-release-11-0
solr-release-10-0
solr-release-9-0
solr-release-8-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. index:: Releases
.. _releases-11:
.. index:: Archive
.. _releases-archive-11:

=============
Releases 11.0
=============

.. include:: HintAboutOutdatedChangelog.rst.txt
.. include:: ../HintAboutOutdatedChangelog.rst.txt

Release 11.0.9 ELTS
===================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. index:: Archive
.. _releases-11-5:
.. _releases-archive-11-5:

=============
Releases 11.5
=============

.. include:: HintAboutOutdatedChangelog.rst.txt
.. include:: ../HintAboutOutdatedChangelog.rst.txt

Release 11.5.5
==============
Expand Down
2 changes: 0 additions & 2 deletions Documentation/Releases/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ Releases
solr-release-13-0
solr-release-12-0
solr-release-11-6
solr-release-11-5
solr-release-11-2
solr-release-11-0
Archive/Index
195 changes: 194 additions & 1 deletion Documentation/Releases/solr-release-11-6.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. index:: Archive
.. _releases-11-6:

=============
Expand All @@ -7,4 +6,198 @@ Releases 11.6

.. include:: HintAboutOutdatedChangelog.rst.txt

Release 11.6.1 ELTS
===================

This is a non-public maintenance release for TYPO3 11.5.

Full list of changes
~~~~~~~~~~~~~~~~~~~~

* [TASK] Integrate TYPO3 11.5 ELTS by @dkd-kaehm & @dkd-friedrich
* [TASK] Prepare release-11.6.x ELTS by @dkd-friedrich
* [BUGFIX] NPE in Index Queue module when no site is selected by @adamkoppede
* [FEATURE] Add timeframe filter to statistics module by @BastiLu

Release 11.6.0
==============

We are happy to release EXT:solr 11.6.0.
The focus of this release has been on Apache Solr upgrade to v9.7.0.

**Important**: This version is installable with TYPO3 11 LTS on v11.5.14+ only and contains some breaking changes, see details below.

New in this release
-------------------

!!! Upgrade to Apache Solr 9.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This release requires Apache Solr v9.7.0+.

Along with the compatibility to Solr 9.7 the dependency to SOLR_ENABLE_STREAM_BODY is removed.

Full list of changes
~~~~~~~~~~~~~~~~~~~~

* !!![BUGFIX:BP:11.6] Queue check considers indexing configuration by @dkd-friedrich
* !!![TASK:BP:11.6] Introduce queue and queue item interfaces by @dkd-friedrich
* [TASK:BP:11.6] Consider queue initialization status by @dkd-friedrich
* !!![TASK:BP:11.6] Introduce specific EXT:solr exceptions by @dkd-friedrich
* [TASK] Prepare release-11.6.x for TYPO3 11.5 LTS by @dkd-kaehm
* [TASK] sync the CI stuff from main branch into 11.6.x by @dkd-kaehm
* [TASK] Activate PHPStan by @dkd-friedrich
* [TASK] Use Apache Solr 9.2 for EXT:solr 11.6 by @dkd-friedrich
* [FEATURE] Introduce TYPO3_SOLR_ENABLED_CORES docker env variable by Christoph Lehmann
* [TASK] Make it possible to change solr unix GID:UID on docker image… by @dkd-kaehm
* [TASK] revert unnecessary changes on Apache Solr 9.2 upgrade by @dkd-kaehm
* !!![TASK] Upgrade to Apache Solr 9.3.0 by @dkd-friedrich
* [BUGFIX] Fix result highlighting fragment size by @dkd-friedrich
* [TASK] Update to Solr 9.5 by @dkd-friedrich
* New Crowdin updates 2024.07.03 by @dkd-kaehm
* [TASK] Upgrade to Apache Solr 9.7 by @dkd-friedrich


Contributors
============

Like always this release would not have been possible without the help from our
awesome community. Here are the contributors to this release.

(patches, comments, bug reports, reviews, ... in alphabetical order)

* Adam Koppe
* @BastiLu
* Christoph Lehmann
* Markus Friedrich
* Rafael Kähm

Also a big thank you to our partners who have already concluded one of our new development participation packages such as Apache Solr EB for TYPO3 11 LTS:

* .hausformat GmbH
* 3m5. Media GmbH
* abteilung_digital GmbH
* ACO Ahlmann SE & Co. KG
* Agence E-magineurs
* Agenda d.o.o.
* AgenturWebfox GmbH
* Amedick & Sommer Neue Medien GmbH
* Ampack AG
* Atol CD
* Autorité des Marchés Financiers (Québec)
* avenit AG
* b13 GmbH
* brandung GmbH Oliver Krause
* Bundesanstalt Statistik Österreich
* Bytebetrieb GmbH & Co. KG
* Canton de Neuchâtel - SIEN
* CARL von CHIARI GmbH
* chiliSCHARF GmbH
* clickstorm GmbH
* co-operate Wegener & Rieke GmbH
* Columbus Interactive GmbH
* cosmoblonde GmbH
* creativ clicks GmbH
* cyperfection GmbH
* digit.ly
* DMK E-BUSINESS GmbH
* Earlybird GmbH & Co KG
* elancer-team GmbH
* eulenblick Kommunikation und Werbung
* Fa. .hausformat
* Fa. Ausy
* Fachagentur Nachwachsende Rohstoffe fnr.de
* Fachhochschule Erfurt
* Fourdegrees GbR
* FTI Touristik GmbH
* für novotegra GmbH (BayWa r.e. AG)
* Getdesigned GmbH
* GFE Media GmbH
* graphodata GmbH
* gressourcenmangel integral gmbh
* grips IT GmbH
* hiroki digital GmbH
* Hirsch & Wölfl GmbH
* Hochschule Furtwangen
* Hochschule Koblenz - Standort Remagen
* HSPV NRW
* in2code
* INOTEC Sicherheitstechnik GmbH
* Institut national d'excellence en santé et en services sociaux inesss.qc.ca
* internezzo ag
* IW Medien GmbH
* jweiland
* Kassenärztliche Vereinigung Rheinland-Pfalz
* Kreis Euskirchen
* L.N. Schaffrath DigitalMedien GmbH
* La Financière agricole du Québec
* Landeskriminalamt Thüringen
* Leuchtfeuer Digital Marketing GmbH
* Lingner Consulting New Media GmbH
* LOUIS INTERNET GmbH
* Marketing Factory
* media::essenz
* medien.de mde GmbH
* mehrwert intermediale kommunikation GmbH
* Meridium Technologies
* MOSAIQ GmbH
* NEW.EGO GmbH
* Overlap GmbH & Co KG
* Patrick Gaumond Québec.ca gouv.qc.ca
* peytz.dk
* pietzpluswild GmbH
* Pixelant / Resultify
* Plan Software GmbH
* Plan.Net France
* ProPotsdam GmbH
* Provitex GmbH
* queo GmbH
* rms. relationship marketing solutions GmbH
* RR Anwendungsentwicklung
* Sandstein Neue Medien GmbH
* Schoene neue kinder GmbH
* seam media group gmbh
* Shop F7 Media GmbH
* SITE'NGO
* Snowflake Productions GmbH
* SOS Software Service GmbH
* Stadtverwaltung Villingen-Schwenningen
* Stämpfli AG
* systime.dk
* Talleux & Zöllner GbR
* tirol.gv.at
* toumoro.com
* Typoheads GmbH
* UEBERBIT GmbH
* unternehmen online GmbH Co. KG (UO)
* Verband der Vereine Creditreform e.V.
* VisionConnect.de
* visol digitale Dienstleistungen GmbH
* visuellverstehen GmbH
* WACON Internet GmbH
* webconsulting business services gmbh
* Webtech AG
* Werbeagentur netzpepper
* werkraum Digitalmanufaktur GmbH
* wow! solution
* zimmer7 GmbH

How to Get Involved
===================

There are many ways to get involved with Apache Solr for TYPO3:

* Submit bug reports and feature requests on [GitHub](https://github.com/TYPO3-Solr/ext-solr)
* Ask or help or answer questions in our [Slack channel](https://typo3.slack.com/messages/ext-solr/)
* Provide patches through Pull Request or review and comment on existing [Pull Requests](https://github.com/TYPO3-Solr/ext-solr/pulls)
* Go to [www.typo3-solr.com](http://www.typo3-solr.com) or call [dkd](http://www.dkd.de) to sponsor the ongoing development of Apache Solr for TYPO3

Support us by becoming an EB partner:

https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/

or call:

+49 (0)69 - 2475218 0


Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function addFacetItemWillUseUriBuilderAsExpected(): void
$viewHelper->setRenderingContext($renderContextMock);

$searchUriBuilderMock = $this->createMock(SearchUriBuilder::class);
$requestUriBuilderStub = $this->createStub(RequestBuilder::class);
$requestUriBuilderStub = self::createStub(RequestBuilder::class);

// we expected that the getAddFacetOptionUri will be called on the searchUriBuilder in the end.
$searchUriBuilderMock->expects(self::once())->method('getAddFacetValueUri')->with($facet->getResultSet()->getUsedSearchRequest(), 'Color', 'red');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function setFacetItemWillUseUriBuilderAsExpected(): void
$searchResultSetMock = $this->createMock(SearchResultSet::class);
$searchResultSetMock->expects(self::once())->method('getUsedSearchRequest')->willReturn($mockedPreviousFakedRequest);

$requestUriBuilderStub = $this->createStub(RequestBuilder::class);
$requestUriBuilderStub = self::createStub(RequestBuilder::class);
$requestUriBuilderStub->method('build')->willReturn($mockedControllerRequest);

$variableProvideMock = $this->createMock(StandardVariableProvider::class);
Expand Down
Loading