This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 55343dc2 Fix generated doco
55343dc2 is described below

commit 55343dc25802fcde6147a02f95870d18c74c2b09
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Aug 2 15:25:06 2024 +0200

    Fix generated doco
---
 src/site/markdown/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/configuration.md 
b/src/site/markdown/configuration.md
index c0581584..b41affde 100644
--- a/src/site/markdown/configuration.md
+++ b/src/site/markdown/configuration.md
@@ -51,7 +51,7 @@ under the License.
 | 24. | `"aether.dependencyCollector.pool.dependencyLists"` | `String` | Flag 
controlling interning data pool type used by dependency lists collector for 
ArtifactDescriptor (POM) instances, matters for heap consumption. By default, 
uses “weak” references (consume less heap). Using “hard” will make it much more 
memory aggressive and possibly faster (system and Java dependent). Supported 
values: "hard", "weak". |  `"hard"`  | 1.9.22 |  No  | Session Configuration |
 | 25. | `"aether.dependencyCollector.pool.descriptor"` | `String` | Flag 
controlling interning data pool type used by dependency collector for 
ArtifactDescriptor (POM) instances, matters for heap consumption. By default, 
uses “weak” references (consume less heap). Using “hard” will make it much more 
memory aggressive and possibly faster (system and Java dependent). Supported 
values: "hard", "weak". |  `"hard"`  | 1.9.5 |  No  | Session Configuration |
 | 26. | 
`"aether.dependencyCollector.pool.internArtifactDescriptorDependencies"` | 
`Boolean` | Flag controlling interning artifact descriptor dependencies. |  
`false`  | 1.9.22 |  No  | Session Configuration |
-| 27. | 
`"aether.dependencyCollector.pool.internArtifactDescriptorManagedDependencies"` 
| `Boolean` | Flag controlling interning artifact descriptor managed 
dependencies. |  `false`  | 1.9.22 |  No  | Session Configuration |
+| 27. | 
`"aether.dependencyCollector.pool.internArtifactDescriptorManagedDependencies"` 
| `Boolean` | Flag controlling interning artifact descriptor managed 
dependencies. |  `true`  | 1.9.22 |  No  | Session Configuration |
 | 28. | `"aether.dependencyManager.verbose"` | `Boolean` | The key in the 
repository session's  used to store a  flag controlling the verbose mode for 
dependency management. If enabled, the original attributes of a dependency 
before its update due to dependency management will be recorded * in the node's 
 when building a dependency graph. |  `false`  |  |  No  | Session 
Configuration |
 | 29. | `"aether.generator.gpg.agentSocketLocations"` | `String` | The GnuPG 
agent socket(s) to try. Comma separated list of socket paths. If relative, will 
be resolved from user home directory. |  `".gnupg/S.gpg-agent"`  | 2.0.0 |  No  
| Session Configuration |
 | 30. | `"aether.generator.gpg.enabled"` | `Boolean` | Whether GnuPG signer is 
enabled. |  `false`  | 2.0.0 |  No  | Session Configuration |

Reply via email to