From b0a8651af1f3662d4e75ef38fba9261744e6417c Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Thu, 21 May 2020 19:58:37 -0700 Subject: [PATCH 1/9] chore: Update the javadoc plugin to 3.2.0 (#140) * Update the javadoc plugin to 3.2.0 * chore: Update the javadoc plugin to 3.2.0 * Add docRoot It can be changed with -DdocRoot=/path/to/root/ --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8c2b7ae3..e5420198 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,7 @@ false true 1.7.2 + /java/reference/ @@ -647,7 +648,7 @@ maven-javadoc-plugin - 3.1.1 + 3.2.0 site @@ -680,13 +681,13 @@ /java/_project.yaml -hdf devsite.path - /java/reference/ + ${docRoot} -d ${project.build.directory}/devsite -templatedir ${devsite.template} -toroot - /java/reference/ + ${docRoot} -yaml _toc.yaml -warning @@ -709,9 +710,9 @@ - - - + + + From f99668040c5dc9eb78aea42b0b4986a1e5e79e09 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 4 Jun 2020 22:34:44 +0200 Subject: [PATCH 2/9] build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.1.0 (#143) This PR contains the following updates: | Package | Update | Change | |---|---|---| | org.apache.maven.plugins:maven-project-info-reports-plugin | minor | `3.0.0` -> `3.1.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-config). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5420198..4d9be302 100644 --- a/pom.xml +++ b/pom.xml @@ -402,7 +402,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 + 3.1.0 From a33cbd4653796046621af5857ce1161ae180c75c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 4 Jun 2020 15:16:09 -0700 Subject: [PATCH 3/9] chore(java_templates): add default CODEOWNERS files for samples reviews (#146) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/cee9e42c-941c-49fe-b176-a9e83c067c7c/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/8b65daa222d193b689279162781baf0aa1f0ffd2 --- .github/CODEOWNERS | 8 ++++++++ synth.metadata | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..6137bef2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. + +# For syntax help see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + +# The java-samples-reviewers team is the default owner for samples changes +samples/**/*.java @googleapis/java-samples-reviewers diff --git a/synth.metadata b/synth.metadata index 53358346..58496f51 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-shared-config.git", - "sha": "eb4b86aaf49f899bbcb08fd4993cef471b1e5b0f" + "sha": "b0a8651af1f3662d4e75ef38fba9261744e6417c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5b48b0716a36ca069db3038da7e205c87a22ed19" + "sha": "8b65daa222d193b689279162781baf0aa1f0ffd2" } } ] From 5e63093b3b21419c2c50d993e2156d5ca8d3b804 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 5 Jun 2020 00:37:07 -0700 Subject: [PATCH 4/9] chore: turn on renovate-bot master issue for java repos (#147) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/5a6d8b4a-5d51-4aa7-bbe3-089dd415efba/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/cac9eef310652bf138dd76b716e4986e757d62ac --- renovate.json | 3 ++- synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 03092819..cff15d8b 100644 --- a/renovate.json +++ b/renovate.json @@ -76,5 +76,6 @@ "groupName": "jackson dependencies" } ], - "semanticCommits": true + "semanticCommits": true, + "masterIssue": true } \ No newline at end of file diff --git a/synth.metadata b/synth.metadata index 58496f51..27fc1b44 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-shared-config.git", - "sha": "b0a8651af1f3662d4e75ef38fba9261744e6417c" + "sha": "a33cbd4653796046621af5857ce1161ae180c75c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8b65daa222d193b689279162781baf0aa1f0ffd2" + "sha": "cac9eef310652bf138dd76b716e4986e757d62ac" } } ] From ded3ce9d4e8b4c69daca6c175eeaf319d36e97b9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 21:44:11 +0000 Subject: [PATCH 5/9] chore: release 0.6.1-SNAPSHOT (#141) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- pom.xml | 2 +- versions.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4d9be302..d8d48df4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-config pom - 0.6.0 + 0.6.1-SNAPSHOT Google Cloud https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index f9596523..98e05151 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:0.6.0:0.6.0 +google-cloud-shared-config:0.6.0:0.6.1-SNAPSHOT From 4e9b3626b3a53ae2d8308802cb4c70964720edc9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 5 Jun 2020 22:25:07 -0700 Subject: [PATCH 6/9] build(java): skip lint on samples directory (#150) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/d76bfbb4-fde1-4909-a913-608cdb170a49/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/987270824bd26f6a8c716d5e2022057b8ae7b26e --- .kokoro/build.sh | 4 +--- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 7b0fd0b2..8937c70e 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -51,9 +51,7 @@ test) RETURN_CODE=$? ;; lint) - mvn \ - -Penable-samples \ - com.coveo:fmt-maven-plugin:check + mvn com.coveo:fmt-maven-plugin:check RETURN_CODE=$? ;; javadoc) diff --git a/synth.metadata b/synth.metadata index 27fc1b44..3bd5c88f 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-shared-config.git", - "sha": "a33cbd4653796046621af5857ce1161ae180c75c" + "sha": "ded3ce9d4e8b4c69daca6c175eeaf319d36e97b9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "cac9eef310652bf138dd76b716e4986e757d62ac" + "sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e" } } ] From 44ea4cbbf92b4ad35ffaffb7a01a1bce05063daf Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 9 Jun 2020 17:38:57 -0400 Subject: [PATCH 7/9] feat: mark auto-value-annotations scope as provided (#151) * feat: mark auto-value-annotations scope as provided recommeneded by AutoValue creator, Eamonn McManus experimented in java-bigquery https://github.com/googleapis/java-bigquery/pull/402/files * remove extra char --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d8d48df4..f309ead7 100644 --- a/pom.xml +++ b/pom.xml @@ -499,6 +499,8 @@ com.google.auto.value auto-value-annotations ${auto-value-annotation.version} + + provided From d58c05437a4ea8767db2bebfcc405ec77aeb9705 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 9 Jun 2020 21:56:36 -0700 Subject: [PATCH 8/9] fix: lock the google-java-format version used by formatter plugin (#149) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index f309ead7..5f8fb5ad 100644 --- a/pom.xml +++ b/pom.xml @@ -212,6 +212,13 @@ true + + + com.google.googlejavaformat + google-java-format + 1.7 + + org.codehaus.mojo From ede9ca87d4be6b41758cb3ca349e238863a508e7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 05:02:15 +0000 Subject: [PATCH 9/9] chore: release 0.7.0 (#152) :robot: I have created a release \*beep\* \*boop\* --- ## [0.7.0](https://www.github.com/googleapis/java-shared-config/compare/v0.6.0...v0.7.0) (2020-06-10) ### Features * mark auto-value-annotations scope as provided ([#151](https://www.github.com/googleapis/java-shared-config/issues/151)) ([44ea4cb](https://www.github.com/googleapis/java-shared-config/commit/44ea4cbbf92b4ad35ffaffb7a01a1bce05063daf)) ### Bug Fixes * lock the google-java-format version used by formatter plugin ([#149](https://www.github.com/googleapis/java-shared-config/issues/149)) ([d58c054](https://www.github.com/googleapis/java-shared-config/commit/d58c05437a4ea8767db2bebfcc405ec77aeb9705)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d615e1..8584631b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://www.github.com/googleapis/java-shared-config/compare/v0.6.0...v0.7.0) (2020-06-10) + + +### Features + +* mark auto-value-annotations scope as provided ([#151](https://www.github.com/googleapis/java-shared-config/issues/151)) ([44ea4cb](https://www.github.com/googleapis/java-shared-config/commit/44ea4cbbf92b4ad35ffaffb7a01a1bce05063daf)) + + +### Bug Fixes + +* lock the google-java-format version used by formatter plugin ([#149](https://www.github.com/googleapis/java-shared-config/issues/149)) ([d58c054](https://www.github.com/googleapis/java-shared-config/commit/d58c05437a4ea8767db2bebfcc405ec77aeb9705)) + ## [0.6.0](https://www.github.com/googleapis/java-shared-config/compare/v0.5.0...v0.6.0) (2020-05-19) diff --git a/README.md b/README.md index f88a22b8..36b4f212 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent. com.google.cloud google-cloud-shared-config - 0.6.0 + 0.7.0 ``` diff --git a/pom.xml b/pom.xml index 5f8fb5ad..dbe10744 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-config pom - 0.6.1-SNAPSHOT + 0.7.0 Google Cloud https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 98e05151..d3da15e0 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:0.6.0:0.6.1-SNAPSHOT +google-cloud-shared-config:0.7.0:0.7.0