-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove distribution from main response in compatibility mode #898
Conversation
This Change removes version.distribution when the version.number is overridden with the cluster setting compatibility.override_main_response_version. Signed-off-by: Marc Handalian <[email protected]>
✅ DCO Check Passed 457f8e7 |
✅ Gradle Wrapper Validation success 457f8e7 |
✅ Gradle Precommit success 457f8e7 |
start gradle check |
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
This Change removes version.distribution when the version.number is overridden with the cluster setting compatibility.override_main_response_version. Backport of #898
…rch-project#898) This Change removes version.distribution when the version.number is overridden with the cluster setting compatibility.override_main_response_version. Signed-off-by: Marc Handalian <[email protected]>
…921) This Change removes version.distribution when the version.number is overridden with the cluster setting compatibility.override_main_response_version. Signed-off-by: Marc Handalian <[email protected]>
This doesn't work if used through |
Open a new bug please? |
…ct#898) * Bump org.owasp.dependencycheck from 9.0.9 to 9.0.10 Bumps org.owasp.dependencycheck from 9.0.9 to 9.0.10. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This Change removes version.distribution when the version.number is
overridden with the cluster setting compatibility.override_main_response_version.
Signed-off-by: Marc Handalian [email protected]
Description
Removes the distribution property when in compatibility mode with 7.10.2.
curl without setting:
turn on compatibility setting
Issues Resolved
[#880]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.