From 0703c5f1f211ef65c7d3c1173a7aec8175384cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Jim=C3=A9nez=20Maldonado?= Date: Fri, 1 Nov 2019 18:40:05 +0100 Subject: [PATCH 1/2] Update strongbox.yaml with strictchecksum option Add in strongbox.yaml strictchecksum property. See --> https://github.com/strongbox/strongbox/issues/1512 --- docs/user-guide/configuration-files/strongbox-yaml.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/configuration-files/strongbox-yaml.md b/docs/user-guide/configuration-files/strongbox-yaml.md index dacf0dfc..50f91494 100644 --- a/docs/user-guide/configuration-files/strongbox-yaml.md +++ b/docs/user-guide/configuration-files/strongbox-yaml.md @@ -66,6 +66,7 @@ The following is an example of a `strongbox.yaml` configuration file: type: hosted allowsForceDeletion: true checksumHeadersEnabled: true + strictChecksum: true repositoryConfiguration: type: Maven 2 indexingEnabled: true @@ -78,6 +79,7 @@ The following is an example of a `strongbox.yaml` configuration file: type: hosted secured: true checksumHeadersEnabled: true + strictChecksum: true repositoryConfiguration: type: Maven 2 indexingEnabled: true From a01d4fd5d5b24c1583fd0d3482034c25bcbf31c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Jim=C3=A9nez=20Maldonado?= Date: Sat, 16 Nov 2019 00:23:09 +0100 Subject: [PATCH 2/2] Changed to "strictChecksumValidation" Changed from "strictChecksum" to "strictChecksumValidation" --- docs/user-guide/configuration-files/strongbox-yaml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configuration-files/strongbox-yaml.md b/docs/user-guide/configuration-files/strongbox-yaml.md index 50f91494..a277dedd 100644 --- a/docs/user-guide/configuration-files/strongbox-yaml.md +++ b/docs/user-guide/configuration-files/strongbox-yaml.md @@ -66,7 +66,7 @@ The following is an example of a `strongbox.yaml` configuration file: type: hosted allowsForceDeletion: true checksumHeadersEnabled: true - strictChecksum: true + strictChecksumValidation: true repositoryConfiguration: type: Maven 2 indexingEnabled: true @@ -79,7 +79,7 @@ The following is an example of a `strongbox.yaml` configuration file: type: hosted secured: true checksumHeadersEnabled: true - strictChecksum: true + strictChecksumValidation: true repositoryConfiguration: type: Maven 2 indexingEnabled: true