668 Commits (4db0d999af9a6d5ca9ee09df1b8c08bcaf9cf5dd)

Author SHA1 Message Date
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 7 years ago
Juergen Hoeller 3c631f8ea0 SubProtocolWebSocketHandler closes sessions outside of lifecycle monitor 7 years ago
Juergen Hoeller d00e1c5e4f Polishing 7 years ago
Juergen Hoeller 39201adca4 Consistent handling of InterruptedException 7 years ago
igor-suhorukov d3a1d44864 Polish: Maps with keys that are enum values should be replaced with EnumMap 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Juergen Hoeller 5c813a366b Consistent use of @throws instead of @exception 7 years ago
Juergen Hoeller cf100d4d03 AbstractClientSockJsSession.close propagates IOException from disconnect 7 years ago
Juergen Hoeller 8e2be91353 Fine-tuned logging of WebSocket close exceptions 7 years ago
Juergen Hoeller 0e6f8df0a8 ServletServerHttpRequest.getURI() ignores malformed query string 7 years ago
sdeleuze 43d3abdfd5 Fix SockJs CorsConfiguration for forbidden origins 7 years ago
Rossen Stoyanchev 61352fe85b Fix compile error 7 years ago
Rossen Stoyanchev dd09c08cdf Replace use of AbstractWebSocketMessageBrokerConfigurer 7 years ago
Sergey d6591a6329 Default methods in WebSocketMessageBrokerConfigurer 7 years ago
Juergen Hoeller 7406f5993a Polishing 7 years ago
Juergen Hoeller b5cedd43eb Consistent and efficient access to BeanDefinition argument values 7 years ago
Christoph Dreis 9fab208fdd Reduce access on headers for STOMP messaging 7 years ago
Juergen Hoeller 5809f5b8eb SubProtocolWebSocketHandler provides protected decorateSession method 7 years ago
Rossen Stoyanchev 1cc5afe24b Fix lines over 120 characters 7 years ago
Juergen Hoeller a4537b1b6d Accessors for configured send-time and buffer-size limit 7 years ago
Juergen Hoeller 16a08cb465 Upgrade to Jackson 2.9.2 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Juergen Hoeller 4cbef27f90 Consistent tolerance of unknown HTTP status codes behind RestTemplate 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller fd0132c7e6 Polishing 7 years ago
Brian Clozel cc3d7d2d48 Apply dependency management to selected modules 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller 25e6a2da64 StompSubProtocolHandler consistently accesses current user 7 years ago
Rossen Stoyanchev 7e232f989b Improve check for "Broken pipe" error message 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller 9afce23845 WebSocketSession.getUri() may return null 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 7dd8dc62a5 Fixes for ignored tests after last week's nullability commit 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Rossen Stoyanchev df8412bded ExceptoinWebSocketHandlerDecorator uses ERROR level 8 years ago
Juergen Hoeller 9d8e9cf243 Common root cause introspection algorithm in NestedExceptionUtils 8 years ago
Rossen Stoyanchev 779779de7b Refactor use of TaskScheduler in WebSocket Java config 8 years ago
Rossen Stoyanchev 190408d1dc Polish 8 years ago
Rossen Stoyanchev 71852a9241 Trap exception from SockJS HeartbeatTask 8 years ago