Commit Graph

1210 Commits

Author SHA1 Message Date
Julia Lee
d679c48bbf Update CI properties.
See #1785
2023-08-14 10:19:14 -04:00
Julia Lee
ef2a96a9ac Upgrade to Maven Wrapper 3.9.4.
See #1807
2023-08-14 07:45:51 -04:00
Tigran Babloyan
870441e668 Fixed issue with #n1ql.bucket evaluated as collection name in string based queries. (#1804)
Closes #1799
2023-08-10 10:29:26 -07:00
Michael Reiche
5620f40af0 Set Couchbase Java SDK to 3.4.8 on 5.0.x. (#1803)
Closes #1800.
2023-08-09 13:17:44 -07:00
Mico Piira
fafbffa1ee Automatically set readonly query option for read only queries (#1730)
Closes #1724
2023-08-09 13:13:17 -07:00
Michael Reiche
acc2b4912c Bump Couchbase SDK to 3_4_9 on 5_0_x. (#1798)
Closes #1793.
2023-08-04 11:00:31 -07:00
Mark Paluch
6fd640f9cb After release cleanups.
See #1762
2023-07-14 11:25:33 +02:00
Mark Paluch
0f06f5e6af Prepare next development iteration.
See #1762
2023-07-14 11:25:31 +02:00
Mark Paluch
7ff12599be Release version 5.0.8 (2022.0.8).
See #1762
2023-07-14 11:22:39 +02:00
Mark Paluch
a539920900 Prepare 5.0.8 (2022.0.8).
See #1762
2023-07-14 11:22:25 +02:00
Michael Reiche
9bcc65b3c5 Add Doc to Change Couchbase SDK Version. (#1782)
Closes #1781.
2023-07-13 16:52:47 -07:00
Michael Reiche
d2c50837da Bump Couchbase SDK to 3_4_7. (#1780)
Closes #1754.
2023-07-11 11:28:08 -07:00
Michael Reiche
25f86b46b4 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:54:31 -07:00
Mark Paluch
d1e36b7936 Update CI properties.
See #1762
2023-07-03 09:47:08 +02:00
Mark Paluch
da9c7c054c Upgrade to Maven Wrapper 3.9.3.
See #1773
2023-07-03 09:46:42 +02:00
Michael Reiche
c9a53a6d1c Restore StringQuery constructor that takes only string. (#1770)
Closes #1769.
2023-06-29 15:11:55 -07:00
Jorge
299b27f89a Add CodeQL workflow (#1767) 2023-06-29 15:10:41 -07:00
mikereiche
1d2b488e5f Non-reactive template.save() use non-reactive auditor and close clusters in tests.
Already cherry-picked from main. This change to fix compilation error after cherry-pick.

Closes #1756, #1764.
2023-06-29 15:05:08 -07:00
Michael Reiche
c97084be12 Non-reactive template.save() use non-reactive auditor and close clusters in tests. (#1765)
Closed #1756, #1764.
2023-06-29 14:58:52 -07:00
Greg L. Turnquist
e8362921a7 Stop posting build status on internal Slack.
See #1768
2023-06-26 13:35:51 -05:00
Mark Paluch
fc86d2a0fa After release cleanups.
See #1740
2023-06-16 15:43:11 +02:00
Mark Paluch
5ad24240ef Prepare next development iteration.
See #1740
2023-06-16 15:43:09 +02:00
Mark Paluch
bcc01d5c7a Release version 5.0.7 (2022.0.7).
See #1740
2023-06-16 15:39:46 +02:00
Mark Paluch
c9b5fdf2c9 Prepare 5.0.7 (2022.0.7).
See #1740
2023-06-16 15:39:32 +02:00
Michael Reiche
3520eb5e12 Fix compile error from #1757. (#1760)
Closes #1759.
2023-06-15 18:38:49 -07:00
Michael Reiche
3e7a8253e6 Allow template.save() to find if it is in a transaction. (#1758)
Closes #1757.
2023-06-15 18:38:44 -07:00
Tigran Babloyan
53060b029e Added support of the expression based durability levels. (#1721)
Closes #1063.
2023-06-14 15:05:37 -07:00
Michael Reiche
372314aa23 Check for nulls. (#1723)
Closes #1720.
2023-06-14 15:04:06 -07:00
Michael Reiche
9999557024 Add YearMonth converter. (#1722)
Closes #1720.
2023-06-14 15:03:18 -07:00
Tigran Babloyan
ed7d6b268c Register CouchbaseDocument and CouchbaseList as simple types (datastore supported) to get rid of conversation warning messages. (#1711)
Closes #1700.
2023-06-14 15:02:21 -07:00
Shubham Mishra
7a402abe07 Move duplicate code in QueryCriteria to new method. (#1706)
Co-authored-by: Shubham Mishra <sh277446@dal.ca>
2023-06-14 15:01:19 -07:00
Michael Reiche
a8992f1e22 Fix compile error introduced by #1745. (#1747)
* Fix compile error in #1745.

Closes #1745.
2023-06-14 12:07:17 -07:00
Michael Reiche
5ea899e62b Was not using QueryContext in tx when scope=_default, but collection!=_default. (#1746)
Closes #1745.
2023-06-14 12:06:38 -07:00
Michael Reiche
5fca2619fa Use only converter for elements of parameter array. (#1744)
Closes #1743.
2023-06-14 12:05:24 -07:00
Michael Reiche
ea91a1bda4 Datacouch 1599 add rangescan support (#1738)
* Add RangeScan to Template.

Closes #1599.

* Add RangeScan support.

Closes #1599.
2023-06-14 12:01:40 -07:00
Mark Paluch
c6cc4831ab Upgrade to Maven Wrapper 3.9.2.
See #1750
2023-06-13 08:52:23 +02:00
Mark Paluch
52b217c37a Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #1748
2023-06-06 11:02:41 +02:00
Christoph Strobl
1caba3e994 After release cleanups.
See #1713
2023-05-12 11:11:32 +02:00
Christoph Strobl
89546c6935 Prepare next development iteration.
See #1713
2023-05-12 11:11:31 +02:00
Christoph Strobl
11657d6f50 Release version 5.0.6 (2022.0.6).
See #1713
2023-05-12 11:08:07 +02:00
Christoph Strobl
478d9a9e08 Prepare 5.0.6 (2022.0.6).
See #1713
2023-05-12 11:07:49 +02:00
Michael Reiche
8ea76196ea Try Object.class if cannot get persistent entity for class. (#1737)
Closes #1726.
2023-05-11 11:13:26 -07:00
Michael Reiche
e4e2f466c0 ClassTypeInformation is now deprecated. (#1735)
Closes #1456.
2023-05-10 11:35:48 -07:00
Michael Reiche
140c169799 Fix Typo in Cache Documentation. (#1734)
Closes #1525.
2023-05-10 10:38:11 -07:00
Michael Reiche
76b9c26d92 Fix code example for field level encryption. (#1733)
Closes #1613.
2023-05-10 10:37:50 -07:00
Michael Reiche
3130f0664d Fix repository links in documentation. (#1732)
Closes #1647.
2023-05-10 10:37:29 -07:00
omernaci
7d8d148385 issue-tracker and create a new issue links updated. (#1731) 2023-05-10 10:36:46 -07:00
Michael Reiche
425c6d41b1 Bump Couchbase SDK to 3.4.6. (#1729)
Closes #1727.
2023-05-05 11:16:48 -07:00
Michael Reiche
82d9a47975 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:42:50 -07:00
Michael Reiche
60a9a00bc5 Pass entity in repository delete(entity) and deleteAll(entities). (#1726)
Closes #1725.
2023-05-03 15:30:07 -07:00