- 26 Oct, 2020 18 commits
-
-
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 11 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
-
Stephane Nicoll authored
See gh-23773
-
Stephane Nicoll authored
See gh-23769
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-23772
-
- 20 Oct, 2020 3 commits
-
-
Stephane Nicoll authored
* pr/23755: Polish contribution Note that using LiveReload requires Devtools restart to be enabled Closes gh-23755
-
Stephane Nicoll authored
See gh-23755
-
cdalexndr authored
See gh-23755
-
- 19 Oct, 2020 2 commits
-
-
Andy Wilkinson authored
Fixes gh-23716
-
Andy Wilkinson authored
Previously, the shutdown hook was only registered once refresh has completed. If the JVM was shut down during refresh (or after refresh and before the hook was registered) the hook wouldn't run and the partially refreshed context would not be cleaned up. This commit moves the registration of the shutdown hook to before refresh processing begins. This ensures that the hook is available to clean up the context if the JVM is shutdown while refresh is in progress. Fixes gh-23625
-
- 15 Oct, 2020 4 commits
-
-
Brian Clozel authored
Closes gh-23700
-
Brian Clozel authored
Fixes gh-23699
-
Stephane Nicoll authored
Closes gh-23696
-
Stephane Nicoll authored
This commits adds a dedicated configuration to be used when invoking the github changelog generator. This custom configuration makes sure to sort dependency upgrades based on the issue title. Closes gh-23484
-