-
Notifications
You must be signed in to change notification settings - Fork 39
Comparing changes
Open a pull request
base repository: googleapis/java-logging
base: v3.16.1
head repository: googleapis/java-logging
compare: v3.16.2
- 10 commits
- 17 files changed
- 4 contributors
Commits on Mar 7, 2024
-
chore(main): release 3.16.2-SNAPSHOT (#1555)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 6f7dca4 - Browse repository at this point
Copy the full SHA 6f7dca4View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-logging …
…to v3.16.1 (#1556) * chore(deps): update dependency com.google.cloud:google-cloud-logging to v3.16.1 * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for ccbc289 - Browse repository at this point
Copy the full SHA ccbc289View commit details
Commits on Mar 8, 2024
-
test(deps): update dependency com.google.truth:truth to v1.4.2 (#1551)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.truth:truth](https://togithub.com/google/truth) | `1.4.1` -> `1.4.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/truth (com.google.truth:truth)</summary> ### [`v1.4.2`](https://togithub.com/google/truth/releases/tag/v1.4.2): 1.4.2 This release is the final step of copying all our methods from `Truth8` to `Truth`. If you have not already migrated your usages from `Truth8` to `Truth`, you may see build errors: OptionalSubjectTest.java:39: error: reference to assertThat is ambiguous assertThat(Optional.of("foo")).isPresent(); ^ both method assertThat(@​org.checkerframework.checker.nullness.qual.Nullable Optional<?>) in Truth8 and method assertThat(@​org.checkerframework.checker.nullness.qual.Nullable Optional<?>) in Truth match In most cases, you can migrate your whole project mechanically: `git grep -l Truth8 | xargs perl -pi -e 's/\bTruth8\b/Truth/g;'`. (You can make that change before upgrading to Truth 1.4.2 or as part of the same commit.) If you instead need to migrate your project incrementally (for example, because it is very large), you may want to upgrade your version of Truth incrementally, too, following our instructions for [1.3.0](https://togithub.com/google/truth/releases/tag/v1.3.0) and [1.4.0](https://togithub.com/google/truth/releases/tag/v1.4.0). ##### For help Please feel welcome to [open an issue](https://togithub.com/google/truth/issues/new) to report problems or request help. ##### Changelog - Removed temporary type parameters from `Truth.assertThat(Stream)` and `Truth.assertThat(Optional)`. This can create build errors, which you can fix by replacing all your references to `Truth8` with references to `Truth`. ([`45782bd`](https://togithub.com/google/truth/commit/45782bd0e)) </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, 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://developer.mend.io/github/googleapis/java-logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for cf15596 - Browse repository at this point
Copy the full SHA cf15596View commit details
Commits on Mar 19, 2024
-
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…34.0 (#1557) [](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://togithub.com/googleapis/java-cloud-bom)) | `26.33.0` -> `26.34.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-cloud-bom (com.google.cloud:libraries-bom)</summary> ### [`v26.34.0`](https://togithub.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26340-2024-03-07) [Compare Source](https://togithub.com/googleapis/java-cloud-bom/compare/v26.33.0...v26.34.0) ##### Bug Fixes - **libraries-release-data:** add spring autogen to tracked libraries. ([#​6467](https://togithub.com/googleapis/java-cloud-bom/issues/6467)) ([ada9449](https://togithub.com/googleapis/java-cloud-bom/commit/ada94499a4699adb985abab918a48c5abc186886)) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.27.0 ([#​6476](https://togithub.com/googleapis/java-cloud-bom/issues/6476)) ([4075b22](https://togithub.com/googleapis/java-cloud-bom/commit/4075b22b1fbc6512b1e5ac9485de131366bc6cf8)) - update dependency com.google.cloud:gapic-libraries-bom to v1.31.0 ([#​6478](https://togithub.com/googleapis/java-cloud-bom/issues/6478)) ([ebc1e26](https://togithub.com/googleapis/java-cloud-bom/commit/ebc1e26495b85653f68dfd17206d82c4348afbd1)) - update dependency com.google.cloud:google-cloud-bigquery to v2.38.1 ([#​6466](https://togithub.com/googleapis/java-cloud-bom/issues/6466)) ([31e6b43](https://togithub.com/googleapis/java-cloud-bom/commit/31e6b436c876b13080c8debb744b8c09f02672d7)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.3.1 ([#​6479](https://togithub.com/googleapis/java-cloud-bom/issues/6479)) ([0ba1b2a](https://togithub.com/googleapis/java-cloud-bom/commit/0ba1b2aa6584acd021212936873f51156f24eb29)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.35.1 ([#​6480](https://togithub.com/googleapis/java-cloud-bom/issues/6480)) ([6f63cea](https://togithub.com/googleapis/java-cloud-bom/commit/6f63cea78d392af2b4343baf75045c24c5dfb0da)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.18.5 ([#​6473](https://togithub.com/googleapis/java-cloud-bom/issues/6473)) ([dddbfe4](https://togithub.com/googleapis/java-cloud-bom/commit/dddbfe44a35c00feac075486b4c3a60d29750050)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.18.0 ([#​6469](https://togithub.com/googleapis/java-cloud-bom/issues/6469)) ([22387bb](https://togithub.com/googleapis/java-cloud-bom/commit/22387bbf8efa6bbd06ab04c0c2acb30ac9ba9163)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.16.1 ([#​6477](https://togithub.com/googleapis/java-cloud-bom/issues/6477)) ([f51cb30](https://togithub.com/googleapis/java-cloud-bom/commit/f51cb30a358d8c05e23b486c0f3e62a924644a26)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.131.3-alpha ([#​6482](https://togithub.com/googleapis/java-cloud-bom/issues/6482)) ([973df8a](https://togithub.com/googleapis/java-cloud-bom/commit/973df8a71720f17772f7c8cd58dc8b58f587d8f2)) - update dependency com.google.cloud:google-cloud-nio to v0.127.14 ([#​6474](https://togithub.com/googleapis/java-cloud-bom/issues/6474)) ([69c1016](https://togithub.com/googleapis/java-cloud-bom/commit/69c10164bc32aeb65ceb15706f1664dc3a755db2)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.127.1 ([#​6470](https://togithub.com/googleapis/java-cloud-bom/issues/6470)) ([f133ec0](https://togithub.com/googleapis/java-cloud-bom/commit/f133ec043136a04b63bd07f27b5c838742880daa)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13.1 ([#​6475](https://togithub.com/googleapis/java-cloud-bom/issues/6475)) ([44e5c75](https://togithub.com/googleapis/java-cloud-bom/commit/44e5c75503692a776652e5449260948c004411da)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.61.0 ([#​6468](https://togithub.com/googleapis/java-cloud-bom/issues/6468)) ([55ad879](https://togithub.com/googleapis/java-cloud-bom/commit/55ad879076a9e79fab47874c3969fe73824dddfa)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.16.0 ([#​6483](https://togithub.com/googleapis/java-cloud-bom/issues/6483)) ([813ad9e](https://togithub.com/googleapis/java-cloud-bom/commit/813ad9e1368a7aa2ee7ec67340343facbfe07357)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.35.0 ([#​6481](https://togithub.com/googleapis/java-cloud-bom/issues/6481)) ([263a8f2](https://togithub.com/googleapis/java-cloud-bom/commit/263a8f2826cdf15fbf606ee7d6821a46a6bb6a79)) </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, 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://developer.mend.io/github/googleapis/java-logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 3eafdf1 - Browse repository at this point
Copy the full SHA 3eafdf1View commit details -
deps: update dependency com.google.cloud:sdk-platform-java-config to …
…v3.28.0 (#1560) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:sdk-platform-java-config](https://togithub.com/googleapis/java-shared-config) | `3.27.0` -> `3.28.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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://developer.mend.io/github/googleapis/java-logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for d52e623 - Browse repository at this point
Copy the full SHA d52e623View commit details -
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.7.5 (#1558) * build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.7.5 * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for 0a4df5e - Browse repository at this point
Copy the full SHA 0a4df5eView commit details
Commits on Mar 20, 2024
-
chore: update requirements.txt to address dependabot security alerts.…
… (#1936) (#1559) Created by running: pip-compile requirements.in --generate-hashes --upgrade within synthtool/gcp/templates/java_library/.kokoro and synthtool/docker/owlbot/java/src/ Source-Link: googleapis/synthtool@853dbcd Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:084ad4c60551b075846bcb2405ec1c14b0d00ec1eb5503d4dd0d2a92cdc2d3e2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6cca037 - Browse repository at this point
Copy the full SHA 6cca037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81aa3e6 - Browse repository at this point
Copy the full SHA 81aa3e6View commit details -
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.7.6 (#1564)
Configuration menu - View commit details
-
Copy full SHA for aea22bf - Browse repository at this point
Copy the full SHA aea22bfView commit details -
chore(main): release 3.16.2 (#1562)
🤖 I have created a release *beep* *boop* --- ## [3.16.2](https://togithub.com/googleapis/java-logging/compare/v3.16.1...v3.16.2) (2024-03-20) ### Dependencies * Update dependency com.google.cloud:sdk-platform-java-config to v3.28.0 ([#1560](https://togithub.com/googleapis/java-logging/issues/1560)) ([d52e623](https://togithub.com/googleapis/java-logging/commit/d52e62343aa814183baa4fa8ea39d41a5e7c423f)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.28.1 ([#1563](https://togithub.com/googleapis/java-logging/issues/1563)) ([81aa3e6](https://togithub.com/googleapis/java-logging/commit/81aa3e6b6662d62844b289a22e8aba50dff36a51)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for e598143 - Browse repository at this point
Copy the full SHA e598143View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.16.1...v3.16.2