-
-
Notifications
You must be signed in to change notification settings - Fork 254
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] Support several Apache Solr versions #3956
Merged
dkd-friedrich
merged 1 commit into
TYPO3-Solr:main
from
dkd-friedrich:task/main/3955-support_several_solr_versions
Feb 26, 2024
Merged
[TASK] Support several Apache Solr versions #3956
dkd-friedrich
merged 1 commit into
TYPO3-Solr:main
from
dkd-friedrich:task/main/3955-support_several_solr_versions
Feb 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
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. It is always recommended to use the latest tested version. Note: Apache Solr 8.11.3 is not compatible with default settings, security fix "SOLR-14853: Make enableRemoteStreaming option global; not configSet" is a breaking change and as EXT:solr relies on stream bodies currently 8.11.3 cannot be used without activating stream bodies. Ports: TYPO3-Solr#3956 Resolves: TYPO3-Solr#3955
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
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. It is always recommended to use the latest tested version. Note: Apache Solr 8.11.3 is not compatible with default settings, security fix "SOLR-14853: Make enableRemoteStreaming option global; not configSet" is a breaking change and as EXT:solr relies on stream bodies currently 8.11.3 cannot be used without activating stream bodies. Ports: TYPO3-Solr#3956 Resolves: TYPO3-Solr#3955
dkd-friedrich
force-pushed
the
task/main/3955-support_several_solr_versions
branch
2 times, most recently
from
February 22, 2024 08:48
138b2ab
to
b61f1c0
Compare
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Feb 22, 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. It is always recommended to use the latest tested version. Note: Apache Solr 8.11.3 is not compatible with default settings, security fix "SOLR-14853: Make enableRemoteStreaming option global; not configSet" is a breaking change and as EXT:solr relies on stream bodies currently 8.11.3 cannot be used without activating stream bodies. Ports: TYPO3-Solr#3956 Resolves: TYPO3-Solr#3955
dkd-friedrich
force-pushed
the
task/main/3955-support_several_solr_versions
branch
4 times, most recently
from
February 22, 2024 10:20
82e2a93
to
940f504
Compare
As incompatibilities can also occur in minor versions, all versions will be explicitly tested and listed. Currently tested and supported versions are: 9.3.0, 9.4.0, 9.4.1, 9.5.0. It is always recommended to use the latest tested version. Resolves: TYPO3-Solr#3955
dkd-friedrich
force-pushed
the
task/main/3955-support_several_solr_versions
branch
from
February 22, 2024 11:01
940f504
to
6df0dfc
Compare
dkd-kaehm
approved these changes
Feb 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top!
LGTM.
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Feb 23, 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 "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
deleted the
task/main/3955-support_several_solr_versions
branch
February 26, 2024 06:11
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Feb 26, 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 "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
added a commit
that referenced
this pull request
Feb 26, 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 "enableRemoteStreaming=true" and "solr.enableStreamBody=true". TYPO3 reports module will print a warning if you have to reconfigure. Ports: #3956 Resolves: #3955
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As incompatibilities can also occur in minor versions, all versions will be explicitly tested and listed.
Currently tested and supported versions are: 9.3.0, 9.4.0, 9.4.1, 9.5.0.
It is always recommended to use the latest tested version.
Resolves: #3955