Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Re-generated to pick up changes from synthtool (#135)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: remove All rights reserved clause from java.header After discussion with OSPO, it has been decided to remove "All rights reserved" clause from the java.header file to better reflect the [correct license header](https://g3doc.corp.google.com/company/teams/opensource/releasing/preparing.md?cl=head#Apache-header). Source-Author: Neenu Shaji <[email protected]> Source-Date: Thu Jul 8 18:00:44 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 09c59c20a4bf0daed1665af59035ff240fe356df Source-Link: googleapis/synthtool@09c59c2 * chore: add dependencyDashboardLabels to renovate.json Source-Author: Neenu Shaji <[email protected]> Source-Date: Wed Jul 14 18:18:28 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 5d3c52f5db664eee9026db76b5bcb466f3a09ca9 Source-Link: googleapis/synthtool@5d3c52f * build(java): use ENABLE_FLAKYBOT env variable Kokoro job config now supports both environment variables during this migration period. Source-Author: Jeff Ching <[email protected]> Source-Date: Thu Aug 12 10:10:27 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ff01716e16d2c6e87eaf87197b753ac9fcbbed5d Source-Link: googleapis/synthtool@ff01716 * chore: enable release-trigger bot Source-Author: Jeff Ching <[email protected]> Source-Date: Tue Aug 24 15:30:40 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 63cff634aabb85854caa511c5837ea6b45f42b4b Source-Link: googleapis/synthtool@63cff63 * ci: removing linkage-monitor from the required checks Source-Author: Tomo Suzuki <[email protected]> Source-Date: Wed Aug 25 13:18:10 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22 Source-Link: googleapis/synthtool@e2aa5bc * build(java): update renovate config to mark conformance tests as a test commit type Source-Author: kolea2 <[email protected]> Source-Date: Tue Aug 31 14:35:19 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 9a238a0623879c3de129a376c6085d4a862f6eb9 Source-Link: googleapis/synthtool@9a238a0 * chore(java): install maven 3.8.1 at runtime * chore: pin github action runner at ubuntu-16.04 * chore: install maven 3.8.1 at runtime * chore: fix typo Source-Author: Neenu Shaji <[email protected]> Source-Date: Thu Sep 2 15:46:06 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: ad7fd76e17bf9494a3e47ff9cf445f61564432e0 Source-Link: googleapis/synthtool@ad7fd76 * chore(java): update windows build to install maven 3.8.1 at runtime too (related to #1202) Tested in [java-bigquerystorage](googleapis/java-bigquerystorage@7834f4f) Source-Author: Stephanie Wang <[email protected]> Source-Date: Tue Sep 7 13:04:27 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 17ee6e5c08f2eb47029beee4776ce990e56b3925 Source-Link: googleapis/synthtool@17ee6e5 * chore(java): remove readme autosynth job config README generation is now handled by owlbot Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 12:11:28 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: df5093b950d4aafd49a4c7758d74c44485263ada Source-Link: googleapis/synthtool@df5093b * chore: remove readme synth.py config Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 13:23:41 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 2d31a9243781b282202b4f76dc7bbc8b45803196 Source-Link: googleapis/synthtool@2d31a92 * chore: add gcf-owl-bot to list of trusted contributors Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 8 13:42:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: a6b97202771f89a4b76873d43ea9a07d7fc95f91 Source-Link: googleapis/synthtool@a6b9720 * chore(java): update shared-config and shared-dependencies version in pom template Source-Author: Neenu Shaji <[email protected]> Source-Date: Wed Sep 8 17:28:48 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 396d9b84a1e93880f5bf88b59ecd38a0a6dffc5e Source-Link: googleapis/synthtool@396d9b8 * chore(java): remove dependencyDashboardLabel config from renovate.json Source-Author: Neenu Shaji <[email protected]> Source-Date: Thu Sep 23 14:36:33 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 0752ff727a19a467dffed335d5e59303689cf0d1 Source-Link: googleapis/synthtool@0752ff7 * chore(java): rename master branch to main Source-Author: Neenu Shaji <[email protected]> Source-Date: Mon Sep 27 10:04:11 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 67ab4f9f4272ad13f4b809de47fd0dec05f425ad Source-Link: googleapis/synthtool@67ab4f9 * build: add jdk 17 to java units and dependency builds * update dependencies.sh to not pass MaxPermSize when jdk 17 is used. MaxPermSize is an unrecognized flag in jdk 17. Source-Author: BenWhitehead <[email protected]> Source-Date: Mon Sep 27 11:34:46 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: a4be3384ccb92364795d981f2863f6986fcee620 Source-Link: googleapis/synthtool@a4be338 * feat: Introduce Native Image testing build script changes Adds additional switch case to build.sh to accommodate native image testing. Source-Author: Daniel Zou <[email protected]> Source-Date: Mon Oct 18 11:42:09 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: d45942be8066ad57bd0509f4a16e1fac78ecc50f Source-Link: googleapis/synthtool@d45942b * fix(java): java 17 dependency arguments Source-Author: kolea2 <[email protected]> Source-Date: Mon Oct 25 11:06:10 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: cb2755306975de4c54ea549c9deb25703b3731bb Source-Link: googleapis/synthtool@cb27553 * chore(java): remove pin on Apache Maven 3.8.1 from github actions * chore(java): remove pin on Apache Maven 3.8.1 from github actions [Ubuntu 20.04.3 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) has updated the maven version to 3.8.3 which resolves[ the issue](googleapis/synthtool#1202) maven 3.8.2 had with flatten-maven-plugin * chore: fix tests Source-Author: Neenu Shaji <[email protected]> Source-Date: Thu Nov 4 16:18:53 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 79d7936da1cf04ce1b4ead7d2c10dccccd852caf Source-Link: googleapis/synthtool@79d7936 * Update ci.yaml Let's let all the unit tests complete for now. Java 17 isn't quite ready. Source-Author: Les Vogel <[email protected]> Source-Date: Fri Nov 5 11:31:10 2021 -1000 Source-Repo: googleapis/synthtool Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c Source-Link: googleapis/synthtool@717a6a1 * chore: cleanup cloud RAD generation Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet Source-Author: Emily Ball <[email protected]> Source-Date: Mon Nov 8 13:23:34 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16 Source-Link: googleapis/synthtool@99ea92a * chore: update jre to 11 for linter java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529 Updating ci.yaml template since it is applicable for all the libraries. Source-Author: Timur Sadykov <[email protected]> Source-Date: Tue Nov 9 01:52:34 2021 +0000 Source-Repo: googleapis/synthtool Source-Sha: 42a3786737c17ece39924d7025f3be481812da53 Source-Link: googleapis/synthtool@42a3786 * chore: remove enable-samples profile Source-Author: Neenu Shaji <[email protected]> Source-Date: Mon Nov 22 11:22:11 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36 Source-Link: googleapis/synthtool@7a7c48f * fix(java): add -ntp flag to native image testing command Source-Author: Daniel Zou <[email protected]> Source-Date: Mon Dec 6 11:14:51 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc Source-Link: googleapis/synthtool@723f3ce Co-authored-by: Emily Ball <[email protected]>
- Loading branch information