Phillip Webb
657fa3e64e
Merge branch '2.7.x'
...
Closes gh-31409
2 years ago
Phillip Webb
7c91ebb1b0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31408
2 years ago
Phillip Webb
ae6311ddda
Prevent Logback from accidentally being used in Log4J2LoggingSystemTests
...
Update `Log4J2LoggingSystemTests` to exclude Logback and include
'log4j-slf4j-impl'. The `ModifiedClassPathClassLoader` has also been
updated so that it no longer automatically excludes `log4j` artifacts,
instead we now use `@ClassPathExclusions` on the relevant tests.
Fixes gh-19365
2 years ago
Andy Wilkinson
3cf6dc25a8
Merge branch '2.7.x'
...
See gh-31403
2 years ago
Andy Wilkinson
f285d9e7cf
Merge branch '2.6.x' into 2.7.x
...
See gh-31402
2 years ago
Andy Wilkinson
252cf94332
Fix requiresUnpack following Bouncy Castle upgrade
...
See gh-31400
2 years ago
Andy Wilkinson
4f3180540c
Use Framework's MockSpringFactoriesLoader
...
Closes gh-31406
2 years ago
Andy Wilkinson
bde06a3115
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
89bef73846
Polish
2 years ago
Andy Wilkinson
80ae3f36a9
Merge branch '2.7.x'
...
Closes gh-31404
2 years ago
Andy Wilkinson
a1cc5bf238
Allow multiple JWS algorithms to be configured
...
Closes gh-31321
2 years ago
Andy Wilkinson
d370d19e7a
Merge branch '2.7.x'
...
Closes gh-31403
2 years ago
Andy Wilkinson
5e1cd28d3f
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31402
2 years ago
Lars Grefer
e8a1a0399a
Upgrade to Bouncycastle 1.71
...
Closes gh-31400
2 years ago
Stephane Nicoll
e9848982e9
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
3a474366ec
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
e5bb1cd108
Upgrade to Micrometer 1.9.1
...
Closes gh-31372
2 years ago
Stephane Nicoll
7e6acfd2ab
Upgrade to Micrometer 1.8.7
...
Closes gh-31347
2 years ago
Phillip Webb
d84557f1f9
Merge branch '2.7.x'
...
Closes gh-31396
2 years ago
Phillip Webb
bcbcc53a09
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31395
2 years ago
Phillip Webb
b42f056ddb
Don't close jar files early
...
Update `JarFile` and related classes so that `close()` is not longer
called early.
Prior to this commit, we would always immediately close the underlying
jar file to prevent file locking issues with our build. This causes
issues on certain JVMs when they attempt to verify a signed jar.
The file lock issues have now been solved by returning a custom input
stream from `JarUrlConnection` which captures and delegates the close
method.
Fixes gh-29356
2 years ago
Madhura Bhave
55d6a87fef
Remove support for multiple batch jobs
...
Closes gh-25373
2 years ago
Andy Wilkinson
fabe0637cd
Raise the minimum supported version of Kotlin to 1.7
...
Closes gh-31391
2 years ago
Stephane Nicoll
aa71ba0fad
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
11a551e3c0
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
8c7923da6a
Upgrade to Spring Framework 5.3.21
...
Closes gh-31319
2 years ago
Stephane Nicoll
49b71005de
Upgrade to Spring Framework 5.3.21
...
Closes gh-31318
2 years ago
Stephane Nicoll
d5695c1931
Add resource hints for configuration properties
...
This commits introduces a RuntimeHintsRegistrar for configuration
properties. By default, it provides the necessary hint to load
application properties and yaml files in default locations.
Closes gh-31311
2 years ago
Stephane Nicoll
47b980a687
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
cb869d43da
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
1bf2e0bb8e
Upgrade to Reactor 2020.0.20
...
Closes gh-31371
2 years ago
Stephane Nicoll
cb4f5ed08e
Upgrade to Reactor 2020.0.20
...
Closes gh-31346
2 years ago
Andy Wilkinson
eab19d1bc5
Upgrade to Kotlin 1.7.0
...
Closes gh-31386
2 years ago
Andy Wilkinson
0c0d3f27c4
Merge branch '2.7.x'
...
Closes gh-31389
2 years ago
Andy Wilkinson
88128ccc97
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31388
2 years ago
Andy Wilkinson
5a028e059c
Align buildSrc's Kotlin version with the main build
...
Closes gh-31387
2 years ago
Phillip Webb
85dcbf6100
Merge branch '2.7.x'
...
Closes gh-31385
2 years ago
Phillip Webb
e0947459b6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31384
2 years ago
Phillip Webb
9f8a262e6b
Log a warning when a health indicator takes too long to run
...
Update `HealthEndpointSupport` so that it logs a warning if a health
indicator takes too long to respond.
Fixes gh-31231
2 years ago
Stephane Nicoll
b536b209ab
Refine assertions on exception messages
2 years ago
Stephane Nicoll
b0f5fb51fc
Adapt to deprecation of NestedServletException
2 years ago
Andy Wilkinson
6894f561ce
Merge branch '2.7.x'
...
Closes gh-31382
2 years ago
Andy Wilkinson
ab67136664
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31381
2 years ago
Andy Wilkinson
2094722e5d
Remove duplicate content from "The Spring WebFlux Framework"
...
Closes gh-31378
2 years ago
Andy Wilkinson
b1ea82c1e2
Merge branch '2.7.x'
...
Closes gh-31380
2 years ago
Andy Wilkinson
6de4ade0cf
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31379
2 years ago
Andy Wilkinson
5d7cab09b8
Revert BindConverter changes that are now handled by Framework
...
See gh-28592 and spring-projects/spring-framework#28609
Closes gh-31343
2 years ago
Stephane Nicoll
286a55c063
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
8291d7a82d
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
97e0c8e79c
Start building against Spring Kafka 2.8.7 snapshots
...
See gh-31377
2 years ago