Commit Graph

1241 Commits

Author SHA1 Message Date
Tigran Babloyan
8b87abbff0 Mark CouchbaseAnnotationProcessor for auto-discovery. (#1871)
Closes #1870
2024-01-17 17:15:12 -08:00
Michael Reiche
b5dc1a23ed Use scope and collection in transaction in findByQuery.count(). (#1868)
Closes #1862.
2024-01-17 17:12:19 -08:00
Tigran Babloyan
f1df93f31f Fixed issue with querying documents annotated with @Collection with QuerydslPredicateExecutor. (#1867)
Closes #1866
2024-01-17 17:11:35 -08:00
Mark Paluch
d73eecd024 Extend license header copyright years to 2024.
See #1887
2024-01-02 09:24:34 +01:00
Mark Paluch
89cba559a8 Introduce property for Jenkins user and Artifactory server details.
Closes #1872
2023-11-27 10:50:56 +01:00
Mark Paluch
7c6974ed93 After release cleanups.
See #1847
2023-11-17 11:00:18 +01:00
Mark Paluch
386fa54b80 Prepare next development iteration.
See #1847
2023-11-17 11:00:16 +01:00
Mark Paluch
c2248eb1b6 Release version 5.0.12 (2022.0.12).
See #1847
2023-11-17 10:57:14 +01:00
Mark Paluch
6c0f8ddb38 Prepare 5.0.12 (2022.0.12).
See #1847
2023-11-17 10:57:00 +01:00
Michael Reiche
0af7ae90a6 Provide Default CouchbaseCustomConversions with Enum Converters. (#1856)
Closes #1837.
2023-10-25 11:28:34 -07:00
Mark Paluch
c8a26a6841 After release cleanups.
See #1829
2023-10-13 11:44:29 +02:00
Mark Paluch
a1d1108df6 Prepare next development iteration.
See #1829
2023-10-13 11:44:28 +02:00
Mark Paluch
0a536fe919 Release version 5.0.11 (2022.0.11).
See #1829
2023-10-13 11:41:41 +02:00
Mark Paluch
97917ba468 Prepare 5.0.11 (2022.0.11).
See #1829
2023-10-13 11:41:28 +02:00
Michael Reiche
fca506f8f7 Don't use String version of enum parameters. (#1846)
Just use the converted value as-is (in case of boolean or Number) enum value.

Closes #1837.
2023-10-11 15:50:35 -07:00
Michael Reiche
7283a5c0d9 Remove unused test file. (#1845)
Closes #1766.
2023-10-11 15:49:57 -07:00
Michael Reiche
5dfb2dcef8 Fix ThreadLocal Issue with Repository Save. (#1840)
The issue was introduced when the Mono.deferContextual() was added to
determine if the save() is in a transaction. It may be executing in a
different thread when the PseudoArgs (scope, collection, and options)
are retrieved ThreadLocal. This change ensures scope and collection
are retrieved, but options are ignored and discarded.

Closes #1838.
2023-10-11 15:49:06 -07:00
Michael Reiche
629430e9b3 Bump Couchbase SDK to 3.4.11 on 5.0. (#1843)
Closes #1832.
2023-10-10 15:00:22 -07:00
John Blum
e3d29e3011 Upgrade to Maven Wrapper 3.9.5.
See #1835
2023-10-04 18:24:27 -07:00
John Blum
bcc9e3a4aa Update CI properties.
See #1829
2023-10-04 17:47:35 -07:00
Mark Paluch
cd5edb9bb5 After release cleanups.
See #1811
2023-09-15 10:20:52 +02:00
Mark Paluch
bab2f15e46 Prepare next development iteration.
See #1811
2023-09-15 10:20:50 +02:00
Mark Paluch
0afe194ff0 Release version 5.0.10 (2022.0.10).
See #1811
2023-09-15 10:17:46 +02:00
Mark Paluch
670fc76b08 Prepare 5.0.10 (2022.0.10).
See #1811
2023-09-15 10:17:32 +02:00
Michael Reiche
67b29355fa Bump Couchbase SDK to 3.4.10 on 5.0.x. (#1826)
Closes #1822.
2023-09-14 13:30:13 -07:00
Michael Reiche
0a6d38db3a Allow non-exact argument type matching for DynamicProxyable. (#1819)
Allow non-exact (isAssignableFrom) argument matching for methods
called by DyanmicProxyable. If there are exactly two candidates,
and one returns an Iterable and the other returns a List, use
the method that returns the List.  This is due to
CouchbaseRepository defining findAll() methods as List<?>, while
PagingAndSortyRepository defines findAll() to return an Iterable.
This needs to be addressed separately.

Closes #1818.
2023-09-14 11:29:09 -07:00
Michael Reiche
0dcec59532 Add doc for multiple buckets and heading for overriding SDK. (#1791)
Closes #878, #1788.
2023-08-28 09:26:28 -07:00
Mark Paluch
6bdbf02fba After release cleanups.
See #1785
2023-08-18 10:46:31 +02:00
Mark Paluch
8b7a03e018 Prepare next development iteration.
See #1785
2023-08-18 10:46:29 +02:00
Mark Paluch
bf35b6dcc8 Release version 5.0.9 (2022.0.9).
See #1785
2023-08-18 10:43:13 +02:00
Mark Paluch
cfe0a52df3 Prepare 5.0.9 (2022.0.9).
See #1785
2023-08-18 10:42:57 +02:00
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