gapic-generator-java
gapic-generator-java copied to clipboard
Generates GAPIC Java client libraries from protobufs.
Junit 5 provides a lot of [new features](https://www.netcentric.biz/insights/2020/07/junit5-new-features)(namely `Precise exception handling`, `RepeatedTest` etc.) that could be useful to us, it requires Java 8 to be the minimum runtime version, now...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:grpc-google-common-protos](https://togithub.com/googleapis/sdk-platform-java) | `2.37.1` -> `2.38.0` | [](https://docs.renovatebot.com/merge-confidence/)...
WIP - this will be ready for review once https://github.com/googleapis/sdk-platform-java/pull/2615 is merged
Allow the MetricsTracerFactory to take in a second parameter (Map of attributes) that will be treated as client level attributes. These attributes will be added to every single MetricsTracer created...
Merge after https://github.com/googleapis/java-shared-config/pull/815 is released and updated in sdk-platform-java. According to the [graal/sdk CHANGELOG](https://github.com/oracle/graal/blob/fefc2a03a1e46ce60ce4b03f223d83640fbef0f4/sdk/CHANGELOG.md#version-2310), the GraalVM SDK was split into smaller modules and the use of graal-sdk is deprecated. The...
Thank you for opening a Pull Request! Before submitting your PR, please read our [contributing guidelines](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md). There are a few things you can do to make sure it goes smoothly:...
Discovered in https://github.com/googleapis/sdk-platform-java/pull/2694. The ITHttpAnnotationTest fails with the following error: ``` Error: Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.072 s