Mark Paluch
|
548be4a8f3
|
Update CI Properties.
See #1996
|
2024-11-15 10:39:25 +01:00 |
|
Mark Paluch
|
1d068b5143
|
After release cleanups.
See #1996
|
2024-11-15 10:23:55 +01:00 |
|
Mark Paluch
|
79e42df631
|
Prepare next development iteration.
See #1996
|
2024-11-15 10:23:53 +01:00 |
|
Mark Paluch
|
0ea6626e44
|
Release version 5.2.12 (2023.1.12).
See #1996
|
2024-11-15 10:21:37 +01:00 |
|
Mark Paluch
|
b875381458
|
Prepare 5.2.12 (2023.1.12).
See #1996
|
2024-11-15 10:21:22 +01:00 |
|
Mark Paluch
|
78c77e25b2
|
Upgrade to Maven Wrapper 3.9.9.
See #2001
|
2024-11-07 09:51:03 +01:00 |
|
Mark Paluch
|
75f3da2f3a
|
After release cleanups.
See #1962
|
2024-10-18 10:17:03 +02:00 |
|
Mark Paluch
|
1f380c8014
|
Prepare next development iteration.
See #1962
|
2024-10-18 10:17:02 +02:00 |
|
Mark Paluch
|
55e0fa18fc
|
Release version 5.2.11 (2023.1.11).
See #1962
|
2024-10-18 10:14:33 +02:00 |
|
Mark Paluch
|
66d867f7f9
|
Prepare 5.2.11 (2023.1.11).
See #1962
|
2024-10-18 10:14:17 +02:00 |
|
Michael Reiche
|
f1efb3f3fb
|
Update QueryDSL doc. (#1994)
Closes #1993.
|
2024-10-17 15:32:49 -07:00 |
|
Michael Reiche
|
ea42b98c8b
|
Remove dependency on javax.inject from querydsl. (#1992)
To use querydsl, the spring application will need to add a dependency
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl}</version>
<classifier>jakarta</classifier>
<scope>provided</scope>
</dependency>
And explicitly specify CouchbasseAnnotationProcessor
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>annotation-processing</id>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<proc>only</proc>
<annotationProcessors>
<annotationProcessor>org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor</annotationProcessor>
</annotationProcessors>
<generatedTestSourcesDirectory>target/generated-test-sources</generatedTestSourcesDirectory>
<compilerArgs>
<arg>-Aquerydsl.logInfo=true</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
Closes #1989.
|
2024-10-17 13:32:55 -07:00 |
|
mikereiche
|
4369da073f
|
Revert "Change scope of javax.inject.Inject to compile. (#1983)"
This reverts commit 482a9e7e88.
|
2024-10-10 16:55:30 -07:00 |
|
Michael Reiche
|
482a9e7e88
|
Change scope of javax.inject.Inject to compile. (#1983)
Closes #1948.
|
2024-10-10 11:50:38 -07:00 |
|
Michael Reiche
|
3629b77ae5
|
Fix to sdc_1944 to handle null SecurityContext. (#1981)
Closes #1944.
|
2024-10-10 11:45:40 -07:00 |
|
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 |
|