justinmclean opened a new issue, #6274:
URL: https://github.com/apache/gravitino/issues/6274
### 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_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]