You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
* introduce dedicated ex on timeout
* up default timeouts (from 30s to 900s)
* improve message by listing all lock subjects
* improve message by mentioning the property that user should use to increase timeouts (there is no one size fits all; we could go with "infinite" timeouts. but am unsure about that)
Copy file name to clipboardExpand all lines: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter.java
Copy file name to clipboardExpand all lines: src/site/markdown/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ To modify this file, edit the template and regenerate.
118
118
|`"aether.syncContext.named.redisson.configFile"`|`String`| Path to a Redisson configuration file in YAML format. Read official documentation for details. | - | 1.7.0 | No | Java System Properties |
119
119
|`"aether.syncContext.named.retry"`|`Integer`| The amount of retries on time-out. |`1`| 1.7.0 | No | Session Configuration |
120
120
|`"aether.syncContext.named.retry.wait"`|`Long`| The amount of milliseconds to wait between retries on time-out. |`200l`| 1.7.0 | No | Session Configuration |
121
-
|`"aether.syncContext.named.time"`|`Long`| The maximum of time amount to be blocked to obtain lock. |`30l`| 1.7.0 | No | Session Configuration |
121
+
|`"aether.syncContext.named.time"`|`Long`| The maximum of time amount to be blocked to obtain lock. |`900l`| 1.7.0 | No | Session Configuration |
122
122
|`"aether.syncContext.named.time.unit"`|`String`| The unit of maximum time amount to be blocked to obtain lock. Use TimeUnit enum names. |`"SECONDS"`| 1.7.0 | No | Session Configuration |
123
123
|`"aether.system.dependencyVisitor"`|`String`| A flag indicating which visitor should be used to "flatten" the dependency graph into list. In Maven 4 the default is new "levelOrder", while Maven 3 used "preOrder". This property accepts values "preOrder", "postOrder" and "levelOrder". |`"levelOrder"`| 2.0.0 | No | Session Configuration |
124
124
|`"aether.transport.apache.followRedirects"`|`Boolean`| If enabled, Apache HttpClient will follow HTTP redirects. |`true`| 2.0.2 | Yes | Session Configuration |
0 commit comments