apache / apache/ignite

WebSession.java still references removed HttpSessionContext API

Open
#12,064 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.1k
Forks
1.9k
Avg merge
3d 2h
Merged PRs (30d)
46

Description

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

Contributor guide

Open the contributing guide

Research direction

Open WebSession.java and locate its jakarta.servlet.http.HttpSessionContext references. Check the surrounding code against the Servlet 6 API, remove the related obsolete code, and verify that the project remains compatible with Servlet 6.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.