gax-java
gax-java copied to clipboard
This library has moved to https://github.com/googleapis/sdk-platform-java/tree/main/gax-java.
[`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...
#### Environment details ``` Version info: 'GraalVM 22.2.0 Java 17 CE' Java version info: '17.0.4+8-jvmci-22.2-b06' C compiler: cc (apple, x86_64, 13.0.0) Garbage collector: Serial GC 5 user-specific feature(s) - com.google.api.gax.grpc.nativeimage.GrpcNettyFeature...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- ### ⚠ Dependency Lookup Warnings ⚠ - Renovate failed to look up the...
:robot: I have created a release *beep* *boop* --- ## [2.19.1](https://github.com/googleapis/gax-java/compare/v2.19.0...v2.19.1) (2022-08-25) ### Bug Fixes * **deps:** update dependency io.grpc:grpc-bom to v1.49.0 ([#1779](https://github.com/googleapis/gax-java/issues/1779)) ([037e131](https://github.com/googleapis/gax-java/commit/037e131ad46690f6d1badb45dc2f31ca981c1348)) --- This PR was generated with...
#### Environment details ``` Version info: 'GraalVM 22.2.0 Java 17 CE' Java version info: '17.0.4+8-jvmci-22.2-b06' C compiler: x86_64-linux-musl-gcc (linux, x86_64, 10.2.1) Garbage collector: Serial GC 5 user-specific feature(s) - com.google.api.gax.grpc.nativeimage.GrpcNettyFeature...
The test is known to be flaky. So far, we did #1589 and #1600. (However, although it may just be me, I feel this became less flaky.) Unfortunately, this failed...
See https://github.com/googleapis/gax-java/runs/7581553740?check_suite_focus=true for the failure in gradle build and https://github.com/googleapis/gax-java/runs/7582163011?check_suite_focus=true for failure in maven build.
The goal of switching to Maven is to align with the rest of the Java client libraries repositories that use Maven. This should enable us to take advantage of more...
This feature is to improve the overall debugging experience of all client libraries. See the following links for the overall design across all languages: [go/actools-error-improvements](https://goto.google.com/actools-error-improvements) [go/actools-gapic-actionable-error-slide](http://go/actools-gapic-actionable-error-slide) The GRPC implementation is...