File tree Expand file tree Collapse file tree 7 files changed +9
-10
lines changed
main/java/com/google/cloud/storage/contrib/nio
test/java/com/google/cloud/storage/contrib/nio Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1414 shell : bash
1515 run : .kokoro/build.sh
1616 - name : Unmanaged dependency check
17- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.45.1
17+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.46.0
1818 with :
1919 bom-path : google-cloud-nio-bom/pom.xml
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.45.1 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.45.1 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.google.cloud</groupId >
1010 <artifactId >sdk-platform-java-config</artifactId >
11- <version >3.45.1 </version >
11+ <version >3.46.0 </version >
1212 <relativePath />
1313 </parent >
1414
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ class OptionAllowTrailingSlash implements CloudStorageOption.Open {
2020
2121 static OptionAllowTrailingSlash instance ;
2222
23- private OptionAllowTrailingSlash () {};
23+ private OptionAllowTrailingSlash () {}
24+ ;
2425
2526 public static synchronized OptionAllowTrailingSlash getInstance () {
2627 if (null == instance ) {
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ public void ensureDefaultInstanceCarriedThrough() {
4141 @ Test
4242 public void ensureUserAgentEntryAddedIfUserAgentSpecified () {
4343 StorageOptions defaultInstance =
44- defaults ()
45- .toBuilder ()
44+ defaults ().toBuilder ()
4645 .setHeaderProvider (FixedHeaderProvider .create ("user-agent" , "asdf/ gcloud-java-nio/" ))
4746 .build ();
4847 StorageOptions merged = StorageOptionsUtil .mergeOptionsWithUserAgent (defaultInstance );
@@ -65,8 +64,7 @@ public void ensureUserAgentEntryLeftInTactIfAlreadySpecifiesOurEntry() {
6564 @ Test
6665 public void ensureAddingUserAgentEntryDoesNotClobberAnyProvidedHeaders () {
6766 StorageOptions base =
68- defaults ()
69- .toBuilder ()
67+ defaults ().toBuilder ()
7068 .setHeaderProvider (
7169 FixedHeaderProvider .create (
7270 "user-agent" , "custom/" ,
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >sdk-platform-java-config</artifactId >
17- <version >3.45.1 </version >
17+ <version >3.46.0 </version >
1818 </parent >
1919
2020 <developers >
You can’t perform that action at this time.
0 commit comments