Commit Graph

443 Commits

Author SHA1 Message Date
Mark Paluch
2a7671fe6b DATACOUCH-529 - Prepare 3.2.8 (Moore SR8). 2020-06-10 12:11:02 +02:00
Mark Paluch
c558370aa9 DATACOUCH-529 - Updated changelog. 2020-06-10 12:10:59 +02:00
Mark Paluch
1d4189f0b9 DATACOUCH-528 - Updated changelog. 2020-06-10 11:22:53 +02:00
Mark Paluch
4162ac4466 DATACOUCH-514 - Updated changelog. 2020-04-28 15:12:27 +02:00
Mark Paluch
fe73c1b83c DATACOUCH-513 - Prepare 3.2.7 (Moore SR7). 2020-04-28 14:35:25 +02:00
Mark Paluch
611c23eda9 DATACOUCH-513 - Updated changelog. 2020-04-28 14:35:24 +02:00
Mark Paluch
8e59eb8eff DATACOUCH-507 - Updated changelog. 2020-04-28 11:59:03 +02:00
Mark Paluch
761c88703b DATACOUCH-512 - Updated changelog. 2020-03-31 15:08:51 +02:00
Mark Paluch
61e63e72b6 DATACOUCH-508 - Prepare 3.2.6 (Moore SR6). 2020-03-25 10:45:35 +01:00
Mark Paluch
ddc3886f08 DATACOUCH-508 - Updated changelog. 2020-03-25 10:45:35 +01:00
Jens Schauder
4d6406cff4 DATACOUCH-506 - Updated changelog. 2020-03-11 09:59:33 +01:00
Mark Paluch
9feb49f85e DATACOUCH-501 - Prepare 3.2.5 (Moore SR5). 2020-02-26 11:37:58 +01:00
Mark Paluch
e074f7149e DATACOUCH-501 - Updated changelog. 2020-02-26 11:37:58 +01:00
Mark Paluch
e20449cdda DATACOUCH-500 - Updated changelog. 2020-02-26 11:31:50 +01:00
Mark Paluch
972a1b6804 DATACOUCH-503 - Updated changelog. 2020-02-12 15:05:03 +01:00
Mark Paluch
cf6efd9653 DATACOUCH-502 - Updated changelog. 2020-01-17 09:58:36 +01:00
Mark Paluch
454a6479df DATACOUCH-482 - Updated changelog. 2020-01-16 16:12:39 +01:00
Mark Paluch
56ca48927c DATACOUCH-494 - Prepare 3.2.4 (Moore SR4). 2020-01-15 12:37:18 +01:00
Mark Paluch
bb1d16b9ae DATACOUCH-494 - Updated changelog. 2020-01-15 12:37:17 +01:00
Mark Paluch
1b852bfdd4 DATACOUCH-493 - Updated changelog. 2020-01-15 10:36:38 +01:00
Mark Paluch
b5a1b2ca23 DATACOUCH-498 - Update copyright years to 2020. 2020-01-07 08:43:32 +01:00
Jens Schauder
ea79ba7f72 DATACOUCH-491 - Prepare 3.2.3 (Moore SR3). 2019-12-04 14:11:44 +01:00
Jens Schauder
d15eb4fe3d DATACOUCH-491 - Updated changelog. 2019-12-04 14:11:43 +01:00
Jens Schauder
c1fd0d2842 DATACOUCH-490 - Updated changelog. 2019-12-04 12:09:51 +01:00
David Kelly
7601b2beba DATACOUCH-484 - Thread safety issue using findBy.
Support for positional parameters necessitated caching them, however
that was not done in a threadsafe fashion.  ThreadLocal storage is
sufficient to take care of the issue.  Added test for it while at it.
2019-11-20 15:38:29 -07:00
David Kelly
e8468b7d2e DATACOUCH-479 - Fix issue with testcontainers usage.
After updating the POM to not have a fixed testcontainers version, we
discovered the tests were failing with later versions of testcontainers.  It
seems that they updated how they did WaitStrategy, deprecating the old way, so
our WaitStrategy was not being called.  That means no setup was done to
the cluster (passwords, buckets, etc...).  Simple fix was to move to the
new interface.
2019-11-20 15:31:24 -07:00
Mark Paluch
c96c497807 DATACOUCH-488 - Prepare 3.2.2 (Moore SR2). 2019-11-18 12:31:53 +01:00
Mark Paluch
b49df4288e DATACOUCH-488 - Updated changelog. 2019-11-18 12:31:52 +01:00
Mark Paluch
b7ababbc04 DATACOUCH-487 - Updated changelog. 2019-11-18 12:16:29 +01:00
Christoph Strobl
44c036a076 DATACOUCH-481 - Prepare 3.2.1 (Moore SR1). 2019-11-04 14:54:16 +01:00
Christoph Strobl
2a51368c19 DATACOUCH-481 - Updated changelog. 2019-11-04 14:54:15 +01:00
Christoph Strobl
04a1608fcf DATACOUCH-480 - Updated changelog. 2019-11-04 10:34:53 +01:00
Mark Paluch
ffea38114f DATACOUCH-469 - Prepare 3.2 GA (Moore). 2019-09-30 15:50:44 +02:00
Mark Paluch
e9bc3ffb34 DATACOUCH-469 - Updated changelog. 2019-09-30 15:50:43 +02:00
Mark Paluch
e4a59accf0 DATACOUCH-468 - Updated changelog. 2019-09-30 11:16:17 +02:00
Mark Paluch
b02bc45b81 DATACOUCH-470 - Prepare 3.2 RC3 (Moore). 2019-09-06 10:10:13 +02:00
Mark Paluch
312527b85b DATACOUCH-470 - Updated changelog. 2019-09-06 10:10:12 +02:00
David Kelly
35c72238cb DATACOUCH-475 Couchbase builds failing.
There was an integration test which wasn't named properly, and
so it was running with regular tests.  This left the container
around, and all subsequent integration tests failed.  Simple
fix.
2019-08-15 14:11:29 -07:00
Mark Paluch
d020453008 DATACOUCH-471 - Add HTTPS entries into spring.schemas.
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
2019-08-07 08:31:40 +02:00
Mark Paluch
65bf1579bc DATACOUCH-458 - Prepare 3.2 RC2 (Moore). 2019-08-05 15:35:05 +02:00
Mark Paluch
9ca5380c8a DATACOUCH-458 - Updated changelog. 2019-08-05 15:35:04 +02:00
Mark Paluch
f36d03527b DATACOUCH-457 - Updated changelog. 2019-08-05 11:34:29 +02:00
Mark Paluch
756d4622b1 DATACOUCH-450 - Updated changelog. 2019-08-05 11:08:57 +02:00
David Kelly
98a4999f37 DATACOUCH-383 - RxJavaCouchbaseTemplate should return generated id when saving.
Seems we fixed this for the non-Rx version, but not the RxJava version.  Followed
same basic strategy which was used for version, added a simple test.
2019-08-01 09:58:32 -07:00
Mark Paluch
1de7acd1eb DATACOUCH-465 - Adapt to changed API in Commons. 2019-07-26 09:25:40 +02:00
David Kelly
4341edf941 DATACOUCH-462 - ReactiveCouchbaseRepository count() will raise exception when bucket is empty.
Small cleanup in the deleteAll test (which actually tests this as well), while
we are there.

