Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

feat: relocate protobuf configurations from java-core to gax-java #1641

Merged
merged 10 commits into from
Apr 1, 2022

Conversation

mpeddada1
Copy link
Contributor

@mpeddada1 mpeddada1 commented Mar 28, 2022

The Protobuf configuration is needed whenever a Proto object is logged or printed. This feature was initially optional and was enabled with --feature=com.google.nativeimage.ProtobufMessageFeature for only tests. However, it is possible for some libraries like Spanner to log Proto objects ( as seen here) so we have to AutomaticFeature.

Testing: Manually verified with java-tasks sample.

After this PR is merged and released:

@mpeddada1 mpeddada1 requested review from a team as code owners March 28, 2022 14:21
@mpeddada1 mpeddada1 changed the title Relocate protobuf configurations from java-core to gax-java chore: relocate protobuf configurations from java-core to gax-java Mar 28, 2022
@mpeddada1 mpeddada1 changed the title chore: relocate protobuf configurations from java-core to gax-java feat: relocate protobuf configurations from java-core to gax-java Mar 31, 2022
@sonarcloud
Copy link

sonarcloud bot commented Apr 1, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@mpeddada1 mpeddada1 merged commit 01d395f into main Apr 1, 2022
@mpeddada1 mpeddada1 deleted the relocate-protobuf branch April 1, 2022 13:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants