Diego Marquez

Results 29 issues of Diego Marquez

[`putQueryParam`](https://github.com/googleapis/gax-java/blob/7b3dcc194468213bdd38d76d1d87509880edf7a8/gax-httpjson/src/main/java/com/google/api/gax/httpjson/ProtoRestSerializer.java#L129) should handle object types that are serializable, such as FieldMask, by using proper serialization rather than `String.valueOf()` which would produce an unprocessable url format (i.e. `toJson()`). _A valid query...

type: bug
priority: p2

Hello Siavash. Hoping you are well. I'm reaching the final steps to build a tree from the Silva 13.8 dataset. Unfortunately, it crashed during the tree inference step. The only...

Added a privacy and TOS statement at startup. The message can be chosen to not be shown anymore. In preferences screen, a TOS statement was added as well. Tests had...

Hello, since `7.1` we are having issues in our test code that deals with `getFieldValue()` (tracked in https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/1764). This method was declared `protected` in https://github.com/logfellow/logstash-logback-encoder/pull/720 , apparently only intended to...

[Ubuntu build log](https://fusion2.corp.google.com/invocations/8d6eb7ee-39ac-4739-96f4-950fe1091a63/targets/jib%2Fgcp_ubuntu%2Fcontinuous/log) [MacOS build log](https://fusion2.corp.google.com/invocations/6ba4a43f-3280-4e55-82d9-4d3669bf8e90/targets/jib%2Fmacos_external%2Fcontinuous/log) Involved test: https://github.com/GoogleContainerTools/jib/blob/0df8ed9e0e6990321f1193d214915987127962b9/jib-cli/src/integration-test/java/com/google/cloud/tools/jib/cli/WarCommandTest.java#L78-L102 Failure: ``` > Task :jib-cli:integrationTest Custom actions are attached to task ':jib-cli:integrationTest'. Build cache key for task ':jib-cli:integrationTest' is db9261ec2a554970ebb06941f47eedb1 Task...

priority: p2
type:bug

GraalVM Native failed with ``` Failures (2): JUnit Vintage:ITAddressesTest:testList MethodSource [className = 'com.google.cloud.compute.v1.integration.ITAddressesTest', methodName = 'testList', methodParameterTypes = ''] => java.lang.AssertionError: Insert operation failed. org.junit.Assert.fail(Assert.java:89) com.google.cloud.compute.v1.integration.ITAddressesTest.insertAddress(ITAddressesTest.java:123) com.google.cloud.compute.v1.integration.ITAddressesTest.insertAddress(ITAddressesTest.java:113) com.google.cloud.compute.v1.integration.ITAddressesTest.testList(ITAddressesTest.java:74) [email protected]/java.lang.reflect.Method.invoke(Method.java:566) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)...

type: bug
priority: p3

``` Error: Require upper bound dependencies error for com.google.guava:failureaccess:1.0.1 paths to dependency are: Error: +-com.google.cloud:google-cloud-notification:0.156.0-beta-SNAPSHOT Error: +-com.google.cloud:google-cloud-storage:2.34.0 Error: +-com.google.guava:failureaccess:1.0.1 Error: and Error: +-com.google.cloud:google-cloud-notification:0.156.0-beta-SNAPSHOT Error: +-com.google.api.grpc:proto-google-cloud-pubsub-v1:1.109.2 Error: +-com.google.guava:failureaccess:1.0.1 Error: and Error:...

type: cleanup
priority: p2

This introduces the use of `java.time` in replacement of `org.threeten` backport classes. ## Implementation It preserves method signatures using `threeten`. The cases are: ### __`AutoValue.Builder`__ Autovalues will have an internal...

size: l