This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch java25
in repository https://gitbox.apache.org/repos/asf/storm.git


    from 26f4b7902   Migrate to Java 24+ compatible security APIs and add Java 
25 to CI (#8456)   - Replace Subject.doAs(), 
Subject.getSubject(AccessControlContext),  AccessController.getContext(), and 
System.getSecurityManager() — all   removed in Java 24 with runtime-dispatched 
compatibility shims that   work on Java 17 through 25+.   - Introduce 
SubjectCompat utility with MethodHandle-based dispatch:     currentSubject() 
maps to Subject.current() (18+) or     Subject.getSubject(AccessC [...]
     add da34bd837 Checkstyle

No new revisions were added by this update.

Summary of changes:
 storm-client/src/jvm/org/apache/storm/daemon/worker/Worker.java         | 2 +-
 .../jvm/org/apache/storm/messaging/netty/KerberosSaslNettyClient.java   | 2 +-
 .../jvm/org/apache/storm/messaging/netty/KerberosSaslNettyServer.java   | 2 +-
 .../storm/security/auth/kerberos/KerberosSaslTransportPlugin.java       | 2 +-
 storm-server/src/test/java/org/apache/storm/security/auth/AuthTest.java | 1 -
 5 files changed, 4 insertions(+), 5 deletions(-)

Reply via email to