Commit Graph

186 Commits

Author SHA1 Message Date
Mark Paluch
0502daa2d8 DATACOUCH-364 - Prepare next development iteration. 2018-04-13 15:08:33 +02:00
Mark Paluch
c6fc7e7047 DATACOUCH-364 - Release version 3.1 M2 (Lovelace). 2018-04-13 14:30:58 +02:00
Mark Paluch
4501223ef2 DATACOUCH-364 - Prepare 3.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Oliver Gierke
9a873a733a DATACOUCH-370 - Removed explicit declaration of Jackson library versions. 2018-03-27 19:32:35 +02:00
Subhashni Balakrishnan
53e3285098 DATACOUCH-341 - Add kotlin extension functions
Motivation
----------
Add kotin extension methods to couchbase and reactive couchbase
operations as required.

Changes
-------
Extensions leveraging reified type has been added.

Results
-------
It is now possible to use reified types rather than passing the java
class reference to some operation functions.

Original pull request: #160.
2018-03-13 10:02:00 -07:00
Subhashni Balakrishnan
47afa86e92 DATACOUCH-367 - Update to 2.5.6 couchbase java client
Original pull request: #161.
2018-03-09 11:10:57 -08:00
Subhashni Balakrishnan
0960f11a9c DATACOUCH-322 - Add RBAC username and password support
Motivation
----------
Couchbase server 5.0 allows role based access control and this allows
for users to be created and granted access to use bucket. Expose this
feature in SDC.

Changes
-------
1. Couchbase configurations allow for user name to be set. The user password
property is still retrieved from bucket password property.
2. CouchbaseFactoryBean has additional constructor for the username
property.
3. Couchbase bucket schema for xml configurations also includes username
property.
4. Integration tests have been restructured majorly to accomadate for
username
    - Testcontainers are used to allow for container based testing.
    - Container based testing is optional, it can be configured using
      resources/server.properties

Results
-------
The RBAC change has been tested with pre 5.0 and 5.0+ versions using
containers. The tests pass.

Original pull request: #158.
2018-03-07 15:09:15 -08:00
Subhashni Balakrishnan
039e106032 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.
2018-03-07 13:26:55 -08:00
Christoph Strobl
bdc1f8f5d1 DATACOUCH-340 - After release cleanups. 2018-02-06 10:11:17 +01:00
Christoph Strobl
18c19b64f4 DATACOUCH-340 - Prepare next development iteration. 2018-02-06 10:11:15 +01:00
Christoph Strobl
90d2eb8ff8 DATACOUCH-340 - Release version 3.1 M1 (Lovelace). 2018-02-06 09:47:10 +01:00
Christoph Strobl
607e627301 DATACOUCH-340 - Prepare 3.1 M1 (Lovelace). 2018-02-06 09:45:50 +01:00
Mark Paluch
e8c647fb9d DATACOUCH-350 - Polishing.
Add test to verify configuration extension. Fix reactive module name to match non-reactive module name. Add author tags. Reorder methods, add javadoc comments.

