Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
tests-local-repository.patch | Patch to use Debian repository for tests. | not-needed | debian | |||
junit-dependency.patch | Adds the missing dependency on junit (should be inherited from the parent pom) | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
cope_with_thread_stop_being_unavailable_in_jdk20.patch | Cope with Thread::stop being unavailable in JDK 20+ In JDK 20+, the long deprecated Thread.stop() (since JDK 1.2) has been removed and will throw an UnsupportedOperationException. This will be handled gracefully when using option 'stopUnresponsiveDaemonThreads', yielding a log warning "Thread.stop() is unavailable in this JRE version, cannot force-stop any threads" once and not trying to stop any further threads during the same execution. commit 6fae009079da7825154ce0e1a51c10a9abf16e90 |
Alexander Kriegisch <Alexander@Kriegisch.name> | not-needed | debian upstream | upstream, https://github.com/mojohaus/exec-maven-plugin/commit/6fae009079da7825154ce0e1a51c10a9abf16e90 | 2023-11-11 |