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

ci: showcase now uses shared-dependencies #1926

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

burkedavison
Copy link
Member

Primary change:
Showcase now uses shared-config as its parent, and imports shared-deps in its dependency management. This makes showcase more consistent with production client libraries which is useful for testing.

Secondary change:
Shared dependencies (via gapic-generator-java-bom) now includes a declaration for the google-auth-library-oauth2-http testlib.

@burkedavison burkedavison requested a review from a team as a code owner August 17, 2023 17:08
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Aug 17, 2023
@@ -29,6 +29,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not part of this PR. I think we could add the test jar to the auth bom, so that it can be released as part of the above auth bom, then we should be able to remove this declaration. WDYT @suztomo ?

@sonarqubecloud
Copy link

[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarqubecloud
Copy link

[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarqubecloud
Copy link

[java_showcase_unit_tests] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@burkedavison burkedavison merged commit a18fe80 into main Aug 17, 2023
@burkedavison burkedavison deleted the showcase-use-shared-deps branch August 17, 2023 17: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