diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md index c05815842..b41affde4 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 |