Skip to content

Commit 2bbd253

Browse files
chore(java): add a note in README for migrated split repos (googleapis#1687) (googleapis#1027)
* chore(java): add a note in README for migrated split repos Disable renovate bot and flaky bot for split repositories that have moved to the Java monorepo. The Java monorepo will pass the "monorepo=True" parameter to java.common_templates method in its owlbot.py files so that the migration note will not appear in the README in the monorepo. Co-authored-by: Jeff Ching <[email protected]> Source-Link: https://togithub.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a
1 parent d0d27da commit 2bbd253

File tree

8 files changed

+22
-4
lines changed

8 files changed

+22
-4
lines changed

java-errorreporting/.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:25a679b48797fcdd98fe339c885d9595a8be5c16a275d1b466ba98e6951a3217
16+
digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ about: Create a report to help us improve
44

55
---
66

7+
:bus: This library has moved to
8+
[google-cloud-java/java-errorreporting](
9+
https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting).
10+
This repository will be archived in the future.
11+
712
Thanks for stopping by to let us know something could be better!
813

914
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ about: Suggest an idea for this library
44

55
---
66

7+
:bus: This library has moved to
8+
[google-cloud-java/java-errorreporting](
9+
https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting).
10+
This repository will be archived in the future.
11+
712
Thanks for stopping by to let us know something could be better!
813

914
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

java-errorreporting/.kokoro/nightly/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env_vars: {
2323

2424
env_vars: {
2525
key: "ENABLE_FLAKYBOT"
26-
value: "true"
26+
value: "false"
2727
}
2828

2929
env_vars: {

java-errorreporting/.kokoro/nightly/java11-integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env_vars: {
2323

2424
env_vars: {
2525
key: "ENABLE_FLAKYBOT"
26-
value: "true"
26+
value: "false"
2727
}
2828

2929
env_vars: {

java-errorreporting/.kokoro/nightly/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ env_vars: {
3434

3535
env_vars: {
3636
key: "ENABLE_FLAKYBOT"
37-
value: "true"
37+
value: "false"
3838
}

java-errorreporting/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Java idiomatic client for [Error Reporting][product-docs].
1212
> make backwards-incompatible changes.
1313
1414

15+
:bus: In October 2022, this library has moved to
16+
[google-cloud-java/java-errorreporting](
17+
https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting).
18+
This repository will be archived in the future.
19+
Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases).
20+
The Maven artifact coordinates (`com.google.cloud:google-cloud-errorreporting`) remain the same.
21+
1522
## Quickstart
1623

1724
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

java-errorreporting/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"enabled": false,
23
"extends": [
34
":separateMajorReleases",
45
":combinePatchMinorReleases",

0 commit comments

Comments
 (0)