-
Notifications
You must be signed in to change notification settings - Fork 123
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
HttpHeader for Expect #900
Comments
Yes, I think it makes sense to add the Expect header to the list in |
@andymc12 I agree with you, but just for my own curiosity: What do you expect to break if we add a new |
so, just to be clear, shall I do the PR or @mkarg will do that? And how to proceed? :) |
Nothing should break, afaik, but my understanding was that Jakarta EE 9 was supposed to be binary compatible with Jakarta EE 8 except for the package name change. I would also recommend putting this into 3.1 since @spericas just released 3.0 - I think we could probably re-spin the release, but even if it is allowed to add to 3.0, I don't think this change is worth the trouble to re-spin. If others think strongly that it should go into 3.0, I can be persuaded - but we'd probably want somebody from the platform community to approve first. @spericas @kwsutter @ivargrimstad wdyt? @senivam if you are ok with waiting until 3.1, then you could open the pull request. If you want to push for inclusion into 3.0, then I would suggest waiting until Santiago or somebody from the platform committee agrees. Thanks! |
Yes, this should be 3.1. Looks like @mkarg already set that. |
@senivam Do you confirm that your wanted changes are contained in the 3.1 branch, so we can close this issue? Thanks. |
@mkarg yes, sure, the issue can be closed as resolved. Thank you. |
will it be possible to add after this line HttpHeader for Expect?
this is required to provide support for HTTP 100-continue handling (see related Jersey bug about this)
The text was updated successfully, but these errors were encountered: