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:BP:11.5] Support several Apache Solr versions #3957

Conversation

dkd-friedrich
Copy link
Member

@dkd-friedrich dkd-friedrich commented Feb 21, 2024

As incompatibilities can also occur in minor versions, all versions will be explicitly tested and listed.

Currently tested and supported versions are: 8.11.1, 8.11.2., 8.11.3

It is always recommended to use the latest tested version.

Note: Apache Solr 8.11.3 contains a breaking change, see security fix "SOLR-14853: Make enableRemoteStreaming option global; not configSet". EXT:solr relies on stream bodies which aren't enabled by default since 8.11.3. EXT:solr 11.5.6 contains all required settings, but if you're updating and not using our Docker image, you have to set solr.enableRemoteStreaming=true and solr.enableStreamBody=true. TYPO3 reports module will print a warning if you have to reconfigure.

Ports: #3956
Resolves: #3955

@dkd-friedrich dkd-friedrich force-pushed the task/release-11.5.x/3955-support_several_solr_version branch 2 times, most recently from 245be77 to f419bf8 Compare February 22, 2024 08:48
@dkd-friedrich dkd-friedrich force-pushed the task/release-11.5.x/3955-support_several_solr_version branch from f419bf8 to b253ee3 Compare February 23, 2024 15:55
As incompatibilities can also occur in minor versions, all versions
will be explicitly tested and listed.

Currently tested and supported versions are: 8.11.1, 8.11.2., 8.11.3

It is always recommended to use the latest tested version.

Note: Apache Solr 8.11.3 contains a breaking change, see security
fix "SOLR-14853: Make enableRemoteStreaming option global; not
configSet". EXT:solr relies on stream bodies which aren't enabled
by default since 8.11.3. EXT:solr 11.5.6 contains all required
settings, but if you're updating and not using our Docker image,
you have to set "enableRemoteStreaming=true" and
"solr.enableStreamBody=true". TYPO3 reports module will
print a warning if you have to reconfigure.

Ports: TYPO3-Solr#3956
Resolves: TYPO3-Solr#3955
@dkd-friedrich dkd-friedrich force-pushed the task/release-11.5.x/3955-support_several_solr_version branch from b253ee3 to 5c63f57 Compare February 26, 2024 06:12
@dkd-friedrich dkd-friedrich merged commit 3bfdb1c into TYPO3-Solr:release-11.5.x Feb 26, 2024
8 checks passed
@dkd-friedrich dkd-friedrich deleted the task/release-11.5.x/3955-support_several_solr_version branch February 26, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant