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

Update and fix gcloud-java-logging #767

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

shinfan
Copy link
Contributor

@shinfan shinfan commented Mar 18, 2016

  • Update gcloud-java-logging generated code by latest proto and gapi-tools
  • Update pom to add new dependencies to grpc-logging on maven
  • Add baseline
  • Update unit tests based on the new surface

Issues to resolve: #769, #771

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 18, 2016
@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.357% when pulling d095aab on shinfan:logging-alpha into 0066c78 on GoogleCloudPlatform:logging-alpha.

@aozarov aozarov added the api: logging Issues related to the Cloud Logging API. label Mar 18, 2016
@shinfan
Copy link
Contributor Author

shinfan commented Mar 18, 2016

I have updated the PR description to be more specific.

@mderka
Copy link

mderka commented Mar 19, 2016

There are some unused imports here:

  • import com.google.api.gax.grpc.ApiCallSettings; in ConfigServiceV2Api
  • import com.google.api.gax.grpc.ApiCallSettings; in LoggingServiceV2Api
  • import com.google.api.gax.grpc.ApiCallSettings; in MetricsServiceV2Api

@mderka
Copy link

mderka commented Mar 19, 2016

LocalLoggingHelper and LocalLoggingImpl are missing copyright.

@mderka
Copy link

mderka commented Mar 19, 2016

Other copyright clauses are dated 2015.

@shinfan
Copy link
Contributor Author

shinfan commented Mar 19, 2016

PTAL

@mderka
Copy link

mderka commented Mar 19, 2016

Checkstyle issues:

  • ConfigServiceV2Api.java:65: error: Missing a Javadoc comment.
  • ConfigServiceV2Api.java:182: error: Line is longer than 100 characters (found 107).
  • ConfigServiceV2Api.java:193: error: Line is longer than 100 characters (found 105).
  • MetricsServiceV2Settings.java:63: error: Missing a Javadoc comment.
  • MetricsServiceV2Settings.java:209: error: Line is longer than 100 characters (found 107).
  • LoggingServiceV2Settings.java:223: error: Line is longer than 100 characters (found 107).
  • LoggingServiceV2Settings.java:278: error: Line is longer than 100 characters (found 101).
  • LoggingServiceV2Api.java:71: error: Missing a Javadoc comment.
  • LoggingServiceV2Api.java:165: error: Line is longer than 100 characters (found 108).
  • LoggingServiceV2Api.java:176: error: Line is longer than 100 characters (found 106).
  • MetricsServiceV2Api.java:65: error: Missing a Javadoc comment.
  • MetricsServiceV2Api.java:183: error: Line is longer than 100 characters (found 108).
  • MetricsServiceV2Api.java:194: error: Line is longer than 100 characters (found 106).
  • ConfigServiceV2Settings.java:63: error: Missing a Javadoc comment.
  • ConfigServiceV2Settings.java:204: error: Line is longer than 100 characters (found 106).
  • ConfigServiceV2Api.java:65: error: Missing a Javadoc comment.
  • ConfigServiceV2Api.java:182: error: Line is longer than 100 characters (found 107).
  • ConfigServiceV2Api.java:193: error: Line is longer than 100 characters (found 105).
  • testing/LocalLoggingImpl.java:38: error: Missing a Javadoc comment.
  • MetricsServiceV2Settings.java:63: error: Missing a Javadoc comment.
  • MetricsServiceV2Settings.java:208: error: Line is longer than 100 characters (found 107).
  • LoggingServiceV2Settings.java:67: error: Missing a Javadoc comment.
  • LoggingServiceV2Settings.java:222: error: Line is longer than 100 characters (found 107).
  • LoggingServiceV2Settings.java:277: error: Line is longer than 100 characters (found 101).
  • LoggingServiceV2Api.java:71: error: Missing a Javadoc comment.
  • LoggingServiceV2Api.java:164: error: Line is longer than 100 characters (found 108).
  • LoggingServiceV2Api.java:175: error: Line is longer than 100 characters (found 106).
  • MetricsServiceV2Api.java:65: error: Missing a Javadoc comment.
  • MetricsServiceV2Api.java:182: error: Line is longer than 100 characters (found 108).
  • MetricsServiceV2Api.java:193: error: Line is longer than 100 characters (found 106).
  • ConfigServiceV2Settings.java:63: error: Missing a Javadoc comment.
  • ConfigServiceV2Settings.java:204: error: Line is longer than 100 characters (found 106).
  • LoggingServiceV2ApiTest.java:34: error: Missing a Javadoc comment.

Line numbers updated. Please fix.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.357% when pulling fef8760 on shinfan:logging-alpha into 0066c78 on GoogleCloudPlatform:logging-alpha.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.357% when pulling fef8760 on shinfan:logging-alpha into 0066c78 on GoogleCloudPlatform:logging-alpha.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.357% when pulling fef8760 on shinfan:logging-alpha into 0066c78 on GoogleCloudPlatform:logging-alpha.

@mderka
Copy link

mderka commented Mar 19, 2016

LocalPubsubHelper creates helper on port 8080. The tests fail if this port is not free. The port should be assigned automatically.

@shinfan
Copy link
Contributor Author

shinfan commented Mar 19, 2016

This PR is to update the generated code and the unit test. If possible, I would prefer to create a separate PR to fix the port issue.

@mderka
Copy link

mderka commented Mar 19, 2016

Ok. Please, create an issue for this and reference it here. Also, please, fix the long lines listed above. Seems good otherwise. Let me know when you are done, I will check it again.

@shinfan
Copy link
Contributor Author

shinfan commented Mar 21, 2016

Added the issue number to the PR description. Fixed the line length. PTAL.

@mderka
Copy link

mderka commented Mar 21, 2016

We still have some lines that are too long and unused imports.

./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Api.java:36:8: error: Unused import: com.google.api.gax.grpc.ApiCallSettings. 
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Api.java:65: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Api.java:181: error: Line is longer than 100 characters (found 107).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Api.java:192: error: Line is longer than 100 characters (found 105).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Settings.java:63: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Settings.java:208: error: Line is longer than 100 characters (found 107).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Settings.java:67: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Settings.java:222: error: Line is longer than 100 characters (found 107).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Settings.java:277: error: Line is longer than 100 characters (found 101).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Api.java:38:8: error: Unused import: com.google.api.gax.grpc.ApiCallSettings. 
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Api.java:71: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Api.java:164: error: Line is longer than 100 characters (found 108).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Api.java:175: error: Line is longer than 100 characters (found 106).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Api.java:36:8: error: Unused import: com.google.api.gax.grpc.ApiCallSettings. 
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Api.java:65: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Api.java:182: error: Line is longer than 100 characters (found 108).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Api.java:193: error: Line is longer than 100 characters (found 106).
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Settings.java:63: error: Missing a Javadoc comment.
./baseline/src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Settings.java:204: error: Line is longer than 100 characters (found 106).
./src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Api.java:66: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/testing/LocalLoggingImpl.java:38: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Settings.java:64: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Settings.java:68: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2Api.java:72: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/MetricsServiceV2Api.java:66: error: Missing a Javadoc comment.
./src/main/java/com/google/gcloud/logging/spi/v2/ConfigServiceV2Settings.java:64: error: Missing a Javadoc comment.
./src/test/java/com/google/gcloud/logging/spi/v2/LoggingServiceV2ApiTest.java:34: error: Missing a Javadoc comment.

@shinfan
Copy link
Contributor Author

shinfan commented Mar 21, 2016

PTAL

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.357% when pulling 8c0805e on shinfan:logging-alpha into 0066c78 on GoogleCloudPlatform:logging-alpha.

@mderka
Copy link

mderka commented Mar 21, 2016

Ok, that is gone. As far as the codacy report goes, are you able to address the "Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes." errors?

@shinfan
Copy link
Contributor Author

shinfan commented Mar 21, 2016

Added #771 to description

@mderka
Copy link

mderka commented Mar 21, 2016

Perfect. LGTM

mderka added a commit that referenced this pull request Mar 21, 2016
Update and fix gcloud-java-logging
@mderka mderka merged commit db5312b into googleapis:logging-alpha Mar 21, 2016
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
…767)

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

