- 28 May, 2014 5 commits
-
-
Dave Syer authored
-
Graeme Rocher authored
-
bjornerik authored
-
Dave Syer authored
-
Dave Syer authored
when server.servletPath is set we need to add prefixes to the security filter paths, and the /error path. Conflicts: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/ManagementSecurityAutoConfiguration.java
-
- 27 May, 2014 11 commits
-
-
Phillip Webb authored
Unify the versions used in integration tests launched by the maven-invoker-plugin. Allows for already cached local copies to be used, hopefully speeding up the build.
-
Phillip Webb authored
Add a `local.management.port` alias when the management server is running on the same port as the main server. Fixes gh-952
-
Phillip Webb authored
Rename TraceWebFilterAutoConfigurationTest to TraceWebFilterAutoConfigurationTests
-
Christian Dupuis authored
-
Phillip Webb authored
Fixes gh-961
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes #960
-
Dave Syer authored
The early re-ordering (and in particular the temporary remove of the default properties) seemed to be a relic of an older approach that is no longer there since we refactored to support more sane profile ordering. Removing it doesn't seem to break anything and it allows you to specify the config file locations in SpringApplicationBuilder.properties(). Fixes gh-953, fixes gh-920
-
Phillip Webb authored
This reverts commit 50ea717a.
-
Spring Buildmaster authored
-
Phillip Webb authored
-
- 26 May, 2014 11 commits
-
-
Phillip Webb authored
Hopefully allowing us to release
-
Phillip Webb authored
Downgrade the Reactor version since we cannot depend on snapshots for the M2 release. See gh-845
-
Phillip Webb authored
-
Stephane Nicoll authored
Relates to gh-667
-
Stephane Nicoll authored
This commit clarifies how @IntegrationTest can be used as an alternative of starting the (web) application prior to running the tests suite. Fixes gh-667
-
Dave Syer authored
Then non-enumerable property sources will be accessible (like SystemProperties in principle). This is the same way that other beans are bound to the environment, but this one never got the same treatment. Fixes gh-951, gh-934
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-948
-
Dave Syer authored
Either set flyway.[url,user,password] or create a DataSource @Bean and mark it @FlywayDataSource. Fixes gh-807
-
Roy Clarkson authored
New feature in Spring Mobile (user preferences per site). Fixes gh-946
-
Dave Syer authored
See gh-948
-
- 25 May, 2014 3 commits
-
-
Dave Syer authored
-
Dave Syer authored
Instead of *always* needing to pull auto-import dependencies from the master parent pom, we now allow normal @Grab-style module specifications, e.g. "io.ratpack:ratpack-groovy:0.9.2"
-
Stephane Nicoll authored
* fixdoc: Fix table row format in documentation
-
- 24 May, 2014 3 commits
-
-
Brian Clozel authored
-
Dave Syer authored
when server.servletPath is set we need to add prefixes to the security filter paths. Fixes gh-945
-
Dave Syer authored
This affected @ConfigurationProperties binding whenever there were multiple PropertySources (from any source) in the Environment and mor ethan one carried a value for a particular key. The rules for override are clear in Environment.getProperty() but they were being violated by the PropertySourcesPropertyValues. Fixes gh-916
-
- 23 May, 2014 7 commits
-
-
Phillip Webb authored
Open up AutoConfigurationPackages.set(...) to allow programmatic configuration of base packages. Fixes gh-924
-
Phillip Webb authored
-
Phillip Webb authored
Fix MalformedURLException warnings caused by Tomcat 8 adding additional URLs to the TomcatEmbeddedWebappClassLoader. Add JasperInitializerLifecycleListener to call Tomcat 8's JasperInitializer which is now required for JSP rendering. Fixes gh-919
-
Andy Wilkinson authored
spring-instrument-tomcat is deliberately not included as it is only required with Tomcat 6 and Boot uses Tomcat 7
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-