feat: servlet classes that use the jakarta namespace by suztomo · Pull Request #1115 · googleapis/google-oauth-java-client

@suztomo

@suztomo requested review from a team

May 9, 2024 20:08

@gcf-owl-bot

@suztomo

@suztomo suztomo marked this pull request as ready for review

May 9, 2024 20:46

meltsufin

ludoch

westarle

@suztomo suztomo deleted the jakarta_namespace branch

May 10, 2024 17:26

suztomo added a commit to googleapis/google-api-java-client that referenced this pull request

May 24, 2024
Fixes #2260

Copied the implementation with the jakarta.servlet namespace
using the same methology as googleapis/google-oauth-java-client#1115.

- Replaced javax with jakarta and declared the dependency with
  provided scope.
- Keeping the classes as `Beta` annotated.
- No tests exist for the classes.
- Added `@since 2.6.0` as the last release was 2.5.1.

suztomo added a commit to googleapis/google-api-java-client that referenced this pull request

May 24, 2024