Michael Reiche
00cf6a2e07
Remove javax.inject dependency in 5.0.x ( #1921 )
...
Closes #1917 .
2024-03-14 19:39:01 -04:00
Michael Reiche
1a8596aae7
Make CrudMethodMetadataPostProcessor public and make factory getTargetRepository() not final. ( #1913 )
...
This is to ease extending spring-data-couchbase.
Closes #1877 .
2024-03-13 15:53:26 -07:00
Michael Reiche
e85b785e82
Eliminate split packages. ( #1912 )
...
Closes #1906 .
2024-03-13 15:52:43 -07:00
Michael Reiche
268411c5e8
Remove the "provided" from querydsl dependency. ( #1911 )
...
Closes #1909 .
2024-03-13 15:51:45 -07:00
Michael Reiche
7beb00b3dc
Change AuditingEventListener Constructor Signature. ( #1908 )
...
Closes #1884 .
2024-03-13 15:50:24 -07:00
mikereiche
29097c9560
Revert "Mark CouchbaseAnnotationProcessor for auto-discovery. ( #1871 )"
...
This reverts commit 8b87abbff0 .
2024-01-17 17:36:36 -08:00
mikereiche
7f22e6cb01
Revert "Disable build cache for codeQL. ( #1859 )"
...
This reverts commit 3649820686 .
2024-01-17 17:34:26 -08:00
Michael Reiche
0a14f830ef
Disable build cache for codeQL. ( #1859 )
...
Closes #1858 .
2024-01-17 17:21:36 -08:00
Vipul Gupta
9935e1455d
Added functionality to add customConverters. ( #1886 )
...
* Added functionality to add customConverters.
Added functionality to register custom converters in the list + cleaned up the code a little and.
* Review chages.
Function name changed and restored to old implementation
* Documentation Changes.
2024-01-17 17:17:24 -08:00
Vipul Gupta
82d1798526
Propagated CouchbaseCustomConverters bean into MappingConverter ( #1885 )
...
* Propagated CouchbaseCustomConverters bean into MappingConverter.
Just a polishing fix to propagate CouchbaseCustomConversions directly to MappingCouchbaseConverter -> AbstractCouchbaseConverter , So that we won't have to set it explicitly.
* Removed unnecessary constructor.
2024-01-17 17:16:45 -08:00
Michael Reiche
9a0dd7279c
Fix regression - unable to store and read properties of type Object. ( #1883 )
...
Closes #1875 .
2024-01-17 17:16:09 -08:00
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