- 11 May, 2014 1 commit
-
-
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 22 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
-
Christian Dupuis authored
-
Phillip Webb authored
Add a `versionManagement` gradle configuration which can be used to provide alternative version meta-data. Primarily added so that the Spring IO platform can provide version overrides without causing a cyclic build dependency. Fixes gh-750
-
Phillip Webb authored
-
Phillip Webb authored
Temporarily remove the spring-data release train BOM since it cannot be resolved until it is published to maven central. The previous solution of adding an additional repository has been reverted as it will pollute POMS for users that inherit from the spring-boot-starter-parent POM.
-
Phillip Webb authored
This reverts commit 1ef3d3bd.
-
Dave Syer authored
For the convenience of users who want to selectively override the access rules in an application without taking complete control of the security configuration we now have some constants: * SecurityProperties.ACCESS_OVERRIDE_ORDER for overriding just the application endpoint access rules * ManagementServerProperties.ACCESS_OVERRIDE_ORDER for overriding the application endpoint and management endpoint access rules Fixes gh-803
-
Dave Syer authored
-
Andy Wilkinson authored
The transitive dependency org.neo4j:neo4j-cypher-dsl:2.0.1 isn't available in Maven Central. This was leading to frequent build breaks so we've decided to remove the Neo4J starter until all of its dependencies can be resolved from Maven Central. Fixes #797
-
Andy Wilkinson authored
-
Christian Dupuis authored
Refactored HealthEndpoint to be able to take multiple HealthIndicators. Extracted configuration of HealthIndicators out of EndpointAutoConfiguration and added new HealthIndicatorAutoConfiguration class. Added HealthIndicators for Redis and Mongo.
-