Open
Conversation
Author
|
I have created an Eclipse Foundation account, linked my Github account and signed the Eclipse Contributor agreement but the check is still failing, I don't know what's missing. |
Member
|
It doesn't look like your commit is signed https://api.eclipse.org/git/eca/status/gh/jakartaee/rest/1321 |
jamezp
requested changes
Jun 30, 2025
| * 423 Locked, see <a href="https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.5">RFC 4918: HTTP Extensions | ||
| * for Web Distributed Authoring and Versioning</a>. | ||
| * | ||
| * @since 3.2 |
| */ | ||
| EXPECTATION_FAILED(417, "Expectation Failed"), | ||
| /** | ||
| * 423 Locked, see <a href="https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.5">RFC 4918: HTTP Extensions |
Member
There was a problem hiding this comment.
The link should probably be https://datatracker.ietf.org/doc/html/rfc4918#section-11.3.
Author
It looks like it needed some time in order to detect the change, now it says "The author(s) of the pull request is covered by necessary legal agreements in order to proceed!" |
This file contains hidden or 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
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.
This adds the Locked status code for cases where the requested REST resource has been locked.
For example, if a resource is being updated and we need to lock it while the update is in progress.