Julia Lee
b45c0dd169
Prepare next development iteration.
...
See #1786
2023-08-18 08:59:37 -04:00
Julia Lee
4d0866cd22
Release version 5.2 M2 (2023.1.0).
...
See #1786
2023-08-18 08:50:32 -04:00
Julia Lee
90a88a873e
Prepare 5.2 M2 (2023.1.0).
...
See #1786
2023-08-18 08:49:41 -04:00
Julia Lee
ee0f3debd6
Update CI properties.
...
See #1786
2023-08-14 12:15:34 -04:00
Julia Lee
1d37e81cae
Upgrade to Maven Wrapper 3.9.4.
...
See #1809
2023-08-14 08:53:30 -04:00
Tigran Babloyan
a258ad82da
Fixed issue with #n1ql.bucket evaluated as collection name in string based queries. ( #1804 )
...
Closes #1799
2023-08-10 10:24:05 -07:00
Michael Reiche
63b30d9d24
Set Couchbase Java SDK to 3.4.8. ( #1801 )
...
Closes #1800 .
2023-08-09 13:06:16 -07:00
Michael Reiche
f41d4b94e0
Bump Couchbase SDK to 3_4_9. ( #1794 )
...
Closes #1793 .
2023-08-04 10:49:56 -07:00
Michael Reiche
00eaa8f9a0
Add doc for multiple buckets and heading for overriding SDK. ( #1791 )
...
Closes #878 , #1788 .
2023-08-03 11:39:56 -07:00
Mark Paluch
df547a01ae
After release cleanups.
...
See #1742
2023-07-14 14:57:13 +02:00
Mark Paluch
f78404388e
Prepare next development iteration.
...
See #1742
2023-07-14 14:57:11 +02:00
Mark Paluch
f169323ddb
Release version 5.2 M1 (2023.1.0).
...
See #1742
2023-07-14 14:53:19 +02:00
Mark Paluch
6794ed2217
Prepare 5.2 M1 (2023.1.0).
...
See #1742
2023-07-14 14:52:14 +02:00
Michael Reiche
9156d463d6
Add Doc to Change Couchbase SDK Version. ( #1782 )
...
Closes #1781 .
2023-07-13 16:47:53 -07:00
Michael Reiche
47999dcd71
Remove lombok from test cases. ( #1778 )
...
Closes #1753 .
2023-07-07 08:23:46 -07:00
Michael Reiche
bbcabbc6d4
Option to not use typeKey=typeAlias property and predicate. ( #1777 )
...
If the configuration getType() or the @TypeAlias is an empty string,
then do not add the typeKey:typeAlias property when storing documents,
and do not add the typeKey=typeAlias property on queries - including
removeByQuery.
2023-07-06 16:49:26 -07:00
Mark Paluch
76ef883cca
Update CI properties.
...
See #1742
2023-07-03 09:50:19 +02:00
Mark Paluch
a99c61d2e5
Upgrade to Maven Wrapper 3.9.3.
...
See #1775
2023-07-03 09:49:54 +02:00
Michael Reiche
0ba6423f2b
Restore StringQuery constructor that takes only string. ( #1770 )
...
Closes #1769 .
2023-06-29 11:55:48 -07:00
Jorge
0ee1f8a0d3
Add CodeQL workflow ( #1767 )
2023-06-27 14:02:19 -07:00
Greg L. Turnquist
adb71551d2
Stop posting build status on internal Slack.
...
See #1768
2023-06-26 13:35:00 -05:00
Michael Reiche
80eb56e206
Non-reactive template.save() use non-reactive auditor and close clusters in tests. ( #1765 )
...
Closed #1756 , #1764 .
2023-06-23 14:14:15 -07:00
Michael Reiche
6e1f43d142
Fix compile error from #1757 . ( #1760 )
...
Closes #1759 .
2023-06-15 18:33:16 -07:00
Michael Reiche
abca4e6d62
Allow template.save() to find if it is in a transaction. ( #1758 )
...
Closes #1757 .
2023-06-15 18:25:06 -07:00
Michael Reiche
240512d56c
Bump Couchbase Java SDK to 3.4.7. ( #1755 )
...
Closes #1754 .
2023-06-14 10:49:06 -07:00
Mark Paluch
ff964d80d3
Upgrade to Maven Wrapper 3.9.2.
...
See #1752
2023-06-13 08:55:13 +02:00
Mark Paluch
c03ac0fe0a
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #1748
2023-06-06 11:02:10 +02:00
Michael Reiche
336014c65e
Fix compile error introduced by #1745 . ( #1747 )
...
* Fix compile error in #1745 .
Closes #1745 .
2023-05-31 09:18:59 -07:00
Michael Reiche
1087b2d20d
Was not using QueryContext in tx when scope=_default, but collection!=_default. ( #1746 )
...
Closes #1745 .
2023-05-30 15:18:45 -07:00
Michael Reiche
591dc5a43b
Use only converter for elements of parameter array. ( #1744 )
...
Closes #1743 .
2023-05-23 16:41:46 -07:00
Michael Reiche
cf9bdde6ef
Datacouch 1599 add rangescan support ( #1738 )
...
* Add RangeScan to Template.
Closes #1599 .
* Add RangeScan support.
Closes #1599 .
2023-05-12 14:00:52 -07:00
Christoph Strobl
cdf0b4c713
After release cleanups.
...
See #1714
2023-05-12 14:18:54 +02:00
Christoph Strobl
0510e283b3
Prepare next development iteration.
...
See #1714
2023-05-12 14:18:52 +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