DATACOUCH-362 - Use dynamic proxying

Dynamic proxying for couchbase environment instead of an explicit no shutdown
proxy.

Original pull request: #157.

DATACOUCH-363 - Upgrade to 2.5.5

Java client upgrade. Remove the dcpEnabled property from
CouchbaseEnvironment factory bean and parser.

Original pull request: #157.
This commit is contained in:
Subhashni Balakrishnan
2018-02-08 16:23:40 -08:00
parent 7502f20e6d
commit 63a70fa8c1
12 changed files with 143 additions and 408 deletions

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>2.4.6</couchbase>
<couchbase.osgi>2.4.6</couchbase.osgi>
<couchbase>2.5.5</couchbase>
<couchbase.osgi>2.5.5</couchbase.osgi>
<springdata.commons>2.0.6.BUILD-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>