-
Notifications
You must be signed in to change notification settings - Fork 2k
[Backport-1.x]Avoid override of routes() in BaseRestHandler to respect the default behavior defined in RestHandler (#889) #991
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
Conversation
❌ DCO Check Failed ff992bc2d204eed64aba43cf60823a89ffdf8615 |
✅ Gradle Wrapper Validation success b55520865bdf838b654434742c5cce66839ab731 |
✅ Gradle Wrapper Validation success ff992bc2d204eed64aba43cf60823a89ffdf8615 |
❌ DCO Check Failed b55520865bdf838b654434742c5cce66839ab731 |
✅ Gradle Precommit success ff992bc2d204eed64aba43cf60823a89ffdf8615 |
✅ Gradle Precommit success b55520865bdf838b654434742c5cce66839ab731 |
…behavior defined in RestHandler (opensearch-project#889) Signed-off-by: cliu123 <[email protected]>
✅ Gradle Wrapper Validation success 9101f77 |
✅ DCO Check Passed 9101f77 |
✅ Gradle Wrapper Validation success 783df77ff98a49e0bcb84593e83aa01f224036ee |
✅ DCO Check Passed 783df77ff98a49e0bcb84593e83aa01f224036ee |
✅ Gradle Precommit success 9101f77 |
✅ Gradle Precommit success 783df77ff98a49e0bcb84593e83aa01f224036ee |
start gradle check |
✅ Gradle Check success 783df77ff98a49e0bcb84593e83aa01f224036ee |
@dblock @saratvemulapalli Could we have anyone review this backport PR? One of the open PRs on security plugin needs this PR to be merged. Thanks! |
@dblock Should not that PR be split into 2 separate PRs the same way how that was done in |
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.
I'm ok with these going together, as long as we're ok squashing them (the only way merges happen here).
@dblock I think we're ok squashing them as long as the finally merged comit message will reflect both of the 2 PRs. |
@dblock Are we waiting for anything to merge it? |
IMO, those commits should not be squashed as they address two different issues. |
✅ Gradle Wrapper Validation success 9101f77 |
✅ DCO Check Passed 9101f77 |
start gradle check |
✅ Gradle Precommit success 9101f77 |
Merged, thx |
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.