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] Support several Apache Solr versions #3956

Conversation

dkd-friedrich
Copy link
Member

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

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 dkd-friedrich force-pushed the task/main/3955-support_several_solr_versions branch 2 times, most recently from 138b2ab to b61f1c0 Compare February 22, 2024 08:48
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 dkd-friedrich force-pushed the task/main/3955-support_several_solr_versions branch 4 times, most recently from 82e2a93 to 940f504 Compare February 22, 2024 10:20
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 dkd-friedrich force-pushed the task/main/3955-support_several_solr_versions branch from 940f504 to 6df0dfc Compare February 22, 2024 11:01
Copy link
Collaborator

@dkd-kaehm dkd-kaehm left a 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 dkd-friedrich merged commit d26e222 into TYPO3-Solr:main Feb 26, 2024
8 checks passed
@dkd-friedrich 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Allow several tested Solr versions
2 participants