-
-
Notifications
You must be signed in to change notification settings - Fork 248
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] Upgrade to Apache Solr 9.3.0 #3748
Merged
dkd-kaehm
merged 2 commits into
TYPO3-Solr:main
from
dkd-kaehm:task/3747_use_apache_solr_9.3
Aug 10, 2023
Merged
!!![TASK] Upgrade to Apache Solr 9.3.0 #3748
dkd-kaehm
merged 2 commits into
TYPO3-Solr:main
from
dkd-kaehm:task/3747_use_apache_solr_9.3
Aug 10, 2023
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-kaehm
force-pushed
the
task/3747_use_apache_solr_9.3
branch
2 times, most recently
from
August 7, 2023 21:23
f0a4257
to
0af5338
Compare
dkd-kaehm
changed the title
[TASK] Upgrade to Apache Solr 9.3.0
!!![TASK] Upgrade to Apache Solr 9.3.0
Aug 7, 2023
dkd-kaehm
force-pushed
the
task/3747_use_apache_solr_9.3
branch
from
August 8, 2023 05:36
0af5338
to
4a81f5e
Compare
5 tasks
Adapts the spelling of proper nouns in the EXT:solr documentation.
Note this change requires on third party installations enabling stream feature via the ENV vars or system properties. Following variables are set in Docker images: * `SOLR_ENABLE_REMOTE_STREAMING=true` * `SOLR_ENABLE_STREAM_BODY=true` For more information see: * https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#security * https://issues.apache.org/jira/browse/SOLR-14853 Fixes: TYPO3-Solr#3747
dkd-friedrich
force-pushed
the
task/3747_use_apache_solr_9.3
branch
from
August 10, 2023 11:55
4a81f5e
to
a2a60ab
Compare
dkd-friedrich
approved these changes
Aug 10, 2023
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.
LGTM
dkd-friedrich
pushed a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Mar 13, 2024
Note this change requires on third party installations enabling stream feature via the ENV vars or system properties. Following variables are set in Docker images: * `SOLR_ENABLE_REMOTE_STREAMING=true` * `SOLR_ENABLE_STREAM_BODY=true` For more information see: * https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#security * https://issues.apache.org/jira/browse/SOLR-14853 Ports: TYPO3-Solr#3748
dkd-kaehm
added a commit
that referenced
this pull request
Apr 5, 2024
Note this change requires on third party installations enabling stream feature via the ENV vars or system properties. Following variables are set in Docker images: * `SOLR_ENABLE_REMOTE_STREAMING=true` * `SOLR_ENABLE_STREAM_BODY=true` For more information see: * https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#security * https://issues.apache.org/jira/browse/SOLR-14853 Ports: #3748
dkd-friedrich
pushed a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Oct 30, 2024
Note this change requires on third party installations enabling stream feature via the ENV vars or system properties. Following variables are set in Docker images: * `SOLR_ENABLE_REMOTE_STREAMING=true` * `SOLR_ENABLE_STREAM_BODY=true` For more information see: * https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#security * https://issues.apache.org/jira/browse/SOLR-14853 Ports: TYPO3-Solr#3748
dkd-friedrich
pushed a commit
to dkd-friedrich/ext-solr
that referenced
this pull request
Oct 30, 2024
Note this change requires on third party installations enabling stream feature via the ENV vars or system properties. Following variables are set in Docker images: * `SOLR_ENABLE_REMOTE_STREAMING=true` * `SOLR_ENABLE_STREAM_BODY=true` For more information see: * https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#security * https://issues.apache.org/jira/browse/SOLR-14853 Ports: TYPO3-Solr#3748
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.
Note this change requires on third party installations enbling stream feature via the ENV vars or system properties.
Following variables are set in Docker images:
SOLR_ENABLE_REMOTE_STREAMING=true
SOLR_ENABLE_STREAM_BODY=true
For more information See:
Fixes: #3747