Commit 74bfbc0
authored
Catch IOException with message "Resource deadlock avoided" which can happen on Unix level when multiple process try to lock same file (#1799)
* Catch IOException with message "Resource deadlock avoided" which can happen on Unix level when multiple process try to lock same file
Signed-off-by: Olivier Lamy <olamy@apache.org>
* spotless
Signed-off-by: Olivier Lamy <olamy@apache.org>
---------
Signed-off-by: Olivier Lamy <olamy@apache.org>1 parent 1020f3e commit 74bfbc0
File tree
1 file changed
+12
-2
lines changed- maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl
1 file changed
+12
-2
lines changedmaven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultTrackingFileManager.java
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
165 | 175 | | |
166 | | - | |
| 176 | + | |
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| |||
0 commit comments