ignite icon indicating copy to clipboard operation
ignite copied to clipboard

WebSession.java still references removed HttpSessionContext API

Open lakshmikanthGIT opened this issue 7 months ago • 0 comments

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

lakshmikanthGIT avatar May 15 '25 06:05 lakshmikanthGIT