-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: googleapis/sdk-platform-java
base: v2.14.0
head repository: googleapis/sdk-platform-java
compare: v2.15.0
- 16 commits
- 208 files changed
- 9 contributors
Commits on Jan 19, 2023
-
chore(main): release 2.14.1-SNAPSHOT (#1258)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92984db - Browse repository at this point
Copy the full SHA 92984dbView commit details
Commits on Jan 24, 2023
-
ci: speed up presubmit downstream test by not explicitly installing a…
…ll modules in google-cloud-java (#1257)
Configuration menu - View commit details
-
Copy full SHA for 8ef747b - Browse repository at this point
Copy the full SHA 8ef747bView commit details -
fix: support mvn fmt:check and fmt:format (#1266)
* fix: support mvn fmt:check and fmt:format * ci: remove unnecessary root project exclusion from fmt:check
Configuration menu - View commit details
-
Copy full SHA for c96a2e7 - Browse repository at this point
Copy the full SHA c96a2e7View commit details
Commits on Jan 26, 2023
-
ci: add nightly build workflow (#1276)
* ci: add nightly build workflow * fix: support long filenames on windows * fix: avoid new lines to bypass OS differences * fix: explicitly use bash to avoid powershell * fix: use System.lineSeparator() to support testing on Windows * fix: formatting * fix: avoid new lines in Truth assertion * chore: use mvn's -T 1C * ci: remove bazel test from matrix testing due to missing Visual C++ tools in Windows image * ci: switch to nightly cron trigger * chore: whitespace request * ci: use specific OS runner image versions * ci: use bazelisk * ci: re-enable pull-request testing of nightly builds * Revert "ci: use specific OS runner image versions" This reverts commit 873474a. * ci: replace -latest with explicit versions * ci: replace 'pull_request' trigger event with 'workflow_dispatch'
Configuration menu - View commit details
-
Copy full SHA for 7d426ed - Browse repository at this point
Copy the full SHA 7d426edView commit details -
chore: update README to include instructions on bazelisk installation (…
…#1271) * chore: update README to include instructions on bazelisk installation * add link to github page; move to setup section * fix typo
Configuration menu - View commit details
-
Copy full SHA for d4efc37 - Browse repository at this point
Copy the full SHA d4efc37View commit details -
ci: split showcase golden and integration test phases (#1280)
* ci: split showcase golden and integration test phases * ci: remove 'Install system dependencies' from native check
Configuration menu - View commit details
-
Copy full SHA for 9737beb - Browse repository at this point
Copy the full SHA 9737bebView commit details -
build: not relying on gax's zip archive (#1273)
gax-java is now part of gapic-generator-java. No need to fetch the released zip file to get the dependencies list. In future, we'll revisit how we maintain the dependencies to the user of gapic-generator-java, even for self-service users.
Configuration menu - View commit details
-
Copy full SHA for 86a560d - Browse repository at this point
Copy the full SHA 86a560dView commit details -
fix(ast): update import generation to cover annotation parameters (#1229
) This change is cherry-picked from an AST fix made in the spring branch (https://togithub.com/googleapis/gapic-generator-java/pull/1208). It fixes `ImportWriter` to account for types introduced by annotation parameters, which as enabled in #1012.
Configuration menu - View commit details
-
Copy full SHA for bdf12b0 - Browse repository at this point
Copy the full SHA bdf12b0View commit details
Commits on Jan 27, 2023
-
feat: Do not generate Service REST code if there are no matching RPC …
…in a Service (#1236) * feat: Add callable getter methods for REST * chore: Update showcase tests * chore: Update error message * feat: Move httpjson specific logic to sub composer * feat: Move method supported logic to Method * feat: Move method supported logic to Method * chore: Format the files * chore: Cleanup Abstract composer * chore: Move code to httpjson composer * chore: Resolve code smell * feat: Use generic error message * chore: Fix format issues * feat: Add tests for Method.isSupportedByTransport() * feat: Resolve PR comments * feat: Update back to private * feat: Update error message * feat: Update javadoc comment * feat: Do not generate Service REST code if there are no matching RPC in a Service * chore: Pull in latest part 1 changes * fix: Update Kind to NON_GENERATED * feat: Do not generate secondary Transport sample if no rest code is generated * feat: Do not generate httpjson tests if no matching RPCs * chore: Run mvn test -DupdateUnitGoldens * chore: Update formatting * chore: Add apigeeconnect to test REGAPIC * chore: Create directory for new modules * chore: Update googleapis commit to a later version for grpc+rest enabled APIs * chore Add in goldens for apigeeconnect * chore: Add comments for funcs * chore: Refactor ServiceClientClassComposer for GRPC_REST * chore: Remove unused import * chore: Remove unnecessary if/else check * chore: Fix transport sample name * chore: Update apigeeconnect IT goldens * chore: Update asset IT goldens * chore: Update asset goldens * chore: Update credentials IT goldens * chore: Update library IT goldens * chore: Update redis IT goldens * chore: Fix linting issues * chore: Add showcase extended proto framework * chore: Use seperate Bazel rules for showcase extended * chore: Seperate GRPC jar into separate jobs * chore: Update bazel build file * Apply suggestions from code review Co-authored-by: Burke Davison <40617934+burkedavison@users.noreply.github.com> * chore: Update showcase tests * chore: Resolve sonar comments * chore: Update unit tests for wicked proto * chore: Resolve format * chore: Update sonar comments * chore: Update PR comments * chore: Update golden test cases * chore: Revert back to original sample name * chore: Update showcase and goldens * chore: Leave framework but remove wicked proto from showcase extended * chore: Update showcase project with extended info * chore: Remove comment * chore: Use TransportContext instead of duplicate transportName() * chore: Fix formatting issues * chore: Remove the changed spacing in the file * chore: Use transportContext where possible * chore: Fix format issues * chore: Fix compile issue --------- Co-authored-by: Burke Davison <40617934+burkedavison@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c06bc9 - Browse repository at this point
Copy the full SHA 9c06bc9View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f80861b - Browse repository at this point
Copy the full SHA f80861bView commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b98054 - Browse repository at this point
Copy the full SHA 4b98054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734381d - Browse repository at this point
Copy the full SHA 734381dView commit details -
ci: use java-shared-dependencies in google-cloud-java repository for …
…downstream test (#1291) * ci: use java-shared-dependencies in google-cloud-java * No need to modify google-cloud-jar-parent
Configuration menu - View commit details
-
Copy full SHA for dc3233f - Browse repository at this point
Copy the full SHA dc3233fView commit details -
fix(java): initialize netty-shaded at run-time and add reflection con…
…figurations for netty classes (#1290) * fix(java): initialize netty-shaded at run-time and add reflection configurations for netty classes
Configuration menu - View commit details
-
Copy full SHA for b7ca95f - Browse repository at this point
Copy the full SHA b7ca95fView commit details
Commits on Feb 2, 2023
-
ci(showcase): disable rest_numeric_enum for showcase testing (#1284)
* ci(showcase): disable rest_numeric_enum feature in showcase tests
Configuration menu - View commit details
-
Copy full SHA for 70cc38d - Browse repository at this point
Copy the full SHA 70cc38dView commit details -
chore(main): release 2.15.0 (#1269)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 197c982 - Browse repository at this point
Copy the full SHA 197c982View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.14.0...v2.15.0