Also, removed an unused import
2019-06-28 10:21:41 -06:00
David Kelly
64a91f1eb6 DATACOUCH-356 Fix cast issue in deleteAll (#201)
Plus a test.  I didn't notice that Douglas Six did basically the
same thing in another PR (this was a re-do of an earlier PR which
didn't quite do what we'd like).  So since I already had it done
and had a test, I closed that PR (#163) and added him to the author
list.

Also - repository.count() raises a NoSuchElementException after you
delete all the documents.  That seems like a bug, but we will deal
with that separately.
2019-06-26 16:37:11 -06:00
Johannes Jasper
55235b2bc2 DATACOUCH-206 - Provides a way to set distinct consistency on repository methods.
* add @WithConsistency annotation
* evaluate it and set consistency in AbstractN1qlBasedQuery
* evaluate it and set consistency in ReactiveAbstractN1qlBasedQuery
* add documentation on @WithConsistency

Original pull request: #198.
2019-06-26 21:48:01 +02:00
David Kelly
7b3352e8db Fix test issue which only shows up in java 11 (#199)
Seems that LocalDateTime now has microseconds, so the comparison of the unconverted
and converted LocalDateTime will fail, since the conversion/mapping only retains
millisecond precision.
2019-06-21 09:30:55 -07:00
Christoph Strobl
74e5dfea5d DATACOUCH-444 - Prepare 3.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00