googleapis / google-oauth-java-client

Google OAuth Client Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ludoch opened this issue · comments

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.

See google internal bug: 337888756 for Cloud customer impact