- 12 May, 2014 9 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
This reverts commit 32d778e5.
-
Spring Buildmaster authored
-
Phillip Webb authored
Downgrade from 1.1.1.BUILD-SNAPSHOT to 1.1.0.RELEASE in order to satisfy enforced release requirements.
-
Phillip Webb authored
Update the BasicErrorController so that it no longer needs to implement @ControllerAdvice or have an @ExceptionHandler method. A new ErrorAttributes interface is now used to obtain error details, the DefaultErrorAttributes implementation uses a HandlerExceptionResolver to obtain root exception details if the `javax.servlet.error.*` attributes are missing. This change also removes the need for the extract(...) method on ErrorController as classes such as WebRequestTraceFilter can now use the ErrorAttributes interface directly. See gh-839, gh-538 Fixes gh-843
-
Dave Syer authored
-
Andy Wilkinson authored
Conflicts: spring-boot-dependencies/pom.xml
-
Andy Wilkinson authored
Closes #841
-
Dave Syer authored
We might need to revisit this to allow more fine-grained control by users, but it seems like a sensible default. The BasicErrorController now uses both of the deafult strategies (ResponseStatusExceptionResolver and DefaultHandlerExceptionResolver) from Spring MVC to try and determine an appropriate response. Fixes gh-839
-
- 11 May, 2014 2 commits
-
-
Lukasz Kryger authored
-
Phillip Webb authored
Temporarily remove the Spring Security BOM import as version numbers for the imported projects don't automatically get resolved by the gradle plugin. See gh-838
-
- 10 May, 2014 9 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Add replace goals to update the Spring Boot version in the gradle and ant samples during the release process. Fixes gh-425
-
Phillip Webb authored
Fix maven warnings caused by missing version information on the root POM.
-
Phillip Webb authored
* _data-platform: Read data-{platform}.sql in addition to data.sql
-
Lukasz Kryger authored
Update DataSourceAutoConfiguration to read platform specific `data.sql` files in the same way as `schema.sql` files. Fixes gh-837
-
Phillip Webb authored
Rename the rabbitHealthIndicator bean which was accidentally named redisHealthIndicator.
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
-
- 09 May, 2014 8 commits
-
-
Phillip Webb authored
Extract WebMvcProperties from WebMvcAutoConfiguration and also update conditionals to use @ConditionalOnProperty.
-
Phillip Webb authored
Add `spring.resources.add-mappings` allowing users to configure if resource mappings should be added or not. Fixes gh-804
-
Phillip Webb authored
Update ConditionalOnProperty to optionally support relaxed form names. Fixes gh-835
-
Phillip Webb authored
Update reference documentation to make it clearer why you might not always want to use the spring-boot-starter-parent. Fixes gh-774
-
Andy Wilkinson authored
Update to latest release of Spring Plugin and provide dependency management for all of its modules Closes #802
-
Phillip Webb authored
-
Phillip Webb authored
Add an explicit dependency to `hamcrest-core` in the `spring-boot-starter-test` POM. This prevents version 1.1 from accidentally being pulled in via junit. Fixes gh-810
-
Phillip Webb authored
-
- 08 May, 2014 12 commits
-
-
Andy Wilkinson authored
Reorder dependencies so that they're consistently in alphabetical order
-
Maciej Walkowiak authored
Update @ConditionalOnProperty so that properties that are present but contain the value `false` are not considered a match. Fixes gh-812
-
Phillip Webb authored
Fixes gh-811
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
Rework HealthIndicator support
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Christian Dupuis authored
-
Phillip Webb authored
* conditionalOnPropertiesPresent: Add @ConditionalOnProperty annotation
-
Maciej Walkowiak authored
Add @ConditionalOnProperty which enables conditional bean creation when all required properties are defined in the Environment. Fixes gh-812
-