We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main branch
In IcebergRequestContext.java httpServletRequest is deprecated but still used in the constructor.
this.httpServletRequest = httpRequest;
A comment states "To keep compatibility with old IcebergRequestContext, will remove in new release."
Should this be fixed in this release?
Current main (0.7)
No response
The text was updated successfully, but these errors were encountered:
This is deprecated in 0.8, so may remove it in 0.10 or latter version .
Sorry, something went wrong.
If it deprecated in 0.8, why are we still using it?
This is the event API published to user, we should keep compatibility to make old code works.
No branches or pull requests
Version
main branch
Describe what's wrong
In IcebergRequestContext.java httpServletRequest is deprecated but still used in the constructor.
A comment states "To keep compatibility with old IcebergRequestContext, will remove in new release."
Error message and/or stacktrace
Should this be fixed in this release?
How to reproduce
Current main (0.7)
Additional context
No response
The text was updated successfully, but these errors were encountered: