Commit Graph

395 Commits

Author SHA1 Message Date
Michael Reiche
313fa04545 Bump Couchbase Java SDK to 3.2.6. (#1408)
Closes #1406.
2022-04-19 15:05:07 -07:00
Michael Reiche
765df0fa90 Make Querydsl dependency "provided". (#1388)
Closes #1387.
2022-04-11 09:48:24 -07:00
Michael Reiche
ddfbc1f91d Support testing against Capella. (#1386)
Support testing against Capella. Also includes sample to
use Capella control-plane.

Closes #1385.
2022-04-08 14:36:02 -07:00
Michael Reiche
d29956f286 Querydsl support. (#1330)
Closes #1288.
2022-03-31 08:57:04 -07:00
Mark Paluch
a0da716901 After release cleanups.
See #1378
2022-03-22 14:07:39 +01:00
Mark Paluch
a996da6464 Prepare next development iteration.
See #1378
2022-03-22 14:07:37 +01:00
Mark Paluch
1b8bf6ff74 Release version 5.0 M3 (2022.0.0).
See #1378
2022-03-22 14:00:24 +01:00
Mark Paluch
52cc6bbbac Prepare 5.0 M3 (2022.0.0).
See #1378
2022-03-22 14:00:03 +01:00
Mark Paluch
1384f0c459 After release cleanups.
See #1302
2022-03-21 16:44:42 +01:00
Mark Paluch
ab8be9ab45 Prepare next development iteration.
See #1302
2022-03-21 16:44:40 +01:00
Mark Paluch
38ccce2142 Release version 5.0 M2 (2022.0.0).
See #1302
2022-03-21 16:35:09 +01:00
Mark Paluch
8e0d791f20 Prepare 5.0 M2 (2022.0.0).
See #1302
2022-03-21 16:34:38 +01:00
Michael Reiche
8eb7231965 Bump Couchbase SDK to 3_2_5 on 5_0_x. (#1345)
Closes #1337.
2022-02-16 10:54:42 -08:00
Mark Paluch
cff515beb7 After release cleanups.
See #1289
2022-01-14 14:43:24 +01:00
Mark Paluch
96011e6b57 Prepare next development iteration.
See #1289
2022-01-14 14:43:20 +01:00
Mark Paluch
03295f1f8f Release version 5.0 M1 (2022.0.0).
See #1289
2022-01-14 14:35:11 +01:00
Mark Paluch
c8327647e6 Prepare 5.0 M1 (2022.0.0).
See #1289
2022-01-14 14:34:48 +01:00
Michael Reiche
197012688e Bump Couchase SDK to 324 on 50x. (#1285)
Also incorporates minor changes from main.

Closes #1284.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2022-01-06 15:00:30 -08:00
Michael Reiche
49e7de06d8 Port to jdk17 and spring 3.0.0 (#1279)
This also allows support of repository methods that return a simple type.
i.e.
@ScanConsistency(query = QueryScanConsistency.REQUEST_PLUS)
@Query("SELECT iata, \"\" as __id, 0 as __cas from #{#n1ql.bucket} WHERE #{#n1ql.filter}")
List<String> getStrings();

Closes #1278.
2021-12-09 15:50:52 -08:00
Mark Paluch
f0221812e2 After release cleanups.
See #1236
2021-10-18 13:55:43 +02:00
Mark Paluch
986194e2f0 Prepare next development iteration.
See #1236
2021-10-18 13:55:39 +02:00
Mark Paluch
36348779f1 Release version 4.3 RC1 (2021.1.0).
See #1236
2021-10-18 13:48:15 +02:00
Mark Paluch
17e6d8525f Prepare 4.3 RC1 (2021.1.0).
See #1236
2021-10-18 13:47:48 +02:00
Mark Paluch
4f4ee5bdf8 After release cleanups.
See #1183
2021-09-17 09:52:23 +02:00
Mark Paluch
590f24906b Prepare next development iteration.
See #1183
2021-09-17 09:52:19 +02:00
Mark Paluch
544d84ff88 Release version 4.3 M3 (2021.1.0).
See #1183
2021-09-17 09:44:58 +02:00
Mark Paluch
0d3fb83030 Prepare 4.3 M3 (2021.1.0).
See #1183
2021-09-17 09:44:35 +02:00
Michael Reiche
1e774d460b Test case for exceptions thrown from events - validation. (#1225)
Closes #1224.
2021-09-14 10:09:51 -07:00
Michael Reiche
b3c2f005ed Update Couchbase Java SDK to 3.2.1. (#1218)
Closes #1216.
2021-09-10 13:08:54 -07:00
Michael Reiche
6512fc087b To support jdk 16, add converters and module-info. (#1167)
To support jdk 16, add converters and module-info.

Closes #1057.
2021-08-13 11:28:04 -07:00
Jens Schauder
3e51707b61 After release cleanups.
See #1163
2021-08-12 15:16:23 +02:00
Jens Schauder
3888218ba5 Prepare next development iteration.
See #1163
2021-08-12 15:16:22 +02:00
Jens Schauder
1d64a79561 Release version 4.3 M2 (2021.1.0).
See #1163
2021-08-12 15:03:18 +02:00
Jens Schauder
08408b9c3f Prepare 4.3 M2 (2021.1.0).
See #1163
2021-08-12 15:02:57 +02:00
Michael Reiche
90e1db0384 Upgrade Couchbase Java SDK to 3.2.0. (#1176)
Closes #1158.
2021-08-11 15:38:37 -07:00
Jens Schauder
9621c4960a After release cleanups.
See #1129
2021-07-16 14:19:58 +02:00
Jens Schauder
26e9d275e5 Prepare next development iteration.
See #1129
2021-07-16 14:19:57 +02:00
Jens Schauder
e183d8651c Release version 4.3 M1 (2021.1.0).
See #1129
2021-07-16 14:09:26 +02:00
Jens Schauder
f5866dc95a Prepare 4.3 M1 (2021.1.0).
See #1129
2021-07-16 14:08:59 +02:00
Michael Reiche
d6a21ef5c4 Update Couchbase SDK to 3.1.6. (#1162)
Update Couchbase SDK to 3.1.6.

Closes #1157.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2021-07-16 07:10:19 -04:00
dependabot[bot]
831c25c5ce Bump httpclient from 4.3.6 to 4.5.13 (#1146)
Bumps httpclient from 4.3.6 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 11:03:08 -04:00
Michael Reiche
43889e6a9c Scope and collection API for template. (#1133)
Scope and Collection API for template.

Closes #963.
Original pull request: #1071.
2021-06-02 09:38:02 -04:00
Greg L. Turnquist
29766bfbff Authenticate with artifactory.
See #1117.
2021-04-20 10:25:29 -05:00
Mark Paluch
f4c586d0a7 After release cleanups.
See #1117
2021-04-14 14:30:16 +02:00
Mark Paluch
1246036a0d Prepare next development iteration.
See #1117
2021-04-14 14:30:12 +02:00
Mark Paluch
bc58fa34d8 Release version 4.2 GA (2021.0.0).
See #1117
2021-04-14 14:18:49 +02:00
Mark Paluch
1f41de4794 Prepare 4.2 GA (2021.0.0).
See #1117
2021-04-14 14:18:23 +02:00
Michael Reiche
19ef1dd7b6 Upgrade to Couchbase Java SDK 3.1.4. (#1123)
Upgrade to Couchbase Java SDK 3.1.4.

Closes #1122.
Original pull request #1123.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
2021-04-13 06:30:26 -07:00
Mark Paluch
8a59d2bfda After release cleanups.
See #1086
2021-03-31 17:24:06 +02:00
Mark Paluch
df71894ec7 Prepare next development iteration.
See #1086
2021-03-31 17:24:04 +02:00