Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Remove unused dependencies from contrib, NIO and NIO examples#1333

Merged
mziccard merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
jean-philippe-martin:nio_depsjean-philippe-martin/gcloud-java:nio_depsCopy head branch name to clipboard
Oct 25, 2016
Merged

Remove unused dependencies from contrib, NIO and NIO examples#1333
mziccard merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
jean-philippe-martin:nio_depsjean-philippe-martin/gcloud-java:nio_depsCopy head branch name to clipboard

Conversation

@jean-philippe-martin

Copy link
Copy Markdown

As per issue #1332:

  • move mockito-core to test scope
  • change google-cloud-nio dependency to google-cloud-storage rather than google-cloud

The google-cloud-nio-example test passes, as expected.

$ java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.4.1-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.4.1-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
Installed filesystem providers:
  file
  jar
  gs

cc: @mziccard

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 24, 2016
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 84.567% when pulling 55b534d on jean-philippe-martin:nio_deps into 953dd6f on GoogleCloudPlatform:master.

Comment thread google-cloud-contrib/pom.xml Outdated
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud</artifactId>
<artifactId>google-cloud-storage</artifactId>

This comment was marked as spam.

This comment was marked as spam.

<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>

This comment was marked as spam.

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.005%) to 84.572% when pulling 706690f on jean-philippe-martin:nio_deps into 953dd6f on GoogleCloudPlatform:master.

@mziccard mziccard changed the title tighten dependencies Remove unused dependencies from contrib, NIO and NIO examples Oct 25, 2016
@mziccard mziccard merged commit fff9a44 into googleapis:master Oct 25, 2016
@mziccard

Copy link
Copy Markdown
Contributor

@jean-philippe-martin Thanks for this!

@jean-philippe-martin

Copy link
Copy Markdown
Author

Thanks for fixing the title, @mziccard !

@jean-philippe-martin jean-philippe-martin deleted the nio_deps branch October 25, 2016 17:07
github-actions Bot pushed a commit that referenced this pull request Sep 15, 2022
…1575) (#1333)

Source-Link: googleapis/synthtool@2e9ac19
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
chingor13 pushed a commit that referenced this pull request Jan 6, 2026
…40.0 - abandoned (#1333)

* chore(deps): update dependency com.google.cloud:libraries-bom to v26.40.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
chingor13 pushed a commit that referenced this pull request Feb 24, 2026
…-sdk to v2.0.26 (#1333)

Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Mar 12, 2026
…-sdk to v2.0.26 (#1333)

Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
* deps: update actions/checkout action to v4

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
🤖 I have created a release *beep* *boop*
---


## [2.13.0](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.12.1...v2.13.0) (2023-09-15)


### Features

* Support partitioned queries ([googleapis#1300](https://togithub.com/googleapis/java-spanner-jdbc/issues/1300)) ([504c0b3](https://togithub.com/googleapis/java-spanner-jdbc/commit/504c0b3b1ffd5954a1e43d36da92161dd5b78ea6))


### Bug Fixes

* Comments should be sent to Spanner for PostgreSQL databases ([googleapis#1331](https://togithub.com/googleapis/java-spanner-jdbc/issues/1331)) ([1f80c57](https://togithub.com/googleapis/java-spanner-jdbc/commit/1f80c572fe2272653c4039a465dbd5a36723fe34))


### Documentation

* Create Spring Data JDBC sample ([googleapis#1334](https://togithub.com/googleapis/java-spanner-jdbc/issues/1334)) ([3335d83](https://togithub.com/googleapis/java-spanner-jdbc/commit/3335d835940596d271fa538261462ea54916f73c))


### Dependencies

* Update actions/checkout action to v4 - abandoned ([googleapis#1333](https://togithub.com/googleapis/java-spanner-jdbc/issues/1333)) ([2a5faa7](https://togithub.com/googleapis/java-spanner-jdbc/commit/2a5faa72cd2e8538bcb6affc3c39d243a8a42ae3))
* Update dependency org.springframework.data:spring-data-bom to v2023.0.4 ([googleapis#1347](https://togithub.com/googleapis/java-spanner-jdbc/issues/1347)) ([852efd1](https://togithub.com/googleapis/java-spanner-jdbc/commit/852efd1645673889630449d85ce8c4d0eac2c2ad))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Mar 30, 2026
* chore: Create renovate_config_check.yaml
Source-Link: googleapis/synthtool@6612ab8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
lqiu96 pushed a commit that referenced this pull request Apr 1, 2026
* chore: Create renovate_config_check.yaml
Source-Link: googleapis/synthtool@6612ab8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
Adding handwritten files to owlbot so they do not get deleted. Added:
- "/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AckReplyConsumerImpl.java"
- "/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AckReplyConsumerWithResponseImpl.java"
meltsufin pushed a commit that referenced this pull request May 1, 2026
Adding handwritten files to owlbot so they do not get deleted. Added:
- "/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AckReplyConsumerImpl.java"
- "/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AckReplyConsumerWithResponseImpl.java"
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.