spring-security/messaging
Rob Winch 49f308adb0
Use Supplier<? extends @Nullable Authentication>
Previously Supplier<@Nullable Authentication> was used. This prevented
Supplier<Authentication> from being used. The code now uses
Supplier<? extends @Nullable Authentication> which allows for both
Supplier<@Nullable Authentication> and Supplier<Authentication>.

Closes gh-17814
2025-08-29 09:46:58 -05:00
..
src Use Supplier<? extends @Nullable Authentication> 2025-08-29 09:46:58 -05:00
spring-security-messaging.gradle Add testRuntimeOnly junit-platform-launcher 2025-03-17 14:16:44 -05:00