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

chore: update logging mod #3709

Merged
merged 5 commits into from
Mar 18, 2025
Merged

chore: update logging mod #3709

merged 5 commits into from
Mar 18, 2025

Conversation

JoeWang1127
Copy link
Collaborator

@JoeWang1127 JoeWang1127 commented Mar 18, 2025

A follow up of #3706:

  • Change the group id to com.google.cloud as it is a customer-facing library.
  • Add clirr and enforcer check in CI.

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 18, 2025
@JoeWang1127 JoeWang1127 marked this pull request as ready for review March 18, 2025 19:06
@JoeWang1127 JoeWang1127 requested a review from blakeli0 March 18, 2025 19:06
Copy link

Copy link

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@@ -5,6 +5,6 @@
<module name="Checker">
<module name="RegexpHeader">
<property name="fileExtensions" value="java"/>
<property name="headerFile" value="./java-sdk-logging/java.header"/>
<property name="headerFile" value="./java.header"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably a separate topic: why do we have a java.header file in each submodule? I think we can have one under root, and all submodules reference it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe a follow up PR to create a java.header in root.

@JoeWang1127 JoeWang1127 merged commit f6bdade into main Mar 18, 2025
56 of 57 checks passed
@JoeWang1127 JoeWang1127 deleted the chore/update-logging-mod branch March 18, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants