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

test: add a test for using the single-jar-with-dependencies #1692

Merged
merged 5 commits into from
Aug 20, 2024

Conversation

olavloite
Copy link
Collaborator

The single-jar-with-dependencies is prone to dependency issues, due to the fact that the build can only place one version of each file in the jar, if multiple dependencies define the same file. This change adds a test for using the single-jar with a very simple test application.

Updates #1687

The single-jar-with-dependencies is prone to dependency issues,
due to the fact that the build can only place one version of
each file in the jar, if multiple dependencies define the same
file. This change adds a test for using the single-jar with a
very simple test application.

Updates #1687
@olavloite olavloite requested review from a team as code owners July 25, 2024 17:14
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Jul 25, 2024
@olavloite olavloite merged commit b8dadbb into main Aug 20, 2024
26 checks passed
@olavloite olavloite deleted the test-single-jar branch August 20, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner-jdbc API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant