diff --git a/java-errorreporting/.github/.OwlBot.lock.yaml b/java-errorreporting/.github/.OwlBot.lock.yaml index b468b64dd72d..77cf60878e55 100644 --- a/java-errorreporting/.github/.OwlBot.lock.yaml +++ b/java-errorreporting/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:25a679b48797fcdd98fe339c885d9595a8be5c16a275d1b466ba98e6951a3217 + digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a diff --git a/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md b/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md index 5995a8ec63a1..ce00395dee1a 100644 --- a/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md +++ b/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,11 @@ about: Create a report to help us improve --- +:bus: This library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **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. diff --git a/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md b/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md index 754e30c68a00..26447631295a 100644 --- a/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md +++ b/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,11 @@ about: Suggest an idea for this library --- +:bus: This library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **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. diff --git a/java-errorreporting/.kokoro/nightly/integration.cfg b/java-errorreporting/.kokoro/nightly/integration.cfg index a2907a257b2b..bd0297a331c2 100644 --- a/java-errorreporting/.kokoro/nightly/integration.cfg +++ b/java-errorreporting/.kokoro/nightly/integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-errorreporting/.kokoro/nightly/java11-integration.cfg b/java-errorreporting/.kokoro/nightly/java11-integration.cfg index 58049cc38f11..dc51b65e88df 100644 --- a/java-errorreporting/.kokoro/nightly/java11-integration.cfg +++ b/java-errorreporting/.kokoro/nightly/java11-integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-errorreporting/.kokoro/nightly/samples.cfg b/java-errorreporting/.kokoro/nightly/samples.cfg index 9761fd8648cb..fee6a8381322 100644 --- a/java-errorreporting/.kokoro/nightly/samples.cfg +++ b/java-errorreporting/.kokoro/nightly/samples.cfg @@ -34,5 +34,5 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index a642f98e7e22..bd1b4773e0ef 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -12,6 +12,13 @@ Java idiomatic client for [Error Reporting][product-docs]. > make backwards-incompatible changes. +:bus: In October 2022, this library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. +Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases). +The Maven artifact coordinates (`com.google.cloud:google-cloud-errorreporting`) remain the same. + ## Quickstart If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: diff --git a/java-errorreporting/renovate.json b/java-errorreporting/renovate.json index 36ec3d229a5b..8a115a42eefb 100644 --- a/java-errorreporting/renovate.json +++ b/java-errorreporting/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": [ ":separateMajorReleases", ":combinePatchMinorReleases",