- 16 Oct, 2015 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
This reverts commit 4c26b0c1.
-
Phillip Webb authored
This reverts commit 09395f95.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update EndpointWebMvcAutoConfiguration to no longer catch and ignore EmbeddedServletContainerExceptions. Since commit 764e34b9, starting a management on a different port is not even attempted when running in a classic servlet container. This means that the catch/log logic (which was originally added in 45315a97) is no longer necessary, and only serves to hide genuine problems. Fixes gh-4064
-
Phillip Webb authored
Wrap Tomcat start errors in EmbeddedContainerException. Fixes gh-4204
-
Phillip Webb authored
Wrap Undertow start errors in EmbeddedContainerException. Fixes gh-4205
-
- 15 Oct, 2015 18 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `UndertowEmbeddedServletContainerFactory` so that the `ClassPathResourceManager` is no longer registered by default. Prior to this commit the resource manager would be registered whenever a valid document root could not be found. This had the effect of exposing all classpath files. Fixes gh-4015
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
This commit adds a dedicated property to specify the active profiles to use when running an application via the Maven plugin. This works also on the command line using the `run.profiles` system property and is consistently applied whether the process is forked or not. Closes gh-4199
-
Stephane Nicoll authored
Closes gh-4020
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-4019
-
Stephane Nicoll authored
See gh-4191
-
Phillip Webb authored
Change `SpringBootServletInitializer` so that the logger is created in `onStartup` rather than on class creation. The allows logging to be initialized in an different WebApplicationInitializer. Fixes gh-3704
-
Phillip Webb authored
Update spring-boot-security-tests to use standard module names. Fixes gh-4101
-
Phillip Webb authored
* pr/4137: Use start-stop-daemon if present in launch.script
-
Bruce Edge authored
Update `launch.script` to use `start-stop-daemon` when possible to manage daemon processes. When `start-stop-daemon` is not available `su` is used. Closes gh-4137
-
Phillip Webb authored
Update ApplicationTemp so that `dir` is used in preference to `folder`. This better aligns with the existing ApplicationHome class. Fixes gh-4192
-
Phillip Webb authored
Add support for a `server.session.store-dir` property which can be used to specify where session data source be saved. Fixes gh-4191
-
Phillip Webb authored
Update TomcatEmbeddedServletContainerFactory so that session data isn't serialized by default. Prior to this commit the SESSIONS.ser file would either be written to `/tmp` or into `baseDir` (if one was set). By not saving session data we align Tomcat with the other embedded servlet containers and reduce the risk of sensitive information being left in `/tmp`. Fixes gh-4156
-
Phillip Webb authored
* gh-4168: Add `spring war` command
-
Andrey Stolyarov authored
Add a `war` command to the CLI to generate WAR archives. Fixes gh-925 Closes gh-4168
-
- 14 Oct, 2015 14 commits
-
-
Andy Wilkinson authored
Closes gh-4184
-
Andy Wilkinson authored
Closes gh-4183
-
Andy Wilkinson authored
Closes gh-4182
-
Andy Wilkinson authored
Closes gh-4181
-
Andy Wilkinson authored
Closes gh-4180
-
Andy Wilkinson authored
Closes gh-4179
-
Andy Wilkinson authored
Closes gh-4178
-
Andy Wilkinson authored
Closes gh-4177
-
Andy Wilkinson authored
Closes gh-4176
-
Andy Wilkinson authored
Closes gh-4174 Closes gh-4175
-
Andy Wilkinson authored
Closes gh-4173
-
Andy Wilkinson authored
Closes gh-4172
-
Andy Wilkinson authored
The Java 6 module has been dropped in 2.4. Dependency management for HikariCP-java6 is retained at the latest available version; 2.3.9. Closes gh-4171
-
Andy Wilkinson authored
Closes gh-4169
-