- 17 Aug, 2018 40 commits
-
-
Stephane Nicoll authored
See gh-14028
-
Stephane Nicoll authored
The Spring Boot integration is now handled by the Narayana project itself at https://github.com/snowdrop/narayana-spring-boot This commit removes our support. Closes gh-12026
-
Stephane Nicoll authored
Closes gh-14120
-
Stephane Nicoll authored
Closes gh-14119
-
Stephane Nicoll authored
Closes gh-14118
-
Stephane Nicoll authored
Closes gh-14117
-
Stephane Nicoll authored
Closes gh-14116
-
Stephane Nicoll authored
Closes gh-14115
-
Stephane Nicoll authored
Closes gh-14114
-
Stephane Nicoll authored
Closes gh-14113
-
Stephane Nicoll authored
Closes gh-14112
-
Stephane Nicoll authored
Closes gh-14111
-
Stephane Nicoll authored
Closes gh-14110
-
Stephane Nicoll authored
Closes gh-14109
-
Stephane Nicoll authored
Closes gh-14108
-
Stephane Nicoll authored
Closes gh-14107
-
Stephane Nicoll authored
Closes gh-14106
-
Stephane Nicoll authored
Closes gh-14105
-
Stephane Nicoll authored
Closes gh-14104
-
Stephane Nicoll authored
Closes gh-14103
-
Stephane Nicoll authored
Closes gh-14102
-
Stephane Nicoll authored
Closes gh-14101
-
Stephane Nicoll authored
Closes gh-14100
-
Stephane Nicoll authored
Closes gh-14099
-
Brian Clozel authored
-
artsiom authored
Closes gh-14008
-
Stephane Nicoll authored
-
Brian Clozel authored
The `shouldHandleFailure` configuration option has been removed from `DispatcherServlet`. See gh-13511
-
Stephane Nicoll authored
Closes gh-14038
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14098
-
Stephane Nicoll authored
Closes gh-14097
-
Stephane Nicoll authored
Closes gh-14096
-
Stephane Nicoll authored
Closes gh-14095
-
Stephane Nicoll authored
Closes gh-14094
-
Stephane Nicoll authored
Closes gh-14093
-
Stephane Nicoll authored
Closes gh-14092
-
Stephane Nicoll authored
Closes gh-14091
-
artsiom authored
Closes gh-14030
-
Stephane Nicoll authored
This commit reworks 40d8726d as it has introduced an unfortunate side effect for those who are using a starter with optional starter dependencies. `spring-boot-starter-web` defines the json and the tomcat starter. The latter is part of a set of starters that do not bring the base starter and the former can be excluded to use gson rather than jackson. When such arrangement happens, spring-boot-starter-web no longer defines the base starter (and therefore doesn't bring the core dependencies that Spring Boot needs to bootstrap). This commit reviews the starters that define optional starters and reintroduce the base starter. Closes gh-14076
-