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
Introduces private [static] methods (and/or local variables as needed) to simplify and remove duplicate logic while simultaneously removing broken line breaks affecting readability and understanding.
Simplifies assertions by making consistent use of Spring Frameworks Assert facility rather than unnecessary conditional blocks.
Refers to state variables using getter (rather than direct variable reference) where applicable helping to improve extensibility.
Deprecates createTopologyProvider(..) in favor of createClusterTopologyProvider(..) for consistent and clarified naming.
Cleans up compiler warnings.
Closesspring-projects#2745
0 commit comments