- 22 Jan, 2014 8 commits
-
-
Spring Buildmaster 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 18 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
-
Phillip Webb authored
-
Rob Winch authored
Update documentation to use @Autowired AuthenticationManagerBuilder. Fixes gh-244
-
- 20 Jan, 2014 6 commits
-
-
Phillip Webb authored
Use `maven-failsafe-plugin` to run CLI integration tests as part of the `spring-boot-cli` project, removing the need for `spring-boot-cli-integration-tests`.
-
Andy Wilkinson authored
Add integration tests for the CLI that invoke it as a user would, i.e. via the shell script in the package's bin directory.
-
Dave Syer authored
Fixes gh-200
-
Dave Syer authored
-
Phillip Webb authored
Allow JPA auto-configuration to use an optional custom PersistenceUnitManager defined as a bean. Fixed gh-238
-
Phillip Webb authored
Add an @EntityScan annotation that can be used to configure the `packagesToScan` attribute on `LocalContainerEntityManagerFactoryBean`. Fixed gh-239
-
- 19 Jan, 2014 3 commits
- 18 Jan, 2014 1 commit
-
-
Phillip Webb authored
Related to gh-232
-
- 17 Jan, 2014 4 commits
-
-
Christopher Smith authored
Fixes gh-232
-
Dave Syer authored
Fixes gh-233
-
Dave Syer authored
-
Dave Syer authored
-