gapic-generator-java
gapic-generator-java copied to clipboard
Generates GAPIC Java client libraries from protobufs.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
This will allow java-bigquerystorage delegate it's own custom utilities class to gax itself. See https://github.com/googleapis/java-bigquerystorage/pull/2780#discussion_r1859154818
Does the Java formatter really run? Looking at https://github.com/googleapis/java-shared-config/blob/f4daddb30447165f73e2b5d8bcb8436c684cf5fb/java-shared-config/pom.xml#L172, it only be configured as pluginManagement and it doesn't seem to be configured run in CI builds.
The HttpJson server streaming callable causes a NullPointerException (NPE) when processing responses containing `Any` type values. This is because the `TypeRegistry` in `CallOptions` is typically `null`, which is passed to...
test client logging feature with graalvm apps, and add necessary hints if needed to make it out-of-box compatible
context: https://github.com/googleapis/sdk-platform-java/pull/3403#discussion_r1964371858 For scenario where customer app does not have logging dependency (SLF4J), but turns on logging via env variable, logging would fail. Currently, this would throw ClassNotFoundException. For better...
Fix NPE in https://github.com/googleapis/java-spanner/issues/3640. However, a separate type resolution error will still prevent successful error status parsing. This requires a more substantial change, as discussed in [#2237 (comment).](https://github.com/googleapis/sdk-platform-java/issues/2237#issuecomment-2655697832). ---- Thank...
Debug logging are introduced in https://github.com/googleapis/sdk-platform-java/pull/3403. We have existing undocumented log entries (mostly for warnings) that needs to be migrated. - Refactor exposed logging classes, to improve readability and make...
When universe domain is set and [GoogleCredentialsProvider returns a ServiceAccountJwtAccessCredentials](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/main/java/com/google/api/gax/core/GoogleCredentialsProvider.java#L85-L91), the subsequent [validate step](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java#L153) will fail with error: `The configured universe domain () does not match the universe domain found...
In https://github.com/googleapis/sdk-platform-java/pull/3402, the OpenTelemetry Semantic Convention dependency is being updated from `io.opentelemetry:opentelemetry-semconv` to `io.opentelemetry.semconv:opentelemetry-semconv`. However, the old package is being kept until the Pub/Sub Java client no longer depends on...