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 14c85ec0 Generated doco change due since 14c85ec0 is described below commit 14c85ec0f07ab25cd2abf18590a04d98c50fcee1 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Apr 9 10:23:32 2025 +0200 Generated doco change due since --- 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 13a2f7c7..1f9ec401 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -84,7 +84,7 @@ under the License. | `"aether.named.ipc.nonative"` | `Boolean` | Should the IPC server not use native executable? | `true` | 2.0.1 | No | Java System Properties | | `"aether.offline.hosts"` | `String` | Comma-separated list of hosts which are supposed to be resolved when session is offline. | - | | No | Session Configuration | | `"aether.offline.protocols"` | `String` | Comma-separated list of protocols which are supposed to be resolved when session is offline. | - | | No | Session Configuration | -| `"aether.offline.repositories"` | `String` | Comma-separated list of repository IDs which are supposed to be resolved when session is offline. | - | TBD | No | Session Configuration | +| `"aether.offline.repositories"` | `String` | Comma-separated list of repository IDs which are supposed to be resolved when session is offline. | - | 2.0.8 | No | Session Configuration | | `"aether.priority.<class>"` | `Float` | The priority to use for a certain extension class. <code><class></code> can either be the fully qualified name or the simple name of a class. If the class name ends with Factory that suffix could optionally be left out. This configuration is used by <code>org.eclipse.aether.internal.impl.PrioritizedComponents</code> internal utility to sort classes by priority. This is reusable utility (so an extension can make use of it), but by default in [...] | `"aether.priority.cached"` | `Boolean` | A flag indicating whether the created ordered components should be cached in session. | `true` | 2.0.0 | No | Session Configuration | | `"aether.priority.implicit"` | `Boolean` | A flag indicating whether the priorities of pluggable extensions are implicitly given by their iteration order such that the first extension has the highest priority. If set, an extension's built-in priority as well as any corresponding <code>aether.priority.*</code> configuration properties are ignored when searching for a suitable implementation among the available extensions. This priority mode is meant for cases where the application will [...]