Open
Description
Version
main branch
Describe what's wrong
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."
Error message and/or stacktrace
Should this be fixed in this release?
How to reproduce
Current main (0.7)
Additional context
No response
Activity