Stéphane Nicoll
68ff4a0cb4
Start building against Spring GraphQL 1.3.5 snapshots
...
See gh-45092
12 months ago
Stéphane Nicoll
8404736630
Remove unused base test class
...
Closes gh-42864
12 months ago
Stéphane Nicoll
cd31127ac0
Polish contribution
...
See gh-44954
12 months ago
Dennis Melzer
6801b1a365
Use proper default exception translator if no dbName is available
...
This commit updates jOOQ's DefaultExceptionTranslatorExecuteListener to
fallback on Spring Framework's default if no dbName is available.
See gh-44954
Signed-off-by: Dennis Melzer <dennis.melzer@de.bosch.com>
12 months ago
Andy Wilkinson
9c5e608f50
Polish "Fix parameter replacement when message matches its code"
...
See gh-45212
12 months ago
Dmytro Nosan
83901a22b6
Fix parameter replacement when message matches its code
...
This commit addresses an issue where placeholders like {foo}
remain as {foo} if the message is the same as its code.
See gh-45212
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Andy Wilkinson
5ee5678741
Fix(?) test on Windows
...
See gh-44507
12 months ago
Andy Wilkinson
175c9d3095
Polish "Prevent stack overflow when writing Path"
...
See gh-44507
12 months ago
Dmytro Nosan
a69991b261
Prevent stack overflow when writing Path
...
Prior to this commit, serializing `java.nio.file.Path` caused
a StackOverflowError because `Path.iterator()` always returns itself
as the first element of the iterator, which results in a
StackOverflowError.
This commit serializes `java.nio.file.Path` as JSON String.
See gh-44507
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Stéphane Nicoll
ff9e35b9cf
Upgrade to Reactor Bom 2024.0.5
...
Closes gh-45087
12 months ago
Stéphane Nicoll
7f0201361e
Upgrade to Reactor Bom 2023.0.17
...
Closes gh-45053
12 months ago
Stéphane Nicoll
11928c897c
Upgrade to Neo4j Java Driver 5.28.4
...
Closes gh-45172
12 months ago
Moritz Halbritter
f20e796d2b
Update CDS documentation to cover AOTCache
...
Closes gh-44970
12 months ago
Phillip Webb
9b1b7e608c
Prevent 'not eligible for getting processed' warnings when using JMX
...
Update auto-configured `IntegrationMBeanExporter` to be created from
a static method since it's a post-processor. Relevant injection now
occurs by overriding the `afterSingletonsInstantiated()` method.
Closes gh-45186
12 months ago
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
12 months ago
Stéphane Nicoll
70001c4d2c
Upgrade to Micrometer Tracing 1.4.5
...
Closes gh-45086
12 months ago
Stéphane Nicoll
d91c16be92
Upgrade to Micrometer 1.14.6
...
Closes gh-45085
12 months ago
Stéphane Nicoll
7fd8e5e081
Upgrade to AspectJ 1.9.24
...
Closes gh-45184
12 months ago
Stéphane Nicoll
09cf553850
Upgrade to Micrometer Tracing 1.3.11
...
Closes gh-45052
12 months ago
Stéphane Nicoll
5e7a9b7892
Upgrade to Micrometer 1.13.13
...
Closes gh-45051
12 months ago
Stéphane Nicoll
53ca06caf3
Upgrade to AspectJ 1.9.24
...
Closes gh-45183
12 months ago
Andy Wilkinson
3233341d45
Improve class conditions on auth server JWT auto-config
...
Prior to this change, introspection of the auto-configuration could
fail due to insufficient protection against missing classes.
This commit introduces an extra class-level check for Nimbus's
JWKSource which ensures that the auto-configuration backs off if
nimbus-jose-jwt has been excluded. It also introduces an inner-class
for the case where spring-security-oauth2-jose is not on the
classpath. This ensures that the method defining the jwtDecoder bean
does not cause an introspection failure when JwtDecoder is missing.
Closes gh-45177
12 months ago
Andy Wilkinson
4cfc3b0735
Add the use of token properties in documentation
...
Closes gh-44990
12 months ago
Phillip Webb
a506d2bdb5
Fix merge commit error in header
12 months ago
Phillip Webb
2143d702f2
Polish boolean members that can use the default `false` value
12 months ago
Yanming Zhou
0a1c9060c5
Polish ternary operator
...
See gh-45156
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
12 months ago
Stéphane Nicoll
6d3686451b
Polish "Add missing dependency management for MongoDB"
...
See gh-45018
12 months ago
Bartosz Markowski
3e277a28b4
Add missing dependency management for MongoDB
...
See gh-45018
Signed-off-by: Bartosz Markowski <bmarkowski@fastmail.com>
12 months ago
Phillip Webb
935d759754
Fix 'Protect against empty OS string in Docker `Image`' logic
...
See gh-45152
12 months ago
Phillip Webb
c071f56653
Protect against empty OS string in Docker `Image`
...
Update `Image` to protect against `os` being `null` or and empty
String.
Fixes gh-45152
12 months ago
Phillip Webb
d39d29bead
Start building against Spring Session 3.4.3 snapshots
...
See gh-45098
12 months ago
Phillip Webb
75c1758d66
Start building against Spring Security 6.4.5 snapshots
...
See gh-45097
12 months ago
Phillip Webb
5f169d5e9c
Start building against Spring Pulsar 1.2.5 snapshots
...
See gh-45096
12 months ago
Phillip Webb
cef9c4a709
Start building against Spring Kafka 3.3.5 snapshots
...
See gh-45094
12 months ago
Phillip Webb
8811069cbb
Start building against Spring Integration 6.4.4 snapshots
...
See gh-45093
12 months ago
Phillip Webb
d2800a8fd0
Start building against Spring Data Bom 2024.1.5 snapshots
...
See gh-45090
12 months ago
Phillip Webb
40f81ae5be
Start building against Spring Authorization Server 1.4.3 snapshots
...
See gh-45089
12 months ago
Phillip Webb
69e9519957
Start building against Spring AMQP 3.2.5 snapshots
...
See gh-45088
12 months ago
Phillip Webb
9368b85332
Start building against Reactor Bom 2024.0.5 snapshots
...
See gh-45087
12 months ago
Phillip Webb
ea89b0a623
Start building against Micrometer Tracing 1.4.5 snapshots
...
See gh-45086
12 months ago
Phillip Webb
04d2554d6a
Start building against Micrometer 1.14.6 snapshots
...
See gh-45085
12 months ago
Phillip Webb
c9b8470255
Align proxies with defaults from Tomcat 10.1.40
...
See gh-45084
12 months ago
Phillip Webb
bc45ed86b6
Upgrade to Pulsar 3.3.6
...
Closes gh-45083
12 months ago
Phillip Webb
7f18a7d7ca
Upgrade to Neo4j Java Driver 5.28.4
...
Closes gh-45133
12 months ago
Phillip Webb
5ccbaf2803
Upgrade to Maven Surefire Plugin 3.5.3
...
Closes gh-45082
12 months ago
Phillip Webb
435f6296a7
Upgrade to Maven Failsafe Plugin 3.5.3
...
Closes gh-45081
12 months ago
Phillip Webb
e9403cc6f2
Upgrade to MariaDB 3.4.2
...
Closes gh-45080
12 months ago
Phillip Webb
ffe082ead2
Upgrade to Lombok 1.18.38
...
Closes gh-45079
12 months ago
Phillip Webb
33725763e3
Upgrade to jOOQ 3.19.22
...
Closes gh-45078
12 months ago
Phillip Webb
5f367199d0
Upgrade to Jetty 12.0.19
...
Closes gh-45077
12 months ago