ignite
ignite copied to clipboard
WebSession.java still references removed HttpSessionContext API
Hi,
I noticed that the master branch has been migrated to the jakarta.* namespace. However, the WebSession.java file still references jakarta.servlet.http.HttpSessionContext, which has been removed in Servlet 6.0.0.
Since HttpSessionContext is deprecated and no longer part of the Jakarta Servlet API, I recommend removing the related code to ensure compatibility with Servlet 6 and beyond.
Thanks, Lakshmikantha Reddy