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
at 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 [...]
This branch includes the following new commits:
new 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 [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.