Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Cloud Storage library using deprecated javax package #2176

Closed
abhishekshan03 opened this issue Aug 23, 2023 · 4 comments
Closed

Google Cloud Storage library using deprecated javax package #2176

abhishekshan03 opened this issue Aug 23, 2023 · 4 comments
Labels
api: storage Issues related to the googleapis/java-storage API.

Comments

@abhishekshan03
Copy link

If you run mvn dependency:tree you can see that javax.annotation-api is being pulled
[INFO] +- com.google.cloud:google-cloud-storage:jar:2.26.1:compile
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile

javax package is not compliant with Jakarta platform. Please release google-cloud-storage:jar which is Jakarta platform compliant.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Aug 23, 2023
@sydney-munro
Copy link
Collaborator

looks like we are pulling this in from

com.google.api:api-common:jar:2.15.0:compile
[INFO] |  \- javax.annotation:javax.annotation-api:jar:1.3.2:compile

@sydney-munro
Copy link
Collaborator

I will create an issue in their repository.

@sydney-munro
Copy link
Collaborator

closing this issue in favor of the issue in sdk-platform-java.

@suztomo
Copy link
Member

suztomo commented Aug 31, 2023

@abhishekshan03 I posted question in googleapis/sdk-platform-java#1938. Shall we continue discussion there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API.
Projects
None yet
Development

No branches or pull requests

3 participants