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

Put back old common protos #357

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

andrewparmet
Copy link
Collaborator

@andrewparmet andrewparmet commented Mar 14, 2025

And fix Spotless configuration since it was throwing a huge fit and I didn't want to use the old style of duplicating exclusions everywhere from parent projects.

This change will re-pollute the classpaths of downstream projects with classes that conflict with those generated by protobuf-java. My current thought is that we can split these out into -legacy modules that consumers can import if they need the runtime dependencies so new projects have clean classpaths and don't have to exclude anything.

@file:Suppress("DEPRECATION")
@file:JvmName("Field_maskKt")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No change to ABI.

@file:Suppress("DEPRECATION")
@file:JvmName("Source_contextKt")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No change to ABI.

@andrewparmet andrewparmet marked this pull request as ready for review March 14, 2025 17:46
@andrewparmet andrewparmet requested a review from ogolberg March 14, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant