- 01 Dec, 2016 24 commits
-
-
Stephane Nicoll authored
Closes gh-7421
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7548
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1567
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, the health auto-configuration `AutoconfigureOrder` entry for couchbase was referring to the standard couchbase auto-configuration that is not responsible to configure the `CouchbaseOperations` bean. Yet, the health indicator implementation was relying on the presence of such a bean. This commit fixes the `AutoconfigureOrder` entry so that it refers to `CouchbaseDataAutoConfiguration` now. Closes gh-7543
-
Stephane Nicoll authored
Closes gh-7381
-
Stephane Nicoll authored
Closes gh-4970
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7471
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7503
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/7539: Use addAll instead of manual array to collection copy
-
Oscar Utbult authored
Closes gh-7539
-
Stephane Nicoll authored
* pr/7538: Remove redundant StringBuilder
-
Oscar Utbult authored
Closes gh-7538
-
Stephane Nicoll authored
* pr/7541: Fix typo
-
Nicklas Holm authored
Closes gh-7541
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, if a user specifies a path to a schema or data DDL that does not exist, the application will start up fine and the missing DDL would not be reported. This commit validates that user-defined resources actually exist and throw a new `ResourceNotFoundException` if they don't. Closes gh-7088
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-7524
-
- 30 Nov, 2016 16 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7524
-
Stephane Nicoll authored
* pr/7523: Add User-defined type support for Cassandra
-
Mark Paluch authored
Configure `SimpleUserTypeResolver` if a keyspace is set to resolve User-defined types. Closes gh-7523
-
Stephane Nicoll authored
* pr/7526: Remove redundant array creation for calling varargs method
-
Oscar Utbult authored
Closes gh-7526
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit uses standard files for libraries managed by the repackage goal of the Maven plugin. Previously, only the name of the file was used which could lead to duplicate libraries if the name of the target file deviates from the default. This typically happens when the `build.finalName` property is specified on a dependent module. Note that the `maven-war-plugin` has an additional mechanism to customize the file name structure of dependencies. This feature isn't supported by the repackage goal so an explicit mention has been added in the documentation. Closes gh-7389
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, if `spring.couchbase.bootstrap-hosts` was specified in YAML or with the `[Idx]` notation, the auto-configuration would not kick in. This is due to a limitation of `@ConditionalOnProperty` on a property of type Collection. This commit workarounds this limitation for now with a dedicated condition. Closes gh-7508
-
Stephane Nicoll authored
This commit promotes the plugin dependency management for the `maven-enforcer-plugin` and `maven-invoker-plugin` to the root. That way these can be used in samples as well rather than having a separate copy. Closes gh-7517
-
Stephane Nicoll authored
* pr/7533: Polish contribution Update doc for spring.data.neo4j.open-in-view
-
Stephane Nicoll authored
Closes gh-7533
-
Johnny Lim authored
See gh-7533
-
Stephane Nicoll authored
* pr/7530: Polish
-
Stephane Nicoll authored
* pr/7530: Polish
-