980 Commits

Author SHA1 Message Date
Greg L. Turnquist
f86ad5fda1 After release cleanups.
See #1399
2022-08-29 16:58:21 +00:00
Greg L. Turnquist
2c0983821b Prepare next development iteration.
See #1399
2022-08-29 16:58:09 +00:00
Greg L. Turnquist
c9ce3e37cf Release version 4.2.12 (2021.0.12).
See #1399
2022-08-29 16:36:54 +00:00
Greg L. Turnquist
f7c0b26d2f Prepare 4.2.12 (2021.0.12).
See #1399
2022-08-29 16:34:32 +00:00
Michael Reiche
e01ada686b Move tests needing server to IntegrationTests.
Closes #1472.
2022-06-23 15:07:22 -07:00
Mark Paluch
995608a646 Update CI properties.
See #1399
2022-06-03 09:36:04 +02:00
Michael Reiche
f746d5f496 Count not requiring specific property name. (#1414)
Closes #1413.
2022-04-19 16:57:52 -07:00
Michael Reiche
c1300841cb Bump 4.2.x Couchbase Java SDK to 3.1.8. (#1412)
Closes #1410.
2022-04-19 16:49:44 -07:00
Christoph Strobl
1521d29252 After release cleanups.
See #1374
2022-04-19 13:59:28 +02:00
Christoph Strobl
29b3904d02 Prepare next development iteration.
See #1374
2022-04-19 13:59:24 +02:00
Christoph Strobl
1aae751394 Release version 4.2.11 (2021.0.11).
See #1374
2022-04-19 13:48:19 +02:00
Christoph Strobl
deedc2d6b2 Prepare 4.2.11 (2021.0.11).
See #1374
2022-04-19 13:47:44 +02:00
Mark Paluch
5f052b56ef After release cleanups.
See #1349
2022-03-21 14:34:35 +01:00
Mark Paluch
c010d3edf1 Prepare next development iteration.
See #1349
2022-03-21 14:34:33 +01:00
Mark Paluch
3f9940ee66 Release version 4.2.10 (2021.0.10).
See #1349
2022-03-21 14:26:39 +01:00
Mark Paluch
c1778da2b9 Prepare 4.2.10 (2021.0.10).
See #1349
2022-03-21 14:26:10 +01:00
Mark Paluch
04cfc0c4e1 Use Java 8 to build snapshots for Artifactory.
Closes #1352
2022-03-15 14:18:05 +01:00
Mark Paluch
a783eb00e5 Update CI properties.
See #1349
2022-02-22 14:08:49 +01:00
Mark Paluch
790a1f7580 Upgrade to Maven Wrapper 3.8.4.
See #1353
2022-02-22 13:55:11 +01:00
Michael Reiche
578a317385 To support jdk 16, use proper converters.
To support jdk 16, add converters and module-info.

Closes #1057.
2022-02-22 08:51:06 +01:00
Mark Paluch
a411c5c317 Use Java 17 to build snapshots for Artifactory.
Closes #1352
2022-02-22 08:49:04 +01:00
Mark Paluch
b497c5db14 Update CI properties.
See #1349
2022-02-21 14:51:45 +01:00
Mark Paluch
922c1d0657 After release cleanups.
See #1299
2022-02-18 10:32:53 +01:00
Mark Paluch
7746b8f7f2 Prepare next development iteration.
See #1299
2022-02-18 10:32:51 +01:00
Mark Paluch
ec8d3df415 Release version 4.2.9 (2021.0.9).
See #1299
2022-02-18 10:24:49 +01:00
Mark Paluch
f4a36b6057 Prepare 4.2.9 (2021.0.9).
See #1299
2022-02-18 10:24:15 +01:00
Greg L. Turnquist
a1aa6d7b32 Update CI properties.
See #1299
2022-02-14 14:38:48 -06:00
Mark Paluch
6110d31f6b Polishing.
Extract Docker and Artifactory credentials into properties file.

See #1313
2022-02-07 08:34:44 +01:00
Greg L. Turnquist
13f1183f89 Externalize build properties.
See #1313.
2022-02-07 08:34:00 +01:00
Christoph Strobl
c9decafad3 After release cleanups.
See #1269
2022-01-14 10:00:58 +01:00
Christoph Strobl
2c25cc7ca6 Prepare next development iteration.
See #1269
2022-01-14 10:00:56 +01:00
Christoph Strobl
f044bd0839 Release version 4.2.8 (2021.0.8).
See #1269
2022-01-14 09:47:50 +01:00
Christoph Strobl
85931029e8 Prepare 4.2.8 (2021.0.8).
See #1269
2022-01-14 09:47:09 +01:00
Jens Schauder
ae35992f3d After release cleanups.
See #1255
2021-11-12 10:38:58 +01:00
Jens Schauder
eca6d15d4e Prepare next development iteration.
See #1255
2021-11-12 10:38:55 +01:00
Jens Schauder
b446e8aa80 Release version 4.2.7 (2021.0.7).
See #1255
2021-11-12 10:27:21 +01:00
Jens Schauder
e6cad57b40 Prepare 4.2.7 (2021.0.7).
See #1255
2021-11-12 10:26:44 +01:00
Michael Reiche
2683d4364e Backport fix for Pageable in String Query. (#1260)
Backport from #1155.

Closes #1259.
2021-10-21 13:25:51 -07:00
Jesus The Hun
960419387e Fix SimpleCouchbaseRepository not taking into account the default consistency. (#1256)
* Create a test repository dedicated to default consistency.

* Test default consistency being used with CouchbaseRepository findAll.

Related tickets #1243

* Take template default consistency into account when building the query scan consistency.

Closes #1243

* Clean imports.

* Query scan consistency is null unless specified.

* Apply query scan consistency fix to reactive repository.

* Reactive repository for default scan consistency tests.

* Test reactive repository default scan consistency.

* Avoid consistency default behavior duplication.

* Tests request plus consistency now use deleteAll with request plus.

This is to make sure other tests won't see documents from pending index mutations
2021-10-19 09:34:31 -07:00
Mark Paluch
1c96427833 After release cleanups.
See #1235
2021-10-18 11:19:45 +02:00
Mark Paluch
894ea5b70c Prepare next development iteration.
See #1235
2021-10-18 11:19:42 +02:00
Mark Paluch
73f4d11b2f Release version 4.2.6 (2021.0.6).
See #1235
2021-10-18 11:11:47 +02:00
Mark Paluch
526b2c8e2e Prepare 4.2.6 (2021.0.6).
See #1235
2021-10-18 11:10:49 +02:00
Michael Reiche
d92df0dfc5 Backport to project getFieldName() instead of getName() in queries. (#1248)
Closes #1247.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2021-10-08 09:50:00 -07:00
Michael Reiche
ada1c80d52 Reinstate the getDefaultConsistency() method in the Configuration. (#1244)
Closes #1243.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2021-10-04 10:53:37 -07:00
Mark Paluch
f4daeb6143 After release cleanups.
See #1182
2021-09-17 09:27:40 +02:00
Mark Paluch
e5a98a232a Prepare next development iteration.
See #1182
2021-09-17 09:27:37 +02:00
Mark Paluch
80ab01adf6 Release version 4.2.5 (2021.0.5).
See #1182
2021-09-17 09:18:33 +02:00
Mark Paluch
3688c42aeb Prepare 4.2.5 (2021.0.5).
See #1182
2021-09-17 09:17:30 +02:00
Michael Reiche
4dd0d84c3a Update Couchbase SDK to 3.1.7. (#1219)
Closes #1217.
2021-09-10 13:15:20 -07:00