- 24 Sep, 2014 1 commit
-
-
Phillip Webb authored
-
- 23 Sep, 2014 3 commits
-
-
Andy Wilkinson authored
Previously, only the state of the primary connector was checked when verifying that the embedded Tomcat instance has started successfully. This commit updates the verification logic to examine all of the service's connectors, thereby also detecting startup failures of any additional connectors the have been configured. A check on the primary connector's state has been removed from initialize as, at this stage, its state will always be NEW. Fixes gh-1591
-
Andy Wilkinson authored
See gh-1599
-
Tomas Lin authored
Closes gh-1596
-
- 22 Sep, 2014 3 commits
-
-
Dave Syer authored
Some frameworks handle all requests in a Filter, so you have to explicitly register it as an ERROR dispatcher. See gh-1272
-
Marius Bogoevici authored
Done in order to align with the rest of the configuration. Absent this check, the bean will be installed in non-web applications without the corresponding dependencies, causing the bootstrap to fail. Closes gh-1588
-
N Jain authored
Corrected the documentation to refer to file as tests.groovy, rather than test.groovy. Updated cope snippet as tests.groovy should expect "Hello World!" rather than "Hello World". Closes gh-1593
-
- 20 Sep, 2014 1 commit
-
-
Phillip Webb authored
-
- 19 Sep, 2014 1 commit
-
-
Dave Syer authored
... or couldn't hurt anyway. 1. Extends the definition of a web application for @ConditionalOnWebapp so that a StandardEnvironment can be used (cutting out JNDI failures for Environment properties) 2. Doesn't bother using StandardServletEnvironment in integration tests 3. Make the NON_ENUMERABLE_ENUMERABLES in PropertySourcesPropertyValues static so they only get initialized once (not a huge issue at all)
-
- 18 Sep, 2014 2 commits
-
-
Andy Wilkinson authored
Use File.separator rather than hard-coding the use of ‘/‘ Closes gh-1571
-
Phillip Webb authored
Update `LogbackLoggingSystem` to call the `reset()` method on the `LoggerContext` before initialization. This will hopefully reset the context to prevent the same appenders from being accidentally added more than once. Fixes gh-1091
-
- 17 Sep, 2014 7 commits
-
-
Andy Wilkinson authored
This is a continuation of the changes made in 611f9781. It makes some more @Bean methods public and adds tests to spring-boot-actuator and spring-boot-autoconfigure to prevent against non-public methods being introduced in the future Closes gh-1571
-
Phillip Webb authored
Fixes gh-1571
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-1570 Cherry-picked from 0960908b and 258c6f11
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
Fixes gh-1548 again
-
- 16 Sep, 2014 2 commits
-
-
Andy Wilkinson authored
Previously, EnableAutoConfigurationImportSelector assumed that it would always find auto-configuration attributes from an @EnableAutoConfiguration annotation. This assumption does not hold true in certain circumstances, although exactly what those circumstances are is unclear. It could occur if the import selector were used directly, but it's package-private making that unlikey. In such circumstances a NullPointerException was being thrown. This commit asserts that the attributes are non-null and, should the assertion fail, produces an error that is more helpful than an NPE. Closes gh-1512
-
Andy Wilkinson authored
Closes gh-1522
-
- 15 Sep, 2014 4 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-1540
-
Andy Wilkinson authored
The fix for gh-1475 introduced the use of an artifact's group to discriminate between two libraries with the same name (artifact id) and version. However, in the case of Gradle, a group name was not provided for libraries that have been resolved from a repository. This commit updates ResolvedArtifactLibrary to use the group obtained from the underlying ResolvedArtifact as its discriminator. Fixes gh-1543
-
Dave Syer authored
User can set those properties (optionally) to use a different DataSource than the default. Fixes gh-1558
-
- 13 Sep, 2014 5 commits
-
-
Dave Syer authored
-
Dave Syer authored
When MVC path matchers are used as metric keys, they can still contain invalid characters and patterns (like asterisks). This change removes some more special characters and also tidies up the names a bit so no key part starts or ends with "-" (which is ugly). Fixes gh-1528
-
Dave Syer authored
Protecting /error doesn't make a great deal of sense and if it is protected you don't get the ErrorPageFilter for the attempt at loading it, so Tomcat renders its own HTML error page (when deployed as WAR). Fixes gh-1548
-
Dave Syer authored
Fixes gh-1534
-
Dave Syer authored
There was too much state really in the old implementation of AuthenticationManagerConfiguration, and it was leading occasionally to null pointers when method A assumed that method B had already been called and it hadn't. This change manages to concentrate all the references to an AuthenticationManagerBuilder into a single method call, removoing the need for storing it at all. Fixes gh-1556
-
- 12 Sep, 2014 1 commit
-
-
Dave Syer authored
-
- 07 Sep, 2014 4 commits
-
-
Andy Wilkinson authored
The applicationDefaultJvmArgs property was added in Gradle 1.7. This commit updates RunPluginFeatures to access the property defensively so that the plugin can be used with Gradle 1.6. Fixes gh-1511
-
Andy Wilkinson authored
Closes gh-1503 Closes gh-1505
-
John Tims authored
Closes gh-1524
-
Christoph Frick authored
Closes gh-1510
-
- 05 Sep, 2014 2 commits
- 04 Sep, 2014 4 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-1500
-