Generated by
JDiff

Class org.springframework.messaging.simp.user.DefaultUserDestinationResolver

Added Methods
boolean isRemoveLeadingSlash() Whether to remove the leading slash from target destinations.
void setRemoveLeadingSlash(boolean) Use this property to indicate whether the leading slash from translated user destinations should be removed or not.
 

Changed Methods
void setPathMatcher(PathMatcher) Now deprecated.
as of 4.3.14 this property is no longer used and is replaced by {@link #setRemoveLeadingSlash(boolean)} that indicates more explicitly whether to keep the leading slash which may or may not be the case regardless of how the {@code PathMatcher} is configured.