Stephane Nicoll
01809eccf3
Upgrade to jOOQ 3.14.15
...
Closes gh-28088
3 years ago
Phillip Webb
8c3db23be3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28083
3 years ago
cdalexndr
798b282e58
Document that devtools restart doesn't work with AspectJ weaving
...
See gh-28071
3 years ago
Phillip Webb
a862ebc254
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28081
3 years ago
Phillip Webb
bbb4ac1542
Sanitize SPRING_APPLICATION_JSON by default
...
Update `Sanitizer` default keys to include `SPRING_APPLICATION_JSON`.
Fixes gh-28045
3 years ago
Phillip Webb
40d65a74dc
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
ec12d51f30
Polish
3 years ago
Stephane Nicoll
8fe226d832
Upgrade to Spring Integration 5.5.4
...
Closes gh-27949
3 years ago
Stephane Nicoll
7ebf71ab66
Upgrade to Spring Integration 5.4.11
...
Closes gh-27948
3 years ago
Phillip Webb
5ba69634c9
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
dfd36673f7
Update copyright year of changed files
3 years ago
Phillip Webb
cfeafee826
Polish
3 years ago
Stephane Nicoll
4ee249c700
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28072
3 years ago
Stephane Nicoll
15de85d89a
Polish contribution
...
See gh-28061
3 years ago
Leo Li
0374c3d563
Add default value for "s.d.elasticsearch.client.reactive.endpoints"
...
See gh-28061
3 years ago
Andy Wilkinson
b2b691b1d0
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28069
3 years ago
Andy Wilkinson
c2361aeb04
Make WebMvcMetricsFilter set status consistently for all exceptions
...
Closes gh-27988
3 years ago
Andy Wilkinson
6f555c4012
Upgrade to Spring Kafka 2.7.7
...
Closes gh-27918
3 years ago
Andy Wilkinson
e5cdf819a0
Upgrade to Spring Data 2021.0.5
...
Closes gh-27917
3 years ago
Andy Wilkinson
c0895befc2
Upgrade to Spring Data 2020.0.13
...
Closes gh-27912
3 years ago
Andy Wilkinson
8364840cd5
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28047
3 years ago
Andy Wilkinson
eacb9273e3
Polish property mapping in reactive Elastic REST client auto-config
...
Closes gh-28038
3 years ago
Stephane Nicoll
babf43bdef
Upgrade to Spring HATEOAS 1.3.4
...
Closes gh-27970
3 years ago
Stephane Nicoll
97348f14f7
Upgrade to Spring HATEOAS 1.2.9
...
Closes gh-27969
3 years ago
Andy Wilkinson
9df099e343
Polish
3 years ago
Andy Wilkinson
a4f1d32203
Register application shutdown hook lazily
...
Previously, SpringApplicationShutdownHook would always register a
shutdown hook, even if SpringApplication was configured not to
use a shutdown hook, such as in a war deployment. This could
result in a memory leak when the war was undeployed. The shutdown
hook registered by SpringApplicationShutdownHook would remain
registered, pinning the web application's class loader in memory.
This commit updates SpringApplicationShutdownHook so that it
registers a shutdown hook with the JVM lazily, upon registeration
of the first application context.
Fixes gh-27987
3 years ago
Andy Wilkinson
afb81f14ea
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28032
3 years ago
Andy Wilkinson
1900a11f8a
Fix Undertow's resource loading when filename contains reserved chars
...
Fixes gh-9283
3 years ago
Stephane Nicoll
50308ad6a9
Upgrade to Lettuce 6.1.5.RELEASE
...
Closes gh-28031
3 years ago
Stephane Nicoll
7f15a37909
Upgrade to Netty tcNative 2.0.43.Final
...
Closes gh-28030
3 years ago
Stephane Nicoll
cee3449653
Upgrade to Lettuce 6.0.8.RELEASE
...
Closes gh-28029
3 years ago
Stephane Nicoll
17c35c7e31
Upgrade to Micrometer 1.7.4
...
Closes gh-27916
3 years ago
Stephane Nicoll
3118c16c48
Upgrade to Micrometer 1.6.11
...
Closes gh-27910
3 years ago
Stephane Nicoll
915f565435
Upgrade to Spring Framework 5.3.10
...
Closes gh-27915
3 years ago
Stephane Nicoll
4ada440b4d
Upgrade to Spring Framework 5.3.10
...
Closes gh-27909
3 years ago
Scott Frederick
a540da11ad
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27993
3 years ago
Scott Frederick
c8ff874e91
Add builderFor label to ephemeral builder image
...
Adding a label to the ephemeral builder image cloned from the base
builder image eliminates contention between builds that are run
concurrently. Without this label, concurrent builds could result in
a race condition in the Docker daemon if the ephemeral builder image
shared by builds was deleted by both builds at exactly the same time.
Fixes gh-27888
3 years ago
Stephane Nicoll
c7ded01d05
Upgrade to Reactor 2020.0.11
...
Closes gh-27914
3 years ago
Stephane Nicoll
bb693d73a6
Upgrade to Reactor 2020.0.11
...
Closes gh-27908
3 years ago
Stephane Nicoll
242631f40e
Upgrade to Netty tcNative 2.0.43.Final
...
Closes gh-27986
3 years ago
Stephane Nicoll
441037ce18
Upgrade to Netty 4.1.68.Final
...
Closes gh-27985
3 years ago
Stephane Nicoll
9c6138fa1c
Upgrade to Maven War Plugin 3.3.2
...
Closes gh-27984
3 years ago
Stephane Nicoll
8454812df1
Upgrade to Logback 1.2.6
...
Closes gh-27983
3 years ago
Stephane Nicoll
5813021b7b
Upgrade to Kotlin Coroutines 1.5.2
...
Closes gh-27982
3 years ago
Stephane Nicoll
3e221094c0
Upgrade to jOOQ 3.14.14
...
Closes gh-27980
3 years ago
Stephane Nicoll
afba450e53
Upgrade to Jetty EL 9.0.52
...
Closes gh-27979
3 years ago
Stephane Nicoll
d8254af351
Upgrade to Jackson Bom 2.12.5
...
Closes gh-27978
3 years ago
Stephane Nicoll
c624dc9c78
Upgrade to Gson 2.8.8
...
Closes gh-27977
3 years ago
Stephane Nicoll
f4cbcaf774
Upgrade to Groovy 3.0.9
...
Closes gh-27976
3 years ago
Stephane Nicoll
bffd983d56
Upgrade to Glassfish EL 3.0.4
...
Closes gh-27975
3 years ago