Commit Graph

1308 Commits

Author SHA1 Message Date
Michael Reiche
7237313de1 Propagate SecurityContext into @Transactional methods. (#1979)
Closes #1944.
2024-10-10 11:37:13 -07:00
Michael Reiche
72fdb1cefd Allow primitive repository args for DynamicProxyable repositories.. (#1972)
Closes #1965.
2024-10-10 11:31:41 -07:00
Michael Reiche
cdfb69bcaf Fix javadoc in couchbase cache. (#1985)
Closes #1984.
2024-10-10 11:31:20 -07:00
Michael Reiche
cfcd747e00 Add transcoder support on Cache get, putIfAbsent. (#1970)
Closes #1966.
2024-10-10 11:22:15 -07:00
Michael Reiche
c42b4d201b Fix test for being inside a transaction. (#1969)
Closes #1968.
2024-10-10 11:13:57 -07:00
Mark Paluch
868bbca341 Fix CI permission issues.
Consistently build all steps with the same docker user.

Closes #1973
2024-10-09 09:21:58 +02:00
Jens Schauder
f6f63b2089 After release cleanups.
See #1958
2024-09-13 10:53:00 +02:00
Jens Schauder
c805431441 Prepare next development iteration.
See #1958
2024-09-13 10:52:59 +02:00
Jens Schauder
d024ad1068 Release version 5.2.10 (2023.1.10).
See #1958
2024-09-13 10:50:09 +02:00
Jens Schauder
776483f6eb Prepare 5.2.10 (2023.1.10).
See #1958
2024-09-13 10:49:51 +02:00
Jens Schauder
d797ca4e9e After release cleanups.
See #1951
2024-08-16 09:01:34 +02:00
Jens Schauder
0a4395b376 Prepare next development iteration.
See #1951
2024-08-16 09:01:33 +02:00
Jens Schauder
31fd751d3f Release version 5.2.9 (2023.1.9).
See #1951
2024-08-16 08:58:34 +02:00
Jens Schauder
24ab343357 Prepare 5.2.9 (2023.1.9).
See #1951
2024-08-16 08:58:12 +02:00
Mark Paluch
c6c3cdffb5 Update CI properties.
See #1951
2024-08-08 10:17:45 +02:00
Mark Paluch
df47a942b6 Upgrade to Maven Wrapper 3.9.8.
See #1955
2024-08-08 10:17:24 +02:00
Eric Haag
9b2be6c86d 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:38 +02:00
Mark Paluch
63c2718517 Bundle Javadoc with Antora documentation site.
Closes #1953
2024-07-31 14:57:26 +02:00
Jens Schauder
a16ce0d76b After release cleanups.
See #1945
2024-07-12 13:36:35 +02:00
Jens Schauder
73ba4b2679 Prepare next development iteration.
See #1945
2024-07-12 13:36:34 +02:00
Jens Schauder
92025e43b1 Release version 5.2.8 (2023.1.8).
See #1945
2024-07-12 13:33:06 +02:00
Jens Schauder
6ac86e1abd Prepare 5.2.8 (2023.1.8).
See #1945
2024-07-12 13:32:46 +02:00
Mark Paluch
8ef66de1c0 Switch to Broadcom docker proxy.
Closes #1947
2024-06-20 13:55:39 +02:00
Mark Paluch
c97f75662d Fix upstream build trigger.
See #1941
2024-06-14 10:31:52 +02:00
Mark Paluch
c33c274704 After release cleanups.
See #1941
2024-06-14 10:06:43 +02:00
Mark Paluch
3b8db1d96e Prepare next development iteration.
See #1941
2024-06-14 10:06:43 +02:00
Mark Paluch
3145f3a9ab Release version 5.2.7 (2023.1.7).
See #1941
2024-06-14 10:04:22 +02:00
Mark Paluch
f709c84498 Prepare 5.2.7 (2023.1.7).
See #1941
2024-06-14 10:04:06 +02:00
Mark Paluch
9e3c014198 After release cleanups.
See #1937
2024-05-17 11:24:38 +02:00
Mark Paluch
3c8f30ffc8 Prepare next development iteration.
See #1937
2024-05-17 11:24:37 +02:00
Mark Paluch
96bacb2031 Release version 5.2.6 (2023.1.6).
See #1937
2024-05-17 11:22:24 +02:00
Mark Paluch
f2731d90ca Prepare 5.2.6 (2023.1.6).
See #1937
2024-05-17 11:22:00 +02:00
Mark Paluch
4864ac72e3 After release cleanups.
See #1923
2024-04-12 10:17:29 +02:00
Mark Paluch
52be1621cf Prepare next development iteration.
See #1923
2024-04-12 10:17:28 +02:00
Mark Paluch
929e2e0597 Release version 5.2.5 (2023.1.5).
See #1923
2024-04-12 10:15:11 +02:00
Mark Paluch
1a5c50ca55 Prepare 5.2.5 (2023.1.5).
See #1923
2024-04-12 10:14:56 +02:00
Michael Reiche
b7f1651a63 Restore nullable arg. (#1935)
Closes #1929.
2024-04-10 18:07:13 -07:00
Michael Reiche
e65e53e294 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:41:37 -07:00
Michael Reiche
bccab34cc3 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-10 17:40:39 -07:00
Michael Reiche
ca7bbee67d Remove dependency on javax.injection. (#1931)
Closes #1929.
2024-04-08 13:31:16 -07:00
Mark Paluch
f51d4156bc After release cleanups.
See #1903
2024-03-15 10:20:09 +01:00
Mark Paluch
82e353fb37 Prepare next development iteration.
See #1903
2024-03-15 10:20:08 +01:00
Mark Paluch
d9e30cdd09 Release version 5.2.4 (2023.1.4).
See #1903
2024-03-15 10:17:49 +01:00
Mark Paluch
d86c09ae74 Prepare 5.2.4 (2023.1.4).
See #1903
2024-03-15 10:17:30 +01:00
Michael Reiche
d7e8ce52e3 Remove javax.inject depdendency. (#1918)
Closes #1917.
2024-03-14 18:49:52 -04:00
Michael Reiche
b18ee9d5f1 Make CrudMethodMetadataPostProcessor public and make factory getTargetRepository() not final. (#1913)
This is to ease extending spring-data-couchbase.

Closes #1877.
2024-03-13 15:05:26 -07:00
Michael Reiche
4469cefb9d Eliminate split packages. (#1912)
Closes #1906.
2024-03-13 15:04:26 -07:00
Michael Reiche
25e03d13b8 Remove the "provided" from querydsl dependency. (#1911)
Closes #1909.
2024-03-13 15:03:31 -07:00
Michael Reiche
4e8626ce6c Change AuditingEventListener Constructor Signature. (#1908)
Closes #1884.
2024-03-13 15:01:32 -07:00
Mark Paluch
f28271b66e Reintroduce Javadoc legacy mode.
Closes #1905
2024-02-20 09:06:05 +01:00