kwin commented on code in PR #1765: URL: https://github.com/apache/maven-resolver/pull/1765#discussion_r2735599727
########## src/site/markdown/configuration.md: ########## @@ -45,7 +45,7 @@ To modify this file, edit the template and regenerate. | `"aether.conflictResolver.verbose"` | `Object` | The key in the repository session's <code>org.eclipse.aether.RepositorySystemSession#getConfigProperties() configuration properties</code> used to store a <code>Boolean</code> flag controlling the transformer's verbose mode. Accepted values are Boolean types, String type (where "true" would be interpreted as <code>true</code> ) or Verbosity enum instances. | `"NONE"` | | No | Session Configuration | | `"aether.conflictResolver.versionSelector.selectionStrategy"` | `String` | The name of the version selection strategy to use in conflict resolution: "nearest" (default) or "highest". | `"nearest"` | 2.0.11 | No | Session Configuration | | `"aether.connector.basic.downstreamThreads"` | `Integer` | Number of threads in basic connector for downloading. | `5` | 2.0.0 | Yes | Session Configuration | -| `"aether.connector.basic.parallelPut"` | `Boolean` | Enables or disables parallel PUT processing (parallel deploys) on basic connector globally or per remote repository. When disabled, connector behaves exactly as in Maven 3.8.x did: GETs are parallel while PUTs are sequential. | `true` | 1.9.5 | Yes | Session Configuration | +| `"aether.connector.basic.parallelPut"` | `Boolean` | Enables or disables parallel PUT processing (parallel deploys) on basic connector globally or per remote repository. When disabled, connector behaves exactly as in Maven 3.8.x did: GETs are parallel while PUTs are sequential. When enabled, connector will issue first PUT sequentially and the rest of PUTs in parallel. | `true` | 1.9.5 | Yes | Session Configuration | Review Comment: Sorry, forgot, I will look into preventing that checkin. Should be possible to leverage https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#generatedSiteDirectory for sources which are not manually maintained. Should I directly add commits to this branch? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
