Commit Graph

1229 Commits

Author SHA1 Message Date
Mark Paluch
0eb6de5e41 Release version 5.1.6 (2023.0.6).
See #1848
2023-11-17 13:38:04 +01:00
Mark Paluch
710b91ab3c Prepare 5.1.6 (2023.0.6).
See #1848
2023-11-17 13:37:52 +01:00
Michael Reiche
2281ba234a Provide Default CouchbaseCustomConversions with Enum Converters. (#1856)
Closes #1837.
2023-10-25 12:07:16 -07:00
John Blum
97a37a5f9a After release cleanups.
See #1830
2023-10-13 08:09:35 -07:00
John Blum
b987819c93 Prepare next development iteration.
See #1830
2023-10-13 08:09:33 -07:00
John Blum
be43331fff Release version 5.1.5 (2023.0.5).
See #1830
2023-10-13 08:01:15 -07:00
John Blum
abac986af2 Prepare 5.1.5 (2023.0.5).
See #1830
2023-10-13 08:00:48 -07:00
Michael Reiche
b3ced12c8c 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:46:32 -07:00
Michael Reiche
3a7e9645f7 Remove unused test file. (#1845)
Closes #1766.
2023-10-11 15:45:44 -07:00
Michael Reiche
9f958a9247 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:44:24 -07:00
Michael Reiche
e64a4892cb Bump Couchbase SDK to 3.4.11 on 5.1. (#1844)
Closes #1832.
2023-10-10 15:02:47 -07:00
John Blum
ff1f87e31e Upgrade to Maven Wrapper 3.9.5.
See #1834
2023-10-04 18:22:44 -07:00
John Blum
9838eb5da2 Update CI properties.
See #1830
2023-10-04 17:46:55 -07:00
Mark Paluch
b61ffff525 After release cleanups.
See #1812
2023-09-15 10:55:36 +02:00
Mark Paluch
84a7e7e911 Prepare next development iteration.
See #1812
2023-09-15 10:55:34 +02:00
Mark Paluch
8971f626c9 Release version 5.1.4 (2023.0.4).
See #1812
2023-09-15 10:52:26 +02:00
Mark Paluch
5e0fdb6ee3 Prepare 5.1.4 (2023.0.4).
See #1812
2023-09-15 10:52:12 +02:00
Michael Reiche
bae3241c63 Bump Couchbase SDK to 3.4.10 on 5.1.x (#1825)
Closes #1823.
2023-09-14 13:28:08 -07:00
Michael Reiche
e6bf44b9c3 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:26:22 -07:00
Michael Reiche
2d4ff0dfc3 Add doc for multiple buckets and heading for overriding SDK. (#1791)
Closes #878, #1788.
2023-08-28 09:25:16 -07:00
Mark Paluch
7a2b9bc408 After release cleanups.
See #1787
2023-08-18 14:07:36 +02:00
Mark Paluch
f1824e504d Prepare next development iteration.
See #1787
2023-08-18 14:07:34 +02:00
Mark Paluch
d91f60844c Release version 5.1.3 (2023.0.3).
See #1787
2023-08-18 14:04:04 +02:00
Mark Paluch
64e7f9999d Prepare 5.1.3 (2023.0.3).
See #1787
2023-08-18 14:03:49 +02:00
Julia Lee
f6d0ca6ac6 Update CI properties.
See #1787
2023-08-14 11:29:43 -04:00
Julia Lee
48672089bf Upgrade to Maven Wrapper 3.9.4.
See #1808
2023-08-14 07:55:36 -04:00
Tigran Babloyan
9b1cd645ac Fixed issue with #n1ql.bucket evaluated as collection name in string based queries. (#1804)
Closes #1799
2023-08-10 10:27:54 -07:00
Michael Reiche
2a4aa5ed7b Set Couchbase Java SDK to 3.4.8. (#1802)
Closes #1800.
2023-08-09 13:11:29 -07:00
Michael Reiche
69e81c156e Bump Couchbase SDK to 3_4_9 on 5_1_x. (#1796)
Closes #1793.
2023-08-04 10:51:02 -07:00
Mark Paluch
9f56dde507 After release cleanups.
See #1763
2023-07-14 13:57:59 +02:00
Mark Paluch
9c6877b93d Prepare next development iteration.
See #1763
2023-07-14 13:57:58 +02:00
Mark Paluch
c2366c6ad4 Release version 5.1.2 (2023.0.2).
See #1763
2023-07-14 13:54:08 +02:00
Mark Paluch
2067591654 Prepare 5.1.2 (2023.0.2).
See #1763
2023-07-14 13:52:55 +02:00
Michael Reiche
2e16b98d0f Add Doc to Change Couchbase SDK Version. (#1782)
Closes #1781.
2023-07-13 16:53:34 -07:00
Michael Reiche
da0381f3c8 Remove lombok from test cases. (#1778)
Closes #1753.
2023-07-07 08:34:48 -07:00
Michael Reiche
dff149afa7 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:53:01 -07:00
Mark Paluch
102d90ff10 Update CI properties.
See #1763
2023-07-03 09:49:00 +02:00
Mark Paluch
8fa89d2089 Upgrade to Maven Wrapper 3.9.3.
See #1774
2023-07-03 09:48:31 +02:00
Michael Reiche
9d461cbcb6 Restore StringQuery constructor that takes only string. (#1770)
Closes #1769.
2023-06-29 14:53:09 -07:00
Jorge
49b6d99baa Add CodeQL workflow (#1767) 2023-06-29 14:49:49 -07:00
Michael Reiche
b13ddb7a53 Non-reactive template.save() use non-reactive auditor and close clusters in tests. (#1765)
Closed #1756, #1764.
2023-06-29 14:42:00 -07:00
Greg L. Turnquist
0c070580ca Stop posting build status on internal Slack.
See #1768
2023-06-26 13:35:34 -05:00
John Blum
993f5eb1d3 After release cleanups.
See #1741
2023-06-16 08:13:31 -07:00
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