elharo opened a new issue, #1988:
URL: https://github.com/apache/maven-resolver/issues/1988
**Affected version:** HEAD
**File:**
`maven-resolver-transport-jetty/src/main/java/org/eclipse/aether/transport/jetty/PutTaskRequestContent.java:246,
298`
```java
} catch (Throwable t) {
lockedSetTerminal(Content.Chunk.from(t, true));
}
```
Catches `OutOfMemoryError`, `StackOverflowError`, `InternalError`, etc.
These should propagate. Wrapping them as terminal chunks converts fatal JVM
errors into regular failure conditions, making them invisible to diagnostics.
Originally reported in #1944.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]