Skip to content

Add support for jakarta.servlet (EE10) in addition to the old javax.servlet (2.5 and 3.x) namespace  #1112

@ludoch

Description

@ludoch

AppEngine Java21 now offers dual support for old javax.servlet * API and the new jarkata APIs (Jakarta EE 10)

This repository contains plenty of deps on javax.servlet.* classes.
These deps should be clones in a different directory (GAE used .ee10.) and code should replace javax.servlet. with jakarta.servlet. with a new pom.xml with the new APIs.

The good news is that it is an easy port as the 2 jars can be in the same loader without conflict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions