You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoClassDefFoundError: io/rsocket/metadata/security/AuthMetadataFlyweight
at org.springframework.security.rsocket.metadata.SimpleAuthenticationEncoder.encodeValue(SimpleAuthenticationEncoder.java:71) ~[spring-security-rsocket-5.4.0-RC1.jar:5.4.0-RC1]
The text was updated successfully, but these errors were encountered:
bclozel
changed the title
NoClassDefFoundError: io/rsocket/metadata/security/AuthMetadataFlyweight at o.s.s.r.m.SimpleAuthenticationEncoder
NoClassDefFoundError: AuthMetadataFlyweight at o.s.s.r.m.SimpleAuthenticationEncoder
Aug 7, 2020
As of RSocket 1.1.0 (see rsocket/rsocket-java#906), the previously deprecated
Flywheight
classes have been removed.Spring Framework requires RSocket 1.0+ as a result as of Spring Framework 5.3 (see spring-projects/spring-framework#25548).
Right now a smoke test still fails in Spring Boot with the following:
The text was updated successfully, but these errors were encountered: