- 28 Apr, 2014 2 commits
- 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 30 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.
-
Rob Winch authored
Fixes gh-626
-
Dave Syer authored
-
Dave Syer authored
-
Oliver Gierke authored
The dependencies pom.xml now declares an import to the spring-data-releasetrain BOM pom.xml which in turn constraints version numbers for a dedicated release train release. This has the effect of users being able to upgrade to a certain release train by redeclaring the spring-data-releasetrain.version property to e.g. Dijkstra-M1. Individual modules can be upgraded by simply declaring the dependency in the desired version manually in a <dependencies /> or <dependencyManagement /> block. Removed the explicit declaration for Spring HATEOAS as it is pulled in transitively by Spring Data REST anyway and thus makes sure it's in a compatible version.
-
Phillip Webb authored
* dep-mgt: Add spring-boot-autoconfigure to starter parent
-
Stephane Nicoll authored
Fixes gh-728
-
Phillip Webb authored
-
Dave Syer authored
-
Roy Clarkson authored
If Spring HATEOAS is on the class path, then @EnableHypermediaSupport will be auto-configured with HAL support.
-
Josh Long authored
Fixes gh-708
-
Dave Syer authored
-