* 🦉 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>
github-actions bot pushed a commit that referenced this pull request Jul 27, 2022
…onfig to v1.5.2 (#767)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | `1.5.1` -> `1.5.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.2/compatibility-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.2/confidence-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v1.5.2`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2)

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://github.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://github.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://github.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://github.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://github.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://github.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datalabeling).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy4wIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…cies to v3 (#767)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://github.com/googleapis/java-shared-dependencies) | `2.13.0` -> `3.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/compatibility-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/confidence-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.1`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisjava-shared-dependenciescomparev300v301-2022-08-02)

[Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v3.0.0...v3.0.1)

##### Dependencies

-   update dependency com.google.code.gson:gson to v2.9.1 ([#&#8203;766](https://github.com/googleapis/java-shared-dependencies/issues/766)) ([f7b2b06](https://github.com/googleapis/java-shared-dependencies/commit/f7b2b06b80e3e95ff8ab9b1d6a2638ef3069298a))
-   update gax.version to v2.18.7 ([#&#8203;767](https://github.com/googleapis/java-shared-dependencies/issues/767)) ([9650368](https://github.com/googleapis/java-shared-dependencies/commit/96503682e98cdf348ea2c1365a03a60f4322c712))
-   update google.core.version to v2.8.6 ([#&#8203;770](https://github.com/googleapis/java-shared-dependencies/issues/770)) ([cfd4377](https://github.com/googleapis/java-shared-dependencies/commit/cfd4377dc178cebb4724065d55d185ce03988d55))

### [`v3.0.0`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisjava-shared-dependenciescomparev2130v300-2022-07-29)

[Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v2.13.0...v3.0.0)

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://github.com/googleapis/java-shared-dependencies/issues/1485)) ([#&#8203;738](https://github.com/googleapis/java-shared-dependencies/issues/738)) ([11bc8f8](https://github.com/googleapis/java-shared-dependencies/commit/11bc8f81f28be88a97fdeafca21724e33638770c))

##### Dependencies

-   update dependency com.google.api-client:google-api-client-bom to v1.35.2 ([#&#8203;729](https://github.com/googleapis/java-shared-dependencies/issues/729)) ([1fa59af](https://github.com/googleapis/java-shared-dependencies/commit/1fa59af80abb9f278f57658c10158567e825fec6))
-   update dependency com.google.api-client:google-api-client-bom to v2 ([#&#8203;746](https://github.com/googleapis/java-shared-dependencies/issues/746)) ([2dcb2e0](https://github.com/googleapis/java-shared-dependencies/commit/2dcb2e071e0ba0eea21bb575bd13cd559d4a1ca6))
-   update dependency com.google.api.grpc:grpc-google-common-protos to v2.9.2 ([#&#8203;741](https://github.com/googleapis/java-shared-dependencies/issues/741)) ([3352d6c](https://github.com/googleapis/java-shared-dependencies/commit/3352d6c36111c04e3f6f3e6360470fa3efb10d8f))
-   update dependency com.google.auth:google-auth-library-bom to v1.8.0 ([#&#8203;726](https://github.com/googleapis/java-shared-dependencies/issues/726)) ([2c5d64c](https://github.com/googleapis/java-shared-dependencies/commit/2c5d64c127db8384e49113acfeac6928716a2d7f))
-   update dependency com.google.auth:google-auth-library-bom to v1.8.1 ([#&#8203;742](https://github.com/googleapis/java-shared-dependencies/issues/742)) ([4f53527](https://github.com/googleapis/java-shared-dependencies/commit/4f53527bda7f40896711b7c1d1c02453321ffbc8))
-   update dependency com.google.cloud:first-party-dependencies to v2 ([#&#8203;747](https://github.com/googleapis/java-shared-dependencies/issues/747)) ([e970ac0](https://github.com/googleapis/java-shared-dependencies/commit/e970ac0599941c825dc2516146a7c6673e68a9b9))
-   update dependency com.google.cloud:grpc-gcp to v1.2.1 ([#&#8203;751](https://github.com/googleapis/java-shared-dependencies/issues/751)) ([b3284b6](https://github.com/googleapis/java-shared-dependencies/commit/b3284b6ee52a96a6ea8696a05a94443df9ee5b9f))
-   update dependency com.google.cloud:third-party-dependencies to v2 ([#&#8203;748](https://github.com/googleapis/java-shared-dependencies/issues/748)) ([573b41a](https://github.com/googleapis/java-shared-dependencies/commit/573b41a69504372741cbeb01dd200e7c71967186))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.1 ([#&#8203;730](https://github.com/googleapis/java-shared-dependencies/issues/730)) ([6b47126](https://github.com/googleapis/java-shared-dependencies/commit/6b47126686b603a5d112e097ce6aa3a1880daf6f))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.2 ([#&#8203;749](https://github.com/googleapis/java-shared-dependencies/issues/749)) ([299d7b0](https://github.com/googleapis/java-shared-dependencies/commit/299d7b0d4920644e2c3070d12dd1d97da17a5e88))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#&#8203;722](https://github.com/googleapis/java-shared-dependencies/issues/722)) ([7a96b12](https://github.com/googleapis/java-shared-dependencies/commit/7a96b1259a526b63e9376fd6cc18b27cddeb5f0f))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#&#8203;756](https://github.com/googleapis/java-shared-dependencies/issues/756)) ([3d0bac2](https://github.com/googleapis/java-shared-dependencies/commit/3d0bac23487aebb94267c0708f41ff6c02a028a4))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#&#8203;759](https://github.com/googleapis/java-shared-dependencies/issues/759)) ([5a54ef1](https://github.com/googleapis/java-shared-dependencies/commit/5a54ef1a2d56244166d4fcc46041d62c0dc4b411))
-   update dependency io.grpc:grpc-bom to v1.48.0 ([#&#8203;752](https://github.com/googleapis/java-shared-dependencies/issues/752)) ([20ac908](https://github.com/googleapis/java-shared-dependencies/commit/20ac908932a5e7c8e581bdfcd68579d7e1cedd5f))
-   update dependency org.checkerframework:checker-qual to v3.23.0 ([#&#8203;736](https://github.com/googleapis/java-shared-dependencies/issues/736)) ([fc01d8f](https://github.com/googleapis/java-shared-dependencies/commit/fc01d8f93f391f12fdb800d5006f0b4505832eeb))
-   update gax.version to v2.18.3 ([#&#8203;731](https://github.com/googleapis/java-shared-dependencies/issues/731)) ([e8ee554](https://github.com/googleapis/java-shared-dependencies/commit/e8ee554707acb2f71c739d08e2ff02fbe43ffa52))
-   update gax.version to v2.18.4 ([#&#8203;735](https://github.com/googleapis/java-shared-dependencies/issues/735)) ([11c7415](https://github.com/googleapis/java-shared-dependencies/commit/11c74152a84697924de3a0e838b05f606c3098f7))
-   update gax.version to v2.18.5 ([#&#8203;758](https://github.com/googleapis/java-shared-dependencies/issues/758)) ([7469fc1](https://github.com/googleapis/java-shared-dependencies/commit/7469fc1cc5095b39a5738e60156711a268f6e052))
-   update gax.version to v2.18.6 ([#&#8203;763](https://github.com/googleapis/java-shared-dependencies/issues/763)) ([b5ca2f7](https://github.com/googleapis/java-shared-dependencies/commit/b5ca2f7b4d81c705823253f4f03363a32d2be48b))
-   update google.common-protos.version to v2.9.1 ([#&#8203;724](https://github.com/googleapis/java-shared-dependencies/issues/724)) ([5213dbb](https://github.com/googleapis/java-shared-dependencies/commit/5213dbbfa9c9b73d2420ec2be7782f16c9c4955f))
-   update google.core.version to v2.8.1 ([#&#8203;725](https://github.com/googleapis/java-shared-dependencies/issues/725)) ([575858a](https://github.com/googleapis/java-shared-dependencies/commit/575858a60f76e46bbc2a2435c2b6c01c8f4ab681))
-   update google.core.version to v2.8.3 ([#&#8203;760](https://github.com/googleapis/java-shared-dependencies/issues/760)) ([cb10ae4](https://github.com/googleapis/java-shared-dependencies/commit/cb10ae4b76939215ea465af74163b3d4ad65a548))
-   update google.core.version to v2.8.4 ([#&#8203;762](https://github.com/googleapis/java-shared-dependencies/issues/762)) ([821daaf](https://github.com/googleapis/java-shared-dependencies/commit/821daafefdbcfdfe6e363e580747538096a562ef))
-   update google.core.version to v2.8.5 ([#&#8203;764](https://github.com/googleapis/java-shared-dependencies/issues/764)) ([a1f8f50](https://github.com/googleapis/java-shared-dependencies/commit/a1f8f501b54143a2cec8e72efd4ceb3ce47f13ae))
-   update iam.version to v1.5.0 ([#&#8203;732](https://github.com/googleapis/java-shared-dependencies/issues/732)) ([9dce0e5](https://github.com/googleapis/java-shared-dependencies/commit/9dce0e5199c1e425119adc804304958f58003a27))
-   update iam.version to v1.5.1 ([#&#8203;737](https://github.com/googleapis/java-shared-dependencies/issues/737)) ([df39168](https://github.com/googleapis/java-shared-dependencies/commit/df391685d42fcb1b04f03ab1380a594893bdce37))
-   update iam.version to v1.5.2 ([#&#8203;743](https://github.com/googleapis/java-shared-dependencies/issues/743)) ([cdde697](https://github.com/googleapis/java-shared-dependencies/commit/cdde697f25a89fc8c2ec7eae6b7c54f69977bb1c))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-container).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…2.3.3 (#767)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-iot](https://github.com/googleapis/java-iot) | `2.3.2` -> `2.3.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iot/2.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iot/2.3.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iot/2.3.3/compatibility-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-iot/2.3.3/confidence-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-iot).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.5](https://github.com/googleapis/java-bigqueryconnection/compare/v2.5.4...v2.5.5) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#758](https://github.com/googleapis/java-bigqueryconnection/issues/758)) ([8b12153](https://github.com/googleapis/java-bigqueryconnection/commit/8b12153365780e57dae0bb5254b9fd36f313d51d))
* Update dependency charset-normalizer to v2.1.1 ([#762](https://github.com/googleapis/java-bigqueryconnection/issues/762)) ([c912d0a](https://github.com/googleapis/java-bigqueryconnection/commit/c912d0a9b466c33d3fe2dc51e04a8f3f560391e1))
* Update dependency click to v8.1.3 ([#763](https://github.com/googleapis/java-bigqueryconnection/issues/763)) ([3270445](https://github.com/googleapis/java-bigqueryconnection/commit/3270445bfe9ece2a737cb40768b5613ce730af35))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#784](https://github.com/googleapis/java-bigqueryconnection/issues/784)) ([5e41cd8](https://github.com/googleapis/java-bigqueryconnection/commit/5e41cd883f1a1a37b5ad93b76d3c4c7685056787))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.7 ([#782](https://github.com/googleapis/java-bigqueryconnection/issues/782)) ([9d0fe12](https://github.com/googleapis/java-bigqueryconnection/commit/9d0fe12996d6e401ed94a759af80bb1950278e39))
* Update dependency gcp-releasetool to v1.8.8 ([#759](https://github.com/googleapis/java-bigqueryconnection/issues/759)) ([9955b8f](https://github.com/googleapis/java-bigqueryconnection/commit/9955b8f5b4fbcdfc0636c8bd7a14aeae9807363c))
* Update dependency google-api-core to v2.10.1 ([#764](https://github.com/googleapis/java-bigqueryconnection/issues/764)) ([aa07e7f](https://github.com/googleapis/java-bigqueryconnection/commit/aa07e7faa6618cc644681b0bba7c2c3d7cac3e07))
* Update dependency google-auth to v2.12.0 ([#765](https://github.com/googleapis/java-bigqueryconnection/issues/765)) ([b896e86](https://github.com/googleapis/java-bigqueryconnection/commit/b896e863a92b5fd07395b8064b990c96a0d29ddd))
* Update dependency google-cloud-core to v2.3.2 ([#760](https://github.com/googleapis/java-bigqueryconnection/issues/760)) ([0241ee4](https://github.com/googleapis/java-bigqueryconnection/commit/0241ee4ed6db5e6a83db1229fec89305f4168811))
* Update dependency google-cloud-storage to v2.5.0 ([#766](https://github.com/googleapis/java-bigqueryconnection/issues/766)) ([7064657](https://github.com/googleapis/java-bigqueryconnection/commit/7064657a1ceffee5ddb8f0e7b7a7734b48d6b090))
* Update dependency google-crc32c to v1.5.0 ([#767](https://github.com/googleapis/java-bigqueryconnection/issues/767)) ([350b87a](https://github.com/googleapis/java-bigqueryconnection/commit/350b87a782357097dd28bc7b847c61afb25f90a6))
* Update dependency googleapis-common-protos to v1.56.4 ([#761](https://github.com/googleapis/java-bigqueryconnection/issues/761)) ([11824d3](https://github.com/googleapis/java-bigqueryconnection/commit/11824d354e6cad62e6c2ee5c500b24bc3659c9d8))
* Update dependency importlib-metadata to v4.12.0 ([#768](https://github.com/googleapis/java-bigqueryconnection/issues/768)) ([dfa42e5](https://github.com/googleapis/java-bigqueryconnection/commit/dfa42e5d75b698987a86a980a404789ef74c68ce))
* Update dependency jeepney to v0.8.0 ([#769](https://github.com/googleapis/java-bigqueryconnection/issues/769)) ([44f5e0c](https://github.com/googleapis/java-bigqueryconnection/commit/44f5e0c34a0d2680a9d79bd129061acd6cfd8e4f))
* Update dependency jinja2 to v3.1.2 ([#778](https://github.com/googleapis/java-bigqueryconnection/issues/778)) ([192246f](https://github.com/googleapis/java-bigqueryconnection/commit/192246f0c33ec126bf3f3739c2dec0fbc05bf83e))
* Update dependency keyring to v23.9.3 ([#779](https://github.com/googleapis/java-bigqueryconnection/issues/779)) ([73daa64](https://github.com/googleapis/java-bigqueryconnection/commit/73daa64628deaa7542a98dcb6b056b625cca9f86))
* Update dependency markupsafe to v2.1.1 ([#770](https://github.com/googleapis/java-bigqueryconnection/issues/770)) ([0b1e0d9](https://github.com/googleapis/java-bigqueryconnection/commit/0b1e0d9f3be5f59a1ddb254e065b5c659da6b9b6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to yoshi-code-bot/google-cloud-java that referenced this pull request Nov 8, 2022
…s#1687) (googleapis#767)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: https://github.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a
github-actions bot pushed a commit that referenced this pull request Nov 9, 2022
…1.4 (#767)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/googleapis/java-cloud-bom)) | `26.1.3` -> `26.1.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/compatibility-slim/26.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/confidence-slim/26.1.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-phishingprotection).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjIifQ==-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://github.com/ThreeTen/threetenbp)) | `1.5.2` -> `1.6.0` | [![age](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.0/compatibility-slim/1.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.0/confidence-slim/1.5.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ThreeTen/threetenbp</summary>

### [`v1.6.0`](https://github.com/ThreeTen/threetenbp/releases/v1.6.0)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.5.2...v1.6.0)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.1](googleapis/java-shared-dependencies@v3.0.0...v3.0.1) (2022-08-02)


### Dependencies

* update dependency com.google.code.gson:gson to v2.9.1 ([#766](googleapis/java-shared-dependencies#766)) ([b0d531d](googleapis/java-shared-dependencies@b0d531d))
* update gax.version to v2.18.7 ([#767](googleapis/java-shared-dependencies#767)) ([02e98d5](googleapis/java-shared-dependencies@02e98d5))
* update google.core.version to v2.8.6 ([#770](googleapis/java-shared-dependencies#770)) ([3acea4b](googleapis/java-shared-dependencies@3acea4b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants