Commit Graph

1148 Commits

Author SHA1 Message Date
Greg L. Turnquist
e1ff735533 Test against Java 20 on CI.
See #1703.
2023-03-30 12:42:30 -05:00
Greg L. Turnquist
743f069d38 Update CI properties.
See #1699
2023-03-28 13:58:25 -05:00
Christoph Strobl
ca36954700 After release cleanups.
See #1670
2023-03-20 15:05:35 +01:00
Christoph Strobl
698819e803 Prepare next development iteration.
See #1670
2023-03-20 15:05:34 +01:00
Christoph Strobl
9ff8a717a1 Release version 5.1 M3 (2023.0.0).
See #1670
2023-03-20 15:01:48 +01:00
Christoph Strobl
84e519639a Prepare 5.1 M3 (2023.0.0).
See #1670
2023-03-20 15:01:20 +01:00
Mark Paluch
2dababc43b Polishing.
Make fields final where applicable, move off deprecated API.

See #1696
2023-03-20 08:17:58 +01:00
Mark Paluch
0c8e7d9edd Adopt to newly introduced ParameterAccessor.getScrollPosition().
Closes #1696
2023-03-20 08:14:57 +01:00
Michael Reiche
ee805956d2 Bump Couchbase Java SDK to 3.4.4 (#1693)
Closes #1692.
2023-03-15 21:17:18 -07:00
Michael Reiche
9321e9187a Pass cas from oneEntity call to one by id. (#1689)
Closes #1388.
2023-03-09 09:42:26 -08:00
Andy Toone
9539013f6e ReactiveCouchbaseTemplate can overwrite PseudoArgs. (#1685)
* ReactiveCouchbaseTemplate can overwrite PseudoArgs under heavy concurrency.

Raised as issue #1684

* Added author
2023-03-06 17:30:26 -08:00
Michael Reiche
49eb565623 Fix typo and remove allow-bean-definition-overriding from transaction documentation. (#1683)
Closes #1612.
2023-02-27 18:20:01 -08:00
Michael Reiche
1efcc1b0c3 Add Converters for JsonNode, JsonObject and JsonArray. (#1682)
Closes #1650.
2023-02-27 18:12:53 -08:00
Michael Reiche
72b569a805 Fix duplicate tag in documentation. (#1681)
Closes #1673.
2023-02-27 18:03:11 -08:00
Michael Reiche
848aaa7dc8 Remove accented character from documentation. (#1680)
Closes #1667.
2023-02-27 15:47:20 -08:00
Michael Reiche
67dde584a8 Eliminate need to override transactionInterceptor bean. (#1679)
Closes #1665.
2023-02-27 10:05:34 -08:00
Mark Paluch
1c78f223f6 Upgrade to Maven Wrapper 3.9.0.
See #1676
2023-02-20 11:58:21 +01:00
Michael Reiche
ba0a14676f Add test file missed in #1661. (#1675)
Closes #1674.
2023-02-17 15:15:23 -08:00
Michael Reiche
02afaeef8d Bump couchbase sdk to 3_4_3. (#1663)
Requires some refactoring around @Stability.Internal APIs.
Also fixed a test to get it to pass.

Closes #1661,#1662.
2023-02-17 14:03:44 -08:00
Christoph Strobl
ddd19744d8 After release cleanups.
See #1669
2023-02-17 14:25:49 +01:00
Christoph Strobl
f10060a666 Prepare next development iteration.
See #1669
2023-02-17 14:25:47 +01:00
Christoph Strobl
8aeab1ec31 Release version 5.1 M2 (2023.0.0).
See #1669
2023-02-17 14:22:31 +01:00
Christoph Strobl
25cd1566dd Prepare 5.1 M2 (2023.0.0).
See #1669
2023-02-17 14:22:18 +01:00
Christoph Strobl
ffbfbd4823 After release cleanups.
See #1616
2023-02-17 13:31:54 +01:00
Christoph Strobl
326e13c903 Prepare next development iteration.
See #1616
2023-02-17 13:31:53 +01:00
Christoph Strobl
8547a1bcea Release version 5.1 M1 (2023.0.0).
See #1616
2023-02-17 13:27:50 +01:00
Christoph Strobl
c664a71a54 Prepare 5.1 M1 (2023.0.0).
See #1616
2023-02-17 13:27:10 +01:00
Tigran Babloyan
020693e995 Added Sub-Document mutations support (#1660)
Closes #1659
2023-02-03 11:26:59 -08:00
Mark Paluch
4fa6eb43d2 Update CI properties.
See #1616
2023-01-30 10:49:51 +01:00
Mark Paluch
b37539f0ec Upgrade to Maven Wrapper 3.8.7.
See #1657
2023-01-30 10:48:22 +01:00
Tigran Babloyan
b83da70073 Added support of the read locks (#1655)
Closes #1059.
2023-01-27 10:45:22 -08:00
Tigran Babloyan
ef9d3ff0fc added QueryDSL sorting support (#1653)
closes #1363
2023-01-26 13:12:10 -08:00
Michael Reiche
2866366b5c Mention @Version in transaction documentation. (#1652)
Closes #1651.
2023-01-24 13:08:16 -08:00
Tigran Babloyan
6326317971 Added support of the PersistTo, ReplicateTo and DurabilityLevel via @Document annotation. (#1649)
Closes #1486
2023-01-24 13:05:52 -08:00
Michael Reiche
0e76118dbc Refresh test entity class. (#1645)
Closes #1644.
2023-01-11 13:49:51 -08:00
Michael Reiche
057fe64713 Add missing test entity class. (#1643)
Closed #1642.
2023-01-11 13:09:00 -08:00
Michael Reiche
98bffc0150 Use getAndTouch only when annotation attribute touchOnRead=true. (#1641)
Closes #1634.
2023-01-11 12:43:25 -08:00
Michael Reiche
897d3fc5c2 Take expiry from entity class annotation for getAndTouch. (#1640)
Closes #1634.
2023-01-10 14:14:38 -08:00
Michael Reiche
1d6727bc34 Restore protected visibility to potentiallyConvertRuntimeException. (#1636)
Closes #1635.
2023-01-05 09:35:09 -08:00
Michael Reiche
d994eb7bb3 Use "= true" for TRUE() and "= false" for FALSE(). (#1633)
Closes #1627.
2023-01-03 12:02:51 -08:00
Mark Paluch
49645997be Extend license header copyright years to 2023.
See #1632
2023-01-02 09:53:41 +01:00
Michael Reiche
37f48d3446 Fix javadoc errors introduced by 1621. (#1626)
Closes #1625.
2022-12-16 13:46:51 -08:00
Michael Reiche
1fcafab4d1 Fix serialiation/deserialization for field level encryption. (#1622)
Closes #1621.
2022-12-16 13:14:43 -08:00
Michael Reiche
22eeaf5ec1 Update Couchbase Java SDK to 3.4.1 (#1624)
Closes #1623.
2022-12-16 13:14:08 -08:00
Michael Reiche
799b7dbd30 Add suport for JsonValue annotation on Enums and JsonValue/JsonCreator otherwise. (#1618)
Closes #1617.
2022-12-15 13:31:19 -08:00
Mark Paluch
7a05754161 Update CI properties.
See #1616
2022-11-18 15:31:11 +01:00
Mark Paluch
85f37a3099 After release cleanups.
See #1594
2022-11-18 14:30:20 +01:00
Mark Paluch
c204aa8770 Prepare next development iteration.
See #1594
2022-11-18 14:30:19 +01:00
Mark Paluch
a886ec7898 Release version 5.0 GA (2022.0.0).
See #1594
2022-11-18 14:26:23 +01:00
Mark Paluch
2a085524d8 Prepare 5.0 GA (2022.0.0).
See #1594
2022-11-18 14:26:13 +01:00