Mridula
Mridula
Follow-up to https://github.com/googleapis/google-cloud-java/pull/10805 after https://github.com/googleapis/java-shared-config/pull/824 is merged and released.
## Description Fixes # Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google. ## Checklist - [x] I have followed...
The `SingleProjectIntegrationTest#testBuild_dockerClient` test is getting stuck indefinitely with no progress: ``` 2024-08-26T10:48:27.892-0400 [DEBUG] [TestEventLogger] com.google.cloud.tools.jib.gradle.SingleProjectIntegrationTest > testBuild_dockerClient STARTED 2024-08-26T10:48:37.334-0400 [LIFECYCLE] [org.gradle.cache.internal.DefaultFileLockManager] 2024-08-26T10:48:37.334-0400 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared lock on...
In https://github.com/googleapis/google-cloud-java/pull/11058#issuecomment-2299496737, these tests were failing due to the failing error: ``` 2024-08-20T18:29:08.1770438Z 18:29:08:140 [INFO] ------------------------------------------------------- 2024-08-20T18:29:08.1774835Z 18:29:08:140 [INFO] T E S T S 2024-08-20T18:29:08.1776173Z 18:29:08:140 [INFO] ------------------------------------------------------- 2024-08-20T18:29:09.1013370Z 18:29:09:101...
#4311 1. Fixed gradle and maven integration tests to make mock docker executable output OSType and Architecture. As discovered in https://github.com/GoogleContainerTools/jib/issues/4311#issuecomment-2405793374, Jib ran successfully when the `docker` client was used...
Officially moving https://github.com/GoogleContainerTools/jib/pull/4299 to an issue for better tracking. The `SingleProjectIntegrationTest#testBuild_dockerClient` test is getting stuck indefinitely with no progress: ``` 2024-08-26T10:48:27.892-0400 [DEBUG] [TestEventLogger] com.google.cloud.tools.jib.gradle.SingleProjectIntegrationTest > testBuild_dockerClient STARTED 2024-08-26T10:48:37.334-0400 [LIFECYCLE] [org.gradle.cache.internal.DefaultFileLockManager]...
This was discovered during an offline discussion with @BenWhitehead on https://github.com/googleapis/java-storage/issues/2716 where Storage ran into a run-time failures in graalvm when adding Direct Path support. The solution (in progress) has...
Beam is already on 4.33(https://github.com/apache/beam/blob/3ce2abdc505d09569b668d8071f89306ea9aeb81/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L641). Running `python3 scripts/tools/bomupgrader.py 26.72.0` to update libraries-bom ``` INFO:root:-----Update BeamModulePlugin----- INFO:root:Unchanged: com.google.api:gax:2.72.1 INFO:root:Changed com.google.cloud:google-cloud-spanner: 6.95.1 -> 6.103.0 INFO:root:Unchanged: io.grpc:grpc-netty:1.76.0 INFO:root:Unchanged: io.netty:netty-transport:4.1.124.Final INFO:root:Unchanged: io.opentelemetry:opentelemetry-sdk:1.52.0 INFO:root:Unchanged: com.google.protobuf:protobuf-java:4.33.0...
- [x] Setting up your development environment - [x] Setting up Rust on Cloud Shell - [x] Bootstrap the user guide - [x] How to initialize a client and make...
Update libcurl to 7.74.0 in workspace and mark it as required.