Original pull request: #153.
2017-11-25 11:08:51 +01:00
Mark Paluch
4fe9cbc138 DATACOUCH-334 - After release cleanups. 2017-10-02 11:37:23 +02:00
Mark Paluch
467e738896 DATACOUCH-334 - Prepare next development iteration. 2017-10-02 11:37:22 +02:00
Mark Paluch
8d0f8d07bc DATACOUCH-334 - Release version 3.0 GA (Kay). 2017-10-02 11:10:23 +02:00
Mark Paluch
b0b29a7cab DATACOUCH-334 - Prepare 3.0 GA (Kay). 2017-10-02 11:09:17 +02:00
Mark Paluch
12e0847dbd DATACOUCH-336 - Downgrade to CDI 1.0.
We now build against CDI 1.0 again while using CDI 2.0 for testing.
2017-09-21 13:50:53 +02:00
Mark Paluch
545881df9e DATACOUCH-338 - Added explicit automatic module name for JDK 9. 2017-09-21 13:50:53 +02:00
Mark Paluch
5268ad20c0 DATACOUCH-336 - Upgrade to OpenWebBeans 2.0.1 2017-09-18 15:40:57 +02:00
Oliver Gierke
bcfb1b1c86 DATACOUCH-326 - After release cleanups. 2017-09-11 17:40:22 +02:00
Oliver Gierke
1de26ae690 DATACOUCH-326 - Prepare next development iteration. 2017-09-11 17:40:20 +02:00
Oliver Gierke
ae0394b281 DATACOUCH-326 - Release version 3.0 RC3 (Kay). 2017-09-11 17:24:46 +02:00
Oliver Gierke
6b4fae0f3c DATACOUCH-326 - Prepare 3.0 RC3 (Kay). 2017-09-11 17:23:53 +02:00
Oliver Gierke
86210e59f9 DATACOUCH-325 - After release cleanups. 2017-07-25 16:10:39 +02:00
Oliver Gierke
e7e40538de DATACOUCH-325 - Prepare next development iteration. 2017-07-25 16:10:36 +02:00
Oliver Gierke
e826b43a72 DATACOUCH-325 - Release version 3.0 RC2 (Kay). 2017-07-25 15:34:24 +02:00
Oliver Gierke
039a57cbe0 DATACOUCH-325 - Prepare 3.0 RC2 (Kay). 2017-07-25 15:33:34 +02:00
Oliver Gierke
0453123665 DATACOUCH-316 - After release cleanups. 2017-07-25 10:00:10 +02:00
Oliver Gierke
13994cd8c4 DATACOUCH-316 - Prepare next development iteration. 2017-07-25 10:00:06 +02:00
Oliver Gierke
ed03279870 DATACOUCH-316 - Release version 3.0 RC1 (Kay). 2017-07-25 09:48:50 +02:00
Oliver Gierke
4cc30356a1 DATACOUCH-316 - Prepare 3.0 RC1 (Kay). 2017-07-25 09:48:02 +02:00
Mark Paluch
24bc12a2c3 DATACOUCH-323 - Inherit Project Reactor version from dependency management.
Adapt to BOM import in Spring Data Build pom.
2017-07-20 11:18:55 +02:00
Mark Paluch
b2219b9b90 DATACOUCH-308 - After release cleanups. 2017-06-14 17:14:08 +02:00
Mark Paluch
589d21ff62 DATACOUCH-308 - Prepare next development iteration. 2017-06-14 17:14:07 +02:00
Mark Paluch
23f513cc86 DATACOUCH-308 - Release version 3.0 M4 (Kay). 2017-06-14 17:03:48 +02:00
Mark Paluch
d3e0619c8a DATACOUCH-308 - Prepare 3.0 M4 (Kay). 2017-06-14 17:03:00 +02:00
Subhashni Balakrishnan
cd74219bbb DATACOUCH-315 - Upgrade to couchbase java client 2.4.6 2017-06-12 21:58:16 -07:00
Mark Paluch
6bcf44f0bf DATACOUCH-292 - After release cleanups. 2017-05-09 11:34:42 +02:00
Mark Paluch
cc63671847 DATACOUCH-292 - Prepare next development iteration. 2017-05-09 11:34:41 +02:00
Mark Paluch
d0dee97446 DATACOUCH-292 - Release version 3.0 M3 (Kay). 2017-05-09 11:23:01 +02:00
Mark Paluch
98246380f2 DATACOUCH-292 - Prepare 3.0 M3 (Kay). 2017-05-09 11:22:12 +02:00
Subhashni Balakrishnan
4cca923c59 DATACOUCH-290 - Upgrade to java-client 2.4.4
Original pull request: #136.
2017-04-10 11:33:02 -07:00
Oliver Gierke
49045b031c DATACOUCH-259 - After release cleanups. 2017-04-04 22:08:19 +02:00
Oliver Gierke
eb5c1934ad DATACOUCH-259 - Prepare next development iteration. 2017-04-04 22:08:16 +02:00
Oliver Gierke
87e81e172e DATACOUCH-259 - Release version 3.0 M2 (Kay). 2017-04-04 21:12:36 +02:00
Oliver Gierke
28159aedef DATACOUCH-259 - Prepare 3.0 M2 (Kay). 2017-04-04 21:12:03 +02:00
Subhashni Balakrishnan
162d8124ab DATACOUCH-260 - Update to 2.4.1 and fix tests
Adapted changes to 3.0 branch

Original pull request: #131.
2017-02-05 13:08:38 -08:00
Subhashni Balakrishnan
d62f4bbe8c DATACOUCH-146 - Reactive repositories support
- Adds experimental support for reactor types in reactive CRUD and Sorting
  repositories using RxJava1Template
- Refactor configuration and query classes to be reusable by reactive repositories

Original pull request: #130.
2017-02-05 10:34:57 -08:00
Oliver Gierke
c8324caf7f DATACOUCH-255 - After release cleanups. 2016-11-23 10:59:11 +01:00