-
Notifications
You must be signed in to change notification settings - Fork 102
Migrate from javax to jakarta #2479
Copy link
Copy link
Open
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.
There's a bunch of usages of javax in this library.
ALL of them related to
javax.annotation.Usage of
javax.annotation:javax.annotation-apiin this repo results in it being transitively passed to all consumers of thegoogle-cloud-pubsublibrary, includingcom.google.cloud:spring-cloud-gcp-pubsuband beyond.It would be good to modernize this library to have it use the
jakarta.annotationinstead.