- 08 Dec, 2014 18 commits
-
-
Phillip Webb authored
Conflicts: spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/JettyEmbeddedServletContainerFactory.java
-
Phillip Webb authored
Update AbstractConfigurableEmbeddedServletContainer to set the default session timeout to 30 minutes. Also correct Javadoc to specify that the default is '30 minutes'. Fixes gh-2084
-
Phillip Webb authored
Add a tip for both the Maven and Gradle "Packaging executable jar and war files" section referring to the how-to. Fixes gh-2086
-
Phillip Webb authored
-
Phillip Webb authored
See gh-2080
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Revert commit 3ad43e0d to give us a little more time to consider how this will impact tooling.
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Dave Syer authored
-
Dave Syer authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Partly back port changes from affb202e and 85c95744 to fix the usage of JMS in the CLI. Restore the integration test using HornetQ and fix the coordinates of the JMS API. Fixes gh-2075
-
Phillip Webb authored
Fixes gh-2078
-
Phillip Webb authored
Ensure that a sensible exception message is thrown if the user happens to include the logback jar in their deployment. Fixes gh-2077
-
Phillip Webb authored
Undertow 1.1 expects that DeploymentInfo.contextPath is set to "/" for a root context. If it is left as "" the session cookie path is not correctly set. See UNDERTOW-350 for background. This commit simplifies the original work-around committed in 78c22813. Fixes gh-2065
-
- 07 Dec, 2014 1 commit
-
-
Phillip Webb authored
-
- 06 Dec, 2014 5 commits
-
-
Phillip Webb authored
See gh-1736
-
Phillip Webb authored
Fixes gh-1736
-
Phillip Webb authored
Add deployment tests for Tomcat, TomEE and WildFly to ensure that a basic Spring Boot application can be deployed to a traditional Application server. Since the deployment tests can be quite slow, they currently only run in the "full" build profile. Fixes gh-1736
-
Phillip Webb authored
Update SpringBootServletInitializer to automatically add itself as a SpringApplication source if it is annotated with @Configuration. Also throw a more meaningful exception if no sources have been configured. Fixes gh-2073
-
Phillip Webb authored
Update JndiConnectionFactoryAutoConfiguration to ensure that the JmsProperties bean is created. Prior to this commit deployment to a WildFly would fail with a NoSuchBeanDefinitionException. Fixes gh-2072
-
- 05 Dec, 2014 12 commits
-
-
Phillip Webb authored
Fixes gh-1750
-
Phillip Webb authored
Closes gh-2061
-
Phillip Webb authored
Closes gh-2062
-
Phillip Webb authored
-
Phillip Webb authored
Conflicts: spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java
-
Phillip Webb authored
Extract some of the common property keys as constants. Fixes gh-2068
-
kakawait authored
Replace `classpath:db/migrations` with `classpath:db/migrations`. Fixes gh-2063
-
Phillip Webb authored
Explicitly set a ServletSessionConfig when the context path is "". This is a workaround for UNDERTOW-350 to ensure that the session cookie path is correctly set. Fixes gh-2065
-
Sebastien Deleuze authored
Fixes gh-2066
-
Phillip Webb authored
-
Stephane Nicoll authored
Previously, specifying a simple target name for a regular project would store the (zip) archive in a file matching the target name. Only adding a slash at the end of the name allows to extract it as a directory. It turns out that such convention is not easy to catch and if a simple name is provided on the command-line, the user probably wants to create a directory with such a name with the content of the project. Note that if a build file is required and the name does not have any extension, we still store a file with the required name as auto-detecting the extension to use is not that easy. Fixes gh-2056
-
Stephane Nicoll authored
-
- 04 Dec, 2014 2 commits
-
-
Stephane Nicoll authored
-
Phillip Webb authored
-
- 03 Dec, 2014 2 commits
-
-
Phillip Webb authored
See gh-2028
-
Phillip Webb authored
Fixes gh-2028
-