Commit Graph

1186 Commits

Author SHA1 Message Date
John Blum
00cd3096eb Prepare next development iteration.
See #1741
2023-06-16 08:13:29 -07:00
John Blum
b649a8fcd8 Release version 5.1.1 (2023.0.1).
See #1741
2023-06-16 08:05:37 -07:00
John Blum
ef935419ff Prepare 5.1.1 (2023.0.1).
See #1741
2023-06-16 08:05:07 -07:00
Michael Reiche
1acf6442b3 Fix compile error from #1757. (#1760)
Closes #1759.
2023-06-15 18:37:24 -07:00
Michael Reiche
012ec83a61 Allow template.save() to find if it is in a transaction. (#1758)
Closes #1757.
2023-06-15 18:37:12 -07:00
Michael Reiche
261bab3e41 Bump Couchbase Java SDK to 3.4.7. (#1755)
Closes #1754.
2023-06-14 12:00:06 -07:00
Michael Reiche
e94f88ac5c Fix compile error introduced by #1745. (#1747)
* Fix compile error in #1745.

Closes #1745.
2023-06-14 11:55:20 -07:00
Michael Reiche
3973b619c9 Was not using QueryContext in tx when scope=_default, but collection!=_default. (#1746)
Closes #1745.
2023-06-14 11:54:32 -07:00
Michael Reiche
b0ea2d4f20 Use only converter for elements of parameter array. (#1744)
Closes #1743.
2023-06-14 11:52:39 -07:00
Michael Reiche
88bf5fa63d Datacouch 1599 add rangescan support (#1738)
* Add RangeScan to Template.

Closes #1599.

* Add RangeScan support.

Closes #1599.
2023-06-14 11:50:30 -07:00
Mark Paluch
79fbef0dac Upgrade to Maven Wrapper 3.9.2.
See #1751
2023-06-13 08:54:11 +02:00
Mark Paluch
6f164eb7f2 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #1748
2023-06-06 11:02:32 +02:00
Mark Paluch
bb469156bd Update Jenkins triggers after GA release.
See #1714
2023-05-12 14:45:15 +02:00
Christoph Strobl
843b772ecf After release cleanups.
See #1714
2023-05-12 14:19:11 +02:00
Christoph Strobl
d840147645 Prepare next development iteration.
See #1714
2023-05-12 14:19:10 +02:00
Christoph Strobl
7253336437 Release version 5.1 GA (2023.0.0).
See #1714
2023-05-12 14:14:39 +02:00
Christoph Strobl
85ab3f4f4f Prepare 5.1 GA (2023.0.0).
See #1714
2023-05-12 14:14:08 +02:00
Michael Reiche
502c5322bf Try Object.class if cannot get persistent entity for class. (#1737)
Closes #1726.
2023-05-11 11:12:12 -07:00
Michael Reiche
354ddd43fa ClassTypeInformation is now deprecated. (#1735)
Closes #1456.
2023-05-10 10:59:44 -07:00
Michael Reiche
e126bff1b0 Fix Typo in Cache Documentation. (#1734)
Closes #1525.
2023-05-09 14:14:29 -07:00
Michael Reiche
6194b070cb Fix code example for field level encryption. (#1733)
Closes #1613.
2023-05-09 14:10:46 -07:00
Michael Reiche
bd7f8a1a17 Fix repository links in documentation. (#1732)
Closes #1647.
2023-05-09 14:05:31 -07:00
Mico Piira
9b8d855ecd Automatically set readonly query option for read only queries (#1730)
Closes #1724
2023-05-09 09:58:32 -07:00
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