- 29 Apr, 2014 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
Since Spring supports gobal error handling through @ControllerAdvice, it is quite easy to set up more meta-data about an exception for the BasicErrorController. You need to be careful not to swallow Security exceptions, and probably others (optionally) so this feature needs a bit more work. See gh-538
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 28 Apr, 2014 9 commits
-
-
Andy Wilkinson authored
Salvatore has indicated that Jedis is his Java Redis client of choice. This commit updates the auto-configuration support, actuator and Redis starter accordingly. Completes #745
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Andy Wilkinson authored
- Consistent use of tabs - Consistent ordering
-
Dave Syer authored
-
Ivan Sopov authored
-
Dave Syer authored
Fixes gh-606
-
John Blum authored
... as well as a Spring Boot Sample Application with associated tests for demonstrating how to get started using both Spring Data GemFire and GemFire.
-
- 27 Apr, 2014 1 commit
-
-
Dave Syer authored
-
- 26 Apr, 2014 7 commits
-
-
TimmyStorms authored
Fixes gh-631
-
sopov.ivan authored
Reverting arguments in assertEquals where constant was placed on the "actual" place. Replacing assertEquals with assertFalse, assertTrue and assertNull where applicable. Fixes gh-735
-
sopov.ivan authored
-
Dave Syer authored
Fixes gh-617 Conflicts: spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
-
Dave Syer authored
For some reason the exception mappings are only created with the publisher is initialized in the constructor of DefaultAuthenticationEventPublisher. Changed SpringBootWebSecurityConfiguration to do that rather then relying on the ApplicationEventPublisherAware behaviour to inject it. Fixes gh-719
-
Dave Syer authored
The username/password option stil lonly works for a single host (to connect to a cluster I suspect you need to set the URI). Also added a MongoClientOptions (if a bean of that type exists it will be used to populate the options that aren't in the URI). Fixed gh-536
-
Stephane Nicoll authored
-
- 25 Apr, 2014 19 commits
-
-
Andy Wilkinson authored
-
Phillip Webb authored
Rename MongoTemplateAutoConfiguration to MongoDataAutoConfiguration since it now configures more than just the template.
-
Phillip Webb authored
Restore formatting and fixup doc comments.
-
Phillip Webb authored
Polish couchbase support to: - Extract properties into its own class - Remove unnecessary inner configuration class - Add since tags - Format code and add `this.` references
-
Phillip Webb authored
-
Phillip Webb authored
Polish MultipartConfigElement changes introduced in commit e8e59ea6 as follows: - Fix javadoc formatting - Fix tab/spaces formatting - Fix asciidoc formatting - Move creation of MultipartConfigElement into MultipartProperties - Add @Since tags - Restore random port in tests
-
Stephane Nicoll authored
* modifier-order: minor - correcting modifiers order
-
sopov.ivan authored
-
Phillip Webb authored
Conflicts: spring-boot-starters/spring-boot-starter-parent/pom.xml
-
Dave Syer authored
-
Josh Long authored
improved documentation.
-
Josh Long authored
improved documentation
-
Josh Long authored
-
Ivan Sopov authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Michael Nitschinger authored
Fixes gh-124
-
Stephane Nicoll authored
Prior to this commit, a JmsTemplate bean created automatically by Boot had its "pubSubDomain" flag enabled. It's far more usual to fallback on queue rather than topic. This commit flips the default value of the configuration property.
-