Stéphane Nicoll
8a9ce28b98
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
6839e52455
Start building against Spring Kafka 3.3.8 snapshots
...
See gh-46363
9 months ago
Stéphane Nicoll
208c5bf8d0
Start building against Spring WS 4.1.1 snapshots
...
See gh-46362
9 months ago
Stéphane Nicoll
b9044fded7
Start building against Spring Integration 6.4.6 snapshots
...
See gh-46361
9 months ago
Stéphane Nicoll
4be9dda24e
Start building against Spring Kafka 3.3.8 snapshots
...
See gh-46360
9 months ago
Stéphane Nicoll
c3c94a5373
Start building against Spring Integration 6.5.1 snapshots
...
See gh-46359
9 months ago
Stéphane Nicoll
35bdbdd1ed
Start building against Spring Pulsar 1.2.8 snapshots
...
See gh-46286
9 months ago
Stéphane Nicoll
e869bd272d
Start building against Spring LDAP 3.3.2 snapshots
...
See gh-46285
9 months ago
Stéphane Nicoll
4fd0afd47c
Upgrade to Neo4j Java Driver 5.28.7
...
Closes gh-46288
9 months ago
Stéphane Nicoll
8f2018eb95
Start building against Spring Data Bom 2025.0.2 snapshots
...
See gh-46284
9 months ago
Stéphane Nicoll
c970299445
Start building against Spring AMQP 3.2.6 snapshots
...
See gh-46283
9 months ago
Stéphane Nicoll
300fdf2160
Start building against Reactor Bom 2024.0.8 snapshots
...
See gh-46282
9 months ago
Stéphane Nicoll
db615aa129
Start building against Micrometer Tracing 1.5.2 snapshots
...
See gh-46281
9 months ago
Stéphane Nicoll
33348f4902
Start building against Micrometer 1.15.2 snapshots
...
See gh-46280
9 months ago
Stéphane Nicoll
29cddcab34
Start building against Spring Pulsar 1.2.8 snapshots
...
See gh-46279
9 months ago
Stéphane Nicoll
27b85d5f22
Start building against Spring Framework 6.2.9 snapshots
...
See gh-46278
9 months ago
Stéphane Nicoll
a1fe893b03
Upgrade to Neo4j Java Driver 5.28.7
...
Closes gh-46287
9 months ago
Stéphane Nicoll
2de03ee02e
Start building against Spring Data Bom 2024.1.8 snapshots
...
See gh-46277
9 months ago
Stéphane Nicoll
1a7e155f78
Start building against Spring AMQP 3.2.6 snapshots
...
See gh-46276
9 months ago
Stéphane Nicoll
4666d30e39
Start building against Reactor Bom 2024.0.8 snapshots
...
See gh-46275
9 months ago
Stéphane Nicoll
6881ea1adb
Start building against Micrometer Tracing 1.4.8 snapshots
...
See gh-46274
9 months ago
Stéphane Nicoll
6cbd25a2de
Start building against Micrometer 1.14.9 snapshots
...
See gh-46273
9 months ago
Phillip Webb
6cb9d47773
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46353
9 months ago
Phillip Webb
1ed1757ba3
Ensure eclipse classpath excludes binary output folders
...
Update `EclipseConventions` so that classpath `whenMerged` changes
are applied via `JavaBasePlugin`. Without this change, the `whenMerged`
item is added, but then`EclipsePlugin.configureEclipseClasspath` is
called from a `project.getPlugins().withType(JavaBasePlugin.class, ...`
call. Using a nested call appears to fix the issue, probably because
it now runs after `configureEclipseClasspath`.
Closes gh-46319
9 months ago
Andy Wilkinson
c9fa96d832
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46315
9 months ago
Andy Wilkinson
92d6c5426e
Merge pull request #45880 from quaff
...
* gh-45880:
Polish usage of `@ConditionalOnWebApplication` for consistency
Closes gh-45880
9 months ago
Yanming Zhou
af8558a84a
Polish usage of `@ConditionalOnWebApplication` for consistency
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
See gh-45880
9 months ago
Andy Wilkinson
efca113f07
Do not wrap known-safe MessageSourceResolvables
...
In Spring Boot 3.5, support was added for including the errors from
a MethodValidationResult in the standard error response. It was
requested in gh-42013 and implemented in gh-43330. With hindsight,
the implementation went too far as it changed how all errors are
serialized to JSON.
This commit reworks the wrapping so that ObjectErrors are not
wrapped, restoring Spring Boot 3.4's behavior. This is considered
safe as the contents of an ObjectError are fairly limited and should
serialize to JSON without problems. Other MessageSourceResolvable
implementations are still wrapped as there are no limits on their
contents and we cannot predict how suitable they are for JSON
serialization.
Closes gh-46260
9 months ago
Andy Wilkinson
12310d36c2
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46305
9 months ago
Andy Wilkinson
803a29c656
Merge pull request #46291 from PiyalAhmed
...
* gh-46291:
Polish
Closes gh-46291
9 months ago
Piyal Ahmed
b9589203dc
Polish
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46291
9 months ago
Andy Wilkinson
a05bf0154e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46301
9 months ago
Andy Wilkinson
8c261ce2fc
Test Gradle plugin against Gradle 7.6.6
...
Closes gh-46300
9 months ago
Andy Wilkinson
8008ec810d
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46298
9 months ago
Andy Wilkinson
41fb4678de
Upgrade to Gradle 8.14.3
...
Closes gh-46297
9 months ago
Stéphane Nicoll
c9014e3704
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
7958d0e687
Remove debug logging
9 months ago
Stéphane Nicoll
da2168895f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46269
9 months ago
Stéphane Nicoll
1a81e4718f
Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests
...
Closes gh-46268
9 months ago
Stéphane Nicoll
25dd5f1f33
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46263
9 months ago
Stéphane Nicoll
67de3211e7
Merge pull request #46259 from PiyalAhmed
...
* pr/46259:
Remove unnecessary toString() call
Closes gh-46259
9 months ago
Piyal Ahmed
2b14cfee3c
Remove unnecessary toString() call
...
See gh-46259
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
9 months ago
Andy Wilkinson
573ad34e7a
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46257
9 months ago
Andy Wilkinson
e3bfc1d293
Merge pull request #46256 from Dockerel
...
* gh-46256:
Use ThreadLocal.remove() instead of set(null)
Closes gh-46256
9 months ago
Giheon Do
f316e3e128
Use ThreadLocal.remove() instead of set(null)
...
Signed-off-by: Giheon Do <dgh0001@naver.com>
See gh-46256
9 months ago
Andy Wilkinson
3f4c870a13
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46254
9 months ago
Andy Wilkinson
808d2e58b7
Merge pull request #46252 from PiyalAhmed
...
* gh-46252:
Remove unnecessary semicolons from Gradle build scripts
Closes gh-46252
9 months ago
Piyal Ahmed
8fb3010942
Remove unnecessary semicolons from Gradle build scripts
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46252
9 months ago
Andy Wilkinson
1b7244b983
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46247
9 months ago
Andy Wilkinson
d38079cfbb
Merge pull request #46228 from benelog
...
* gh-46228:
Polish "Fix description of spring.batch.job.enabled"
Fix description of spring.batch.job.enabled
Closes gh-46228
9 months ago