| commit | e57306eb2af466bd17d31217a097942be7636554 | [log] [tgz] |
|---|---|---|
| author | Istvan Toth <stoty@apache.org> | Wed Nov 12 15:54:05 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Nov 12 14:54:05 2025 +0000 |
| tree | 1350ddfd6304995d3a5dba4c12911abea0e29a5d | |
| parent | c7454952b7dd49aceb03c8a821b3bbfb09ae6d4e [diff] |
HADOOP-19668. Add SubjectInheritingThread and update Daemon to restore pre-JDK22 Subject behaviour (#8061) This is the first part of HADOOP-19574. "Restore Subject propagation semantics for Java 22+" Add SubjectInheritingThread and update Daemon, but only update the classes using Daemon Contributed by Istvan Toth