- 25 Jan, 2014 1 commit
-
-
Phillip Webb authored
Add a gradle `ResolutionStrategy` that resolves missing version numbers using the `spring-boot-dependencies` POM. This commit also introduces a new `spring-boot-dependency-tools` module that provides programmatic access to the `dependencyManagement` section of the dependencies POM. Fixed gh-262
-
- 24 Jan, 2014 6 commits
-
-
Dave Syer authored
-
Dave Syer authored
--verbose seems to be only for CLI logging (so really only for dependency resolution). --debug is interpreted by SpringApplication but up to now has been extracted and deleted from the command line by the CommandRunner. This change makes --debug set a System property *and* pass it down to the application (if used with -- separator). Fixes gh-266
-
Dave Syer authored
Fixes gh-264
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 23 Jan, 2014 5 commits
-
-
Dave Syer authored
Fixes gh-260
-
Dave Syer authored
spring.config.[name,location] can both be a comma-separated list now. Highest priority is last, like a hash overriding its keys (as per other conventions in the listener). Fixes gh-261
-
Dave Syer authored
If any @Import (or @Enable*, especially @EnableScheduling) has registered bean *names* as ApplicationListeners, and the application context wasn't refreshed fully when it failed, then the listener lookup could fail and mask the original exception Fixes gh-253
-
Dave Syer authored
-
Dave Syer authored
* Ensure prefix ends with period * Allow prefix and key index to be set separately
-
- 22 Jan, 2014 12 commits
-
-
Andy Wilkinson authored
-
Dave Syer authored
Fixes gh-250
-
Dave Syer authored
-
Oliver Gierke authored
Declared spring-aspects as additional dependency in Spring Data JPA starter pom. This is necessary to let the auditing feature work correctly.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 21 Jan, 2014 16 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
YAML documents can be text literals, so some common typos can be misleading and not generate the expected exception (Boot fails to cast the document to a Map, rather than reporting the underlying exception). Fixes gh-235
-
Dave Syer authored
Fixes gh-246
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
Fixes fg-243
-
Phillip Webb authored
Upgrade to Tomcat 7.0.50, working around the potential NullPointerException by also adding dependencies to tomcat-embedded-jasper (which is now also required for Hibernate Validator 5.0, see commit 377953ba) Fixes gh-245
-
Phillip Webb authored
Update Hibernate Validator dependency to 5.0.2 and also include Tomcat Jasper dependency. Jasper is required as it provides the default ExpressionFactory implementation class (org.apache.el.ExpressionFactoryImpl) which is indirectly instantiated by Hibernate Validator. Fixes gh-173
-
Phillip Webb authored
Fixes gh-126
-
Phillip Webb authored
-