You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/26 07:55:08 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request, #205: [MRESOLVER-281] Update configuration page with newly introduced elements

cstamas opened a new pull request, #205:
URL: https://github.com/apache/maven-resolver/pull/205

   In 1.9.0 we got several new components that has configuration keys, document them.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] michael-o commented on a diff in pull request #205: [MRESOLVER-281] Update configuration page with newly introduced elements

Posted by GitBox <gi...@apache.org>.
michael-o commented on code in PR #205:
URL: https://github.com/apache/maven-resolver/pull/205#discussion_r1005354970


##########
src/site/markdown/configuration.md:
##########
@@ -21,6 +21,12 @@ under the License.
 Option | Type | Description | Default Value | Supports Repo ID Suffix
 --- | --- | --- | --- | ---
 `aether.artifactResolver.snapshotNormalization` | boolean | It replaces the timestamped snapshot file name with a filename containing the `SNAPSHOT` qualifier only. This only affects resolving/retrieving artifacts but not uploading those. | `true` | no
+`aether.artifactResolver.simpleLrmInterop` | boolean | Enable interop with Simple LRM. Ignored when RRF used. | `false` | no
+`aether.artifactResolver.postProcessor.trusted-checksums` | boolean | Enable `trusted-checksums` resolver post processor. | `false` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.checksumAlgorithms` | String | Comma separated list of checksum algorithms with which `trusted-checksums` should operate (validate or record). | `"SHA-1"` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.failIfMissing` | boolean | Makes `trusted-checksums` fail validation if a trusted checksum for artifact is missing. | `false` | no 

Review Comment:
   for an artifact



##########
src/site/markdown/configuration.md:
##########
@@ -21,6 +21,12 @@ under the License.
 Option | Type | Description | Default Value | Supports Repo ID Suffix
 --- | --- | --- | --- | ---
 `aether.artifactResolver.snapshotNormalization` | boolean | It replaces the timestamped snapshot file name with a filename containing the `SNAPSHOT` qualifier only. This only affects resolving/retrieving artifacts but not uploading those. | `true` | no
+`aether.artifactResolver.simpleLrmInterop` | boolean | Enable interop with Simple LRM. Ignored when RRF used. | `false` | no
+`aether.artifactResolver.postProcessor.trusted-checksums` | boolean | Enable `trusted-checksums` resolver post processor. | `false` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.checksumAlgorithms` | String | Comma separated list of checksum algorithms with which `trusted-checksums` should operate (validate or record). | `"SHA-1"` | no 

Review Comment:
   Comma-separated
   
   Seems like this is inconsistent throughout



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on a diff in pull request #205: [MRESOLVER-281] Update configuration page with newly introduced elements

Posted by GitBox <gi...@apache.org>.
cstamas commented on code in PR #205:
URL: https://github.com/apache/maven-resolver/pull/205#discussion_r1005368323


##########
src/site/markdown/configuration.md:
##########
@@ -21,6 +21,12 @@ under the License.
 Option | Type | Description | Default Value | Supports Repo ID Suffix
 --- | --- | --- | --- | ---
 `aether.artifactResolver.snapshotNormalization` | boolean | It replaces the timestamped snapshot file name with a filename containing the `SNAPSHOT` qualifier only. This only affects resolving/retrieving artifacts but not uploading those. | `true` | no
+`aether.artifactResolver.simpleLrmInterop` | boolean | Enable interop with Simple LRM. Ignored when RRF used. | `false` | no
+`aether.artifactResolver.postProcessor.trusted-checksums` | boolean | Enable `trusted-checksums` resolver post processor. | `false` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.checksumAlgorithms` | String | Comma separated list of checksum algorithms with which `trusted-checksums` should operate (validate or record). | `"SHA-1"` | no 

Review Comment:
   fixed and made all comma-separated



##########
src/site/markdown/configuration.md:
##########
@@ -21,6 +21,12 @@ under the License.
 Option | Type | Description | Default Value | Supports Repo ID Suffix
 --- | --- | --- | --- | ---
 `aether.artifactResolver.snapshotNormalization` | boolean | It replaces the timestamped snapshot file name with a filename containing the `SNAPSHOT` qualifier only. This only affects resolving/retrieving artifacts but not uploading those. | `true` | no
+`aether.artifactResolver.simpleLrmInterop` | boolean | Enable interop with Simple LRM. Ignored when RRF used. | `false` | no
+`aether.artifactResolver.postProcessor.trusted-checksums` | boolean | Enable `trusted-checksums` resolver post processor. | `false` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.checksumAlgorithms` | String | Comma separated list of checksum algorithms with which `trusted-checksums` should operate (validate or record). | `"SHA-1"` | no 
+`aether.artifactResolver.postProcessor.trusted-checksums.failIfMissing` | boolean | Makes `trusted-checksums` fail validation if a trusted checksum for artifact is missing. | `false` | no 

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas merged pull request #205: [MRESOLVER-281] Update configuration page with newly introduced elements

Posted by GitBox <gi...@apache.org>.
cstamas merged PR #205:
URL: https://github.com/apache/maven-resolver/pull/205


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org