Michael Reiche
ce57f76ea4
Fix test for being inside a transaction. ( #1969 )
...
Closes #1968 .
2024-10-10 09:03:16 -07:00
Mark Paluch
6eccb39e95
Fix CI permission issues.
...
Consistently build all steps with the same docker user.
Closes #1973
2024-10-09 09:22:15 +02:00
Jens Schauder
07f738f8f4
After release cleanups.
...
See #1959
2024-09-13 11:40:09 +02:00
Jens Schauder
24c5ac4dd2
Prepare next development iteration.
...
See #1959
2024-09-13 11:40:08 +02:00
Jens Schauder
4786d2c9ec
Release version 5.3.4 (2024.0.4).
...
See #1959
2024-09-13 11:36:55 +02:00
Jens Schauder
a91ed152d4
Prepare 5.3.4 (2024.0.4).
...
See #1959
2024-09-13 11:36:35 +02:00
Jens Schauder
cc846b8cc6
Upgrade Couchbase Client to 3.6.3.
...
Closes #1960
2024-09-11 16:08:18 +02:00
Jens Schauder
cea8dd5c80
After release cleanups.
...
See #1952
2024-08-16 10:08:54 +02:00
Jens Schauder
f49a8eb2b6
Prepare next development iteration.
...
See #1952
2024-08-16 10:08:53 +02:00
Jens Schauder
be5f9e99b9
Release version 5.3.3 (2024.0.3).
...
See #1952
2024-08-16 10:05:57 +02:00
Jens Schauder
57fe6f663d
Prepare 5.3.3 (2024.0.3).
...
See #1952
2024-08-16 10:05:39 +02:00
Mark Paluch
00793be707
Upgrade to Maven Wrapper 3.9.8.
...
See #1957
2024-08-08 10:23:15 +02:00
Mark Paluch
33fae86839
Update CI properties.
...
See #1952
2024-08-08 10:19:20 +02:00
Eric Haag
2612c56469
Migrate build to Spring Develocity Conventions extension.
...
* Migrate build to Spring Develocity Conventions extension.
* Adopt Develocity environment variables.
Closes #1954
2024-08-01 15:48:34 +02:00
Mark Paluch
20dee2db45
Bundle Javadoc with Antora documentation site.
...
Closes #1953
2024-07-31 14:57:20 +02:00
Jens Schauder
bc7f1a5a49
After release cleanups.
...
See #1946
2024-07-12 19:12:15 +02:00
Jens Schauder
a898bfcbc4
Prepare next development iteration.
...
See #1946
2024-07-12 19:12:14 +02:00
Jens Schauder
0e69c7a475
Release version 5.3.2 (2024.0.2).
...
See #1946
2024-07-12 19:09:19 +02:00
Jens Schauder
972fc2ad46
Prepare 5.3.2 (2024.0.2).
...
See #1946
2024-07-12 19:09:02 +02:00
Mark Paluch
043a41902a
Switch to Broadcom docker proxy.
...
Closes #1947
2024-06-20 13:55:34 +02:00
Mark Paluch
98d13c3393
After release cleanups.
...
See #1942
2024-06-14 10:48:00 +02:00
Mark Paluch
c300023c8d
Prepare next development iteration.
...
See #1942
2024-06-14 10:47:59 +02:00
Mark Paluch
8b840255a6
Release version 5.3.1 (2024.0.1).
...
See #1942
2024-06-14 10:45:40 +02:00
Mark Paluch
e050467fbc
Prepare 5.3.1 (2024.0.1).
...
See #1942
2024-06-14 10:45:24 +02:00
Mark Paluch
eadd3c7e55
After release cleanups.
...
See #1938
2024-05-17 12:03:10 +02:00
Mark Paluch
6cd0a8950c
Prepare next development iteration.
...
See #1938
2024-05-17 11:51:48 +02:00
Mark Paluch
281a9bc0f0
Release version 5.3 GA (2024.0.0).
...
See #1938
2024-05-17 11:49:25 +02:00
Mark Paluch
d6b68bb80d
Prepare 5.3 GA (2024.0.0).
...
See #1938
2024-05-17 11:49:11 +02:00
Michael Reiche
de2db4b7a2
Handle list argument for findById, deletedById for DynamicInvocationHandler. ( #1940 )
...
Closes #1939 .
2024-05-06 16:06:04 -07:00
Mark Paluch
33bf8c82cf
After release cleanups.
...
See #1924
2024-04-12 10:53:00 +02:00
Mark Paluch
6e27e96644
Prepare next development iteration.
...
See #1924
2024-04-12 10:52:59 +02:00
Mark Paluch
9473e3a557
Release version 5.3 RC1 (2024.0.0).
...
See #1924
2024-04-12 10:50:42 +02:00
Mark Paluch
aa2f8f1855
Prepare 5.3 RC1 (2024.0.0).
...
See #1924
2024-04-12 10:50:28 +02:00
Michael Reiche
3bb7ea45b1
Restore nullable arg. ( #1935 )
...
Closes #1929 .
2024-04-10 18:05:55 -07:00
Michael Reiche
a7ccfb314a
Exclude javax.inject and CouchbaseAnnotationProcessor to exit gracefully without. ( #1934 )
...
CouchbaseAnnotationProcessor will provide a warning and skip generation
if javax.inject is not present.
2024-04-10 17:35:27 -07:00
Michael Reiche
25aaac47e2
Store BigDecimal and BigInteger as Numbers like the Java SDK does. ( #1933 )
...
Also be able to read BigDecimal and BigInteger that were written as String.
Also does not lose precision by converting BigDecimal to double in the transcoder.
Closes #1611 .
2024-04-08 16:50:39 -07:00
Michael Reiche
fccd22a00b
Remove dependency on javax.injection. ( #1930 )
...
Closes #1929 .
2024-04-05 17:01:27 -07:00
Mark Paluch
659b09575c
After release cleanups.
...
See #1904
2024-03-15 11:09:59 +01:00
Mark Paluch
a7f4500d35
Prepare next development iteration.
...
See #1904
2024-03-15 11:09:58 +01:00
Mark Paluch
a95fab0d00
Release version 5.3 M2 (2024.0.0).
...
See #1904
2024-03-15 11:07:31 +01:00
Mark Paluch
fc3021dfcb
Prepare 5.3 M2 (2024.0.0).
...
See #1904
2024-03-15 11:07:10 +01:00
Michael Reiche
4ec582075f
Eliminate javax.inject dependency. ( #1919 )
...
Closes 1917.
2024-03-14 19:03:02 -04:00
Michael Reiche
ef12aaf6f2
Bump Couchbase SDK to 3.6.0. ( #1916 )
...
Closes #1915 .
2024-03-13 18:43:01 -04:00
Michael Reiche
ff5ba5fd23
Make CrudMethodMetadataPostProcessor public and make factory getTargetRepository() not final. ( #1913 )
...
This is to ease extending spring-data-couchbase.
Closes #1877 .
2024-03-04 15:50:41 -05:00
Michael Reiche
86747412e0
Eliminate split packages. ( #1912 )
...
Closes #1906 .
2024-02-28 15:57:53 -05:00
Michael Reiche
f8e24524e3
Remove the "provided" from querydsl dependency. ( #1911 )
...
Closes #1909 .
2024-02-27 20:21:35 -05:00
Michael Reiche
3298a2cb5d
Change AuditingEventListener Constructor Signature. ( #1908 )
...
Closes #1884 .
2024-02-22 19:49:27 -05:00
Mark Paluch
43711d00bf
Reintroduce Javadoc legacy mode.
...
Closes #1905
2024-02-20 09:05:48 +01:00
Christoph Strobl
a12cd39eee
After release cleanups.
...
See #1865
2024-02-16 14:41:26 +01:00
Christoph Strobl
32690f890b
Prepare next development iteration.
...
See #1865
2024-02-16 14:41:24 +01:00