DO NOT MERGE: regenerating spi layer - GAX 0.0.22#1371
DO NOT MERGE: regenerating spi layer - GAX 0.0.22#1371garrettjonesgoogle wants to merge 1 commit intogoogleapis:masterfrom
Conversation
This is a non-working PR that only includes updates to the SPI classes. The hand-written layer still needs to be updated.
|
@garrettjonesgoogle thanks! I started working on the integration on this changes into import com.google.api.gax.testing.DownloadableEmulatorRunner;
import com.google.api.gax.testing.GCloudEmulatorRunner;
import com.google.api.gax.testing.LocalServiceHelper;Those classes were used in our |
|
The auto-generated testing code already covers everything in the spi layer that the emulator test was covering, so it had become redundant from our perspective. Emulator support has been removed from our testing strategy because it doesn't scale as well. If you still want these tests in |
|
Replaced by #1379 |
…ncy-plugin to v3.6.0 (#1371) * build(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.6.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This is a non-working PR that only includes updates to the SPI
classes. The hand-written layer still needs to be updated.