omernaci
|
10aaf2247b
|
issue-tracker and create a new issue links updated. (#1731)
|
2023-05-09 09:55:10 -07:00 |
|
Michael Reiche
|
9e932e5ea5
|
Bump Couchbase Java SDK to 3.4.6. (#1728)
Also add more time for findByIdWithLock case - it must be more than the
default timeout of 2.5 seconds.
Closes #1727.
|
2023-05-05 09:39:45 -07:00 |
|
Michael Reiche
|
ffe7c52f28
|
Pass entity in repository delete(entity) and deleteAll(entities). (#1726)
Closes #1725.
|
2023-05-03 15:28:50 -07:00 |
|
Tigran Babloyan
|
7edc00e10c
|
Added support of the expression based durability levels. (#1721)
Closes #1063.
|
2023-04-24 09:17:19 -07:00 |
|
Michael Reiche
|
e91322bd13
|
Check for nulls. (#1723)
Closes #1720.
|
2023-04-21 16:53:20 -07:00 |
|
Michael Reiche
|
37cc6efc8e
|
Add YearMonth converter. (#1722)
Closes #1720.
|
2023-04-21 15:29:37 -07:00 |
|
Michael Reiche
|
8bbdc4f732
|
Bump Couchbase Java SDK to 3.4.5. (#1718)
Closes 1715.
|
2023-04-18 09:43:35 -07:00 |
|
Tigran Babloyan
|
ae9c9a8cab
|
Register CouchbaseDocument and CouchbaseList as simple types (datastore supported) to get rid of conversation warning messages. (#1711)
Closes #1700.
|
2023-04-18 09:20:09 -07:00 |
|
Greg L. Turnquist
|
660f075fe9
|
After release cleanups.
See #1699
|
2023-04-14 12:00:05 -05:00 |
|
Greg L. Turnquist
|
bd5243add5
|
Prepare next development iteration.
See #1699
|
2023-04-14 11:59:59 -05:00 |
|
Greg L. Turnquist
|
3122b8e42c
|
Release version 5.1 RC1 (2023.0.0).
See #1699
|
2023-04-14 11:54:02 -05:00 |
|
Greg L. Turnquist
|
45917046a3
|
Prepare 5.1 RC1 (2023.0.0).
See #1699
|
2023-04-14 11:53:26 -05:00 |
|
Mark Paluch
|
1df21327b9
|
Upgrade to Maven Wrapper 3.9.1.
See #1708
|
2023-04-06 16:16:39 +02:00 |
|
Shubham Mishra
|
9c258146ff
|
Move duplicate code in QueryCriteria to new method. (#1706)
Co-authored-by: Shubham Mishra <sh277446@dal.ca>
|
2023-04-05 10:15:59 -07:00 |
|
Michael Reiche
|
6102661790
|
Use the ApplicationContext class loader for MappingCouchbaseConverter. (#1705)
Closes #1691.
|
2023-03-30 12:05:14 -07:00 |
|
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 |
|