- 26 Oct, 2020 31 commits
-
-
Andy Wilkinson authored
Closes gh-23861
-
Andy Wilkinson authored
Closes gh-23860
-
Andy Wilkinson authored
Closes gh-23859
-
Andy Wilkinson authored
Closes gh-23858
-
Andy Wilkinson authored
Closes gh-23857
-
Andy Wilkinson authored
Closes gh-23856
-
Andy Wilkinson authored
Closes gh-23855
-
Andy Wilkinson authored
Closes gh-23854
-
Andy Wilkinson authored
Closes gh-23853
-
Andy Wilkinson authored
Closes gh-23852
-
Andy Wilkinson authored
Closes gh-23851
-
Andy Wilkinson authored
Closes gh-23850
-
Andy Wilkinson authored
Closes gh-23849
-
Andy Wilkinson authored
Closes gh-23848
-
Andy Wilkinson authored
Closes gh-23847
-
Andy Wilkinson authored
Closes gh-23846
-
Andy Wilkinson authored
Closes gh-23845
-
Andy Wilkinson authored
Closes gh-23844
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-23843
-
Andy Wilkinson authored
Closes gh-23842
-
Andy Wilkinson authored
Closes gh-23841
-
Andy Wilkinson authored
Closes gh-23840
-
Andy Wilkinson authored
Closes gh-23839
-
Andy Wilkinson authored
Closes gh-23838
-
Andy Wilkinson authored
Closes gh-23837
-
Andy Wilkinson authored
Closes gh-23836
-
Andy Wilkinson authored
Closes gh-23835
-
Andy Wilkinson authored
Closes gh-23834
-
Andy Wilkinson authored
Closes gh-23833
-
Andy Wilkinson authored
Closes gh-23832
-
- 22 Oct, 2020 2 commits
-
-
Brian Clozel authored
Prior to this commit, the how-to documentation would say that Spring Boot does not support the h2c protocol. While it's not supported out-of-the-box with a configuration property, this protocol can still be configured using server customizers. This commit documents, with code snippets, the server customizers one should use to configure the h2c protocol in an application - for each supported server. Closes gh-21997
-
Brian Clozel authored
Prior to this commit, tests using the `@WebMvcTest` annotation would not include the `HttpEncodingAutoConfiguration`. This means that, even if configured, the encoding filter would not be configured in MVC tests, resulting in an inconsistency with `@SpringBootTest` tests. This commit ensures that the `HttpEncodingAutoConfiguration` is included when `@WebMvcTest` is used. Fixes gh-23749
-
- 21 Oct, 2020 7 commits
-
-
Stephane Nicoll authored
See gh-23786
-
Stephane Nicoll authored
See gh-23783
-
Stephane Nicoll authored
See gh-23776
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-23782
-
Stephane Nicoll authored
See gh-23775
-
Stephane Nicoll authored
See gh-23792
-