FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixing dependency problems for consumers of google-cloud-java by garrettjonesgoogle · Pull Request #2284 · googleapis/google-cloud-java · GitHub

Fixing dependency problems for consumers of google-cloud-java - #2284

Merged
garrettjonesgoogle merged 1 commit into
googleapis:masterfrom
garrettjonesgoogle:master
Jul 27, 2017
Merged

Fixing dependency problems for consumers of google-cloud-java#2284
garrettjonesgoogle merged 1 commit into
googleapis:masterfrom
garrettjonesgoogle:master

Conversation

garrettjonesgoogle commented Jul 27, 2017
edited
Loading

Copy link
Copy Markdown
Contributor

Various things:

  • Fixing the problem of maven choosing the wrong auth dependency by adding it explicitly as a dependency in google-cloud-core-grpc.
  • Adding <requireUpperBoundDeps/> to make sure we're always using the latest version of everything
  • Updated some versions that were not the latest (which I found from adding requireUpperBoundDeps)
  • Adding some special pom files which depend on a couple google-cloud-java artifacts to make sure that they don't see failures when using requireUpperBoundDeps. The auth dependency issue for error-reporting in particular doesn't show up inside google-cloud-errorreporting itself, only for a consumer of it.

Fixes #2192 .

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 27, 2017

jabubake left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

<name>Google Cloud Consumer</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-consumer</url>
<description>
Package that consumes google-cloud to make sure consumers don't see dependency resolution problems.

This comment was marked as spam.

Copy link
Copy Markdown
Contributor Author

Merging - the mac failure was a frequently-seen timeout.

garrettjonesgoogle merged commit 4e5c423 into googleapis:master Jul 27, 2017
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
…leapis#2284)

The test was broken in googleapis#2170 which added a new column family. The test was relient on the abolute column family count of the schema. This PR fixes the test by making it focus on the family its trying to delete instead of the entire schema

Change-Id: I0df90e68c0b25c4e66ed7d8ae1c19ae53577443b

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Rollback plan is reviewed and LGTMed
- [ ] All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL