Uh oh!
There was an error while loading. Please reload this page.
Updating version in README files. - #1424
Merged
Merged
Conversation
garrettjonesgoogle
commented
Nov 25, 2016
ContributorAuthor
Ran |
coveralls
commented
Nov 25, 2016
github-actionsBot
pushed a commit
that referenced
this pull request
Jul 27, 2022
- [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
meltsufin pushed a commit
that referenced
this pull request
Dec 22, 2025
meltsufin pushed a commit
that referenced
this pull request
Dec 22, 2025
🤖 I have created a release *beep* *boop* --- ## [3.15.9](https://togithub.com/googleapis/java-logging/compare/v3.15.8...v3.15.9) (2023-09-11) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.15.0 ([#1424](https://togithub.com/googleapis/java-logging/issues/1424)) ([4f82f33](https://togithub.com/googleapis/java-logging/commit/4f82f339e47014821eca217f5200080e6b78e03f)) * Update dependency org.easymock:easymock to v5.2.0 ([#1421](https://togithub.com/googleapis/java-logging/issues/1421)) ([f931544](https://togithub.com/googleapis/java-logging/commit/f9315443ba97104f1a23e5695ed72cb4bd2dfa10)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.26 ([#1420](https://togithub.com/googleapis/java-logging/issues/1420)) ([ff581a6](https://togithub.com/googleapis/java-logging/commit/ff581a67270777fe15e291794df3b49041c111e3)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.26 ([#1412](https://togithub.com/googleapis/java-logging/issues/1412)) ([bd9be4e](https://togithub.com/googleapis/java-logging/commit/bd9be4e8aecd5b7a532a6f2eb91151201a41334f)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
chingor13 pushed a commit
that referenced
this pull request
Jan 6, 2026
…logback to v0.132.1-alpha (#1424)
chingor13 pushed a commit
that referenced
this pull request
Feb 24, 2026
…ncy-plugin to v3.7.1 (#1424) Co-authored-by: Min Zhu <zhumin@google.com> Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
suztomo pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 11, 2026
suztomo pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 11, 2026
🤖 I have created a release *beep* *boop* --- ## [3.15.9](https://togithub.com/googleapis/java-logging/compare/v3.15.8...v3.15.9) (2023-09-11) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.15.0 ([googleapis#1424](https://togithub.com/googleapis/java-logging/issues/1424)) ([2c04629](https://togithub.com/googleapis/java-logging/commit/2c0462971a47772cd5b761edafc9605070790d29)) * Update dependency org.easymock:easymock to v5.2.0 ([googleapis#1421](https://togithub.com/googleapis/java-logging/issues/1421)) ([2e5a5e2](https://togithub.com/googleapis/java-logging/commit/2e5a5e262eed5fed0b2ea5e0584a72f81978c442)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.26 ([googleapis#1420](https://togithub.com/googleapis/java-logging/issues/1420)) ([e153fd5](https://togithub.com/googleapis/java-logging/commit/e153fd5cad173952c600f582f47cc61cd0a9a51f)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.26 ([googleapis#1412](https://togithub.com/googleapis/java-logging/issues/1412)) ([df2880a](https://togithub.com/googleapis/java-logging/commit/df2880ad688de7c6183f709bd1f09fe5c1e163b3)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
chingor13 pushed a commit
that referenced
this pull request
Mar 12, 2026
…ncy-plugin to v3.7.1 (#1424) Co-authored-by: Min Zhu <zhumin@google.com> Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
suztomo pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 23, 2026
…data-jdbc to v3.2.2 (googleapis#1424)
suztomo pushed a commit
that referenced
this pull request
Mar 30, 2026
suztomo pushed a commit
that referenced
this pull request
Mar 30, 2026
…turn null rather than throw UnsupportedOperationException (#1427) Currently, when CloudStorageFileSystemProvider#getFileAttributeView is invoked with a class it doesn't recognize it throws an UnsupportedOperationException. The javadocs for FileSystemProvider, however specify that #getFileAttributeView[1] return null if the attribute view type is not available. This change updates the behavior of CloudStorageFileSystemProvider#getFileAttributeView to return null rather than throw an exception. Fixes#1424 [1] https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/file/spi/FileSystemProvider.html#getFileAttributeView(java.nio.file.Path,java.lang.Class,java.nio.file.LinkOption...)
lqiu96 pushed a commit
that referenced
this pull request
Apr 1, 2026
lqiu96 pushed a commit
that referenced
this pull request
Apr 1, 2026
…turn null rather than throw UnsupportedOperationException (#1427) Currently, when CloudStorageFileSystemProvider#getFileAttributeView is invoked with a class it doesn't recognize it throws an UnsupportedOperationException. The javadocs for FileSystemProvider, however specify that #getFileAttributeView[1] return null if the attribute view type is not available. This change updates the behavior of CloudStorageFileSystemProvider#getFileAttributeView to return null rather than throw an exception. Fixes#1424 [1] https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/file/spi/FileSystemProvider.html#getFileAttributeView(java.nio.file.Path,java.lang.Class,java.nio.file.LinkOption...)
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.