Stephane Nicoll
c62a6819fe
Polish "Add startup time metrics"
...
See gh-27878
3 years ago
bono007
2e67963bfe
Add startup time metrics
...
See gh-27878
3 years ago
Andy Wilkinson
32cfde074f
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
9df099e343
Polish
3 years ago
Andy Wilkinson
358ab2a8d5
Merge branch '2.5.x'
...
Closes gh-28034
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
69e793ab37
Merge branch '2.5.x'
...
Closes gh-28033
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
b626adf1ee
Polish "Add support for configuring the path of disk space metrics"
...
See gh-27660
3 years ago
bono007
08251b26d0
Add support for configuring the path of disk space metrics
...
See gh-27660
3 years ago
Ricardo Zanini
02cf988400
Add reference to Kogito Spring Boot Starters
...
See gh-27989
3 years ago
Stephane Nicoll
225599a52b
Adapt to changes in Micrometer milestone
3 years ago
Stephane Nicoll
282fb5ecee
Upgrade to Micrometer 1.8.0-M3
...
Closes gh-27931
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
7a7bc9e2d2
Upgrade to Spring Framework 5.3.10
...
Closes gh-27930
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
Stephane Nicoll
4c06732b9a
Upgrade to Rabbit AMQP Client 5.13.1
...
Closes gh-28022
3 years ago
Stephane Nicoll
9b3f735e35
Upgrade to Netty tcNative 2.0.43.Final
...
Closes gh-28021
3 years ago
Stephane Nicoll
d4d20cb1b0
Upgrade to Netty 4.1.68.Final
...
Closes gh-28020
3 years ago
Stephane Nicoll
399431dc66
Upgrade to Neo4j Java Driver 4.3.4
...
Closes gh-28019
3 years ago
Stephane Nicoll
de93f7630c
Upgrade to MongoDB 4.3.2
...
Closes gh-28018
3 years ago
Stephane Nicoll
51d64b6818
Upgrade to Maven War Plugin 3.3.2
...
Closes gh-28017
3 years ago
Stephane Nicoll
5e3c70aa9c
Upgrade to Maven Javadoc Plugin 3.3.1
...
Closes gh-28016
3 years ago
Stephane Nicoll
2aa12f110a
Upgrade to Logback 1.2.6
...
Closes gh-28015
3 years ago
Stephane Nicoll
1e50846e3c
Upgrade to Kotlin Coroutines 1.5.2
...
Closes gh-28014
3 years ago
Stephane Nicoll
fbef309fd7
Upgrade to jOOQ 3.14.14
...
Closes gh-28012
3 years ago
Stephane Nicoll
98c4d1d279
Upgrade to Jetty EL 9.0.52
...
Closes gh-28011
3 years ago
Stephane Nicoll
0bd64e027d
Upgrade to Jedis 3.7.0
...
Closes gh-28010
3 years ago
Stephane Nicoll
a3c82320e5
Upgrade to Jackson Bom 2.12.5
...
Closes gh-28009
3 years ago
Stephane Nicoll
494e005981
Upgrade to Hibernate 5.5.7.Final
...
Closes gh-28008
3 years ago
Stephane Nicoll
aafb2c051d
Upgrade to Gson 2.8.8
...
Closes gh-28007
3 years ago
Stephane Nicoll
f3ced3f3e5
Upgrade to Groovy 3.0.9
...
Closes gh-28006
3 years ago
Stephane Nicoll
08a233153e
Upgrade to Glassfish EL 3.0.4
...
Closes gh-28005
3 years ago
Stephane Nicoll
d04ae305c1
Upgrade to Elasticsearch 7.14.1
...
Closes gh-28004
3 years ago
Stephane Nicoll
e15a586354
Upgrade to Ehcache3 3.9.6
...
Closes gh-28003
3 years ago
Stephane Nicoll
bf0f34f514
Upgrade to Couchbase Client 3.2.1
...
Closes gh-28002
3 years ago
Stephane Nicoll
5006420d15
Upgrade to Commons Pool2 2.11.1
...
Closes gh-28001
3 years ago
Stephane Nicoll
c655ca7253
Upgrade to Cassandra Driver 4.13.0
...
Closes gh-28000
3 years ago
Stephane Nicoll
bc643d997e
Upgrade to Byte Buddy 1.11.15
...
Closes gh-27999
3 years ago
Stephane Nicoll
5b8406493a
Upgrade to AppEngine SDK 1.9.91
...
Closes gh-27998
3 years ago
Stephane Nicoll
393e34b837
Upgrade to ActiveMQ 5.16.3
...
Closes gh-27997
3 years ago
Scott Frederick
a6d03279ca
Merge branch '2.5.x'
...
Closes gh-27994
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