feat: WebHookUtil classes using the jakarta namespace by suztomo · Pull Request #2484 · googleapis/google-api-java-client

@suztomo

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 requested a review from a team

May 24, 2024 13:48

@gcf-owl-bot

diegomarquezp