- 10 Jun, 2020 1 commit
-
-
Madhura Bhave authored
Closes gh-21798
-
- 09 Jun, 2020 27 commits
-
-
Madhura Bhave authored
Closes gh-21317
-
Stephane Nicoll authored
See gh-21776
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21775
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21774
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21784
-
Stephane Nicoll authored
See gh-21782
-
Stephane Nicoll authored
See gh-21779
-
Stephane Nicoll authored
Closes gh-21739
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21783
-
Stephane Nicoll authored
See gh-21781
-
Stephane Nicoll authored
See gh-21778
-
Stephane Nicoll authored
Closes gh-21738
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21780
-
Stephane Nicoll authored
See gh-21777
-
Stephane Nicoll authored
Closes gh-21729
-
Andy Wilkinson authored
Closes gh-21786
-
Andy Wilkinson authored
Previously, when lazy initialization was enabled, STOMP-based WebSocket messaging would not work as the stompWebSocketHandlerMapping bean was not initialized and CONNECT requests would go unanswered. This commit adds a LazyInitializationExcludeFilter that causes the stompWebSocketHandlerMapping bean to always be initialized eagerly. This triggers initialization of the WebSocket transport allowing requests to be received and processed. Fixes gh-19611
-
Stephane Nicoll authored
Closes gh-21731
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21730
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21728
-
- 08 Jun, 2020 12 commits
-
-
Scott Frederick authored
* gh-21702: Improve tests for BasicErrorController Fix BasicErrorController include parameter parsing Closes gh-21702
-
Scott Frederick authored
This commit improves the tests for BasicErrorController by decoupling coverage for the include-message and include-binding-errors parameters to ensure the options operate properly independent of each other. See gh-21702
-
Aurdo authored
This commit fixes an error in BasicErrorController where the wrong property was referenced for binding error inclusion. See gh-21702
-
Phillip Webb authored
Closes gh-21695
-
Phillip Webb authored
* pr/21060: Polish 'Fix Mustache to not ignore native fetcher' Fix Mustache to not ignore native fetcher Closes gh-21060
-
Phillip Webb authored
See gh-21060
-
Dave Syer authored
Alter the logic of `MustacheEnvironmentCollector` so that the native fetcher is always consulted if it exists. When the context is a map (as it is in a web View for instance) you can't assume a non-null fetcher actually contains the property you are searching for. See gh-21060
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
Phillip Webb authored
* pr/21650: Polish 'Clarify documentation for probe ports' Clarify documentation for probe ports Closes gh-21650
-
Phillip Webb authored
See gh-21650
-