Stephane Nicoll
254a29f9be
Upgrade to Nimbus JOSE JWT 9.10
...
Closes gh-27039
3 years ago
Stephane Nicoll
4a28e21047
Upgrade to OAuth2 OIDC SDK 9.9
...
Closes gh-27038
3 years ago
Stephane Nicoll
0e4a6a4606
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
7b3eb1dece
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
f89675a3f1
Upgrade to Neo4j Java Driver 4.2.7
...
Closes gh-27037
3 years ago
Stephane Nicoll
1a9e3bcbd6
Upgrade to Lettuce 6.1.3.RELEASE
...
Closes gh-27036
3 years ago
Stephane Nicoll
763870bd45
Upgrade to Dropwizard Metrics 4.1.24
...
Closes gh-27035
3 years ago
Stephane Nicoll
fb1cd82061
Upgrade to OAuth2 OIDC SDK 8.36.2
...
Closes gh-27034
3 years ago
Stephane Nicoll
ded6b26ea5
Upgrade to Neo4j Java Driver 4.1.4
...
Closes gh-27033
3 years ago
Stephane Nicoll
6db9fe2e36
Upgrade to Lettuce 6.0.6.RELEASE
...
Closes gh-27032
3 years ago
Stephane Nicoll
9bc1c4dff2
Upgrade to Dropwizard Metrics 4.1.24
...
Closes gh-27031
3 years ago
Stephane Nicoll
92ea90af45
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
9281dcf751
Upgrade to Spring Data 2021.0.2
...
Closes gh-26970
3 years ago
Stephane Nicoll
47a9a94376
Upgrade to Spring HATEOAS 1.3.2
...
Closes gh-26969
3 years ago
Stephane Nicoll
cd8493a9c4
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
7e09c1d8dc
Upgrade to Spring Data 2020.0.10
...
Closes gh-26963
3 years ago
Stephane Nicoll
58320c6af9
Upgrade to Spring HATEOAS 1.2.7
...
Closes gh-27013
3 years ago
Stephane Nicoll
f244bec53d
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
c309f3428c
Upgrade to Reactor 2020.0.8
...
Closes gh-27027
3 years ago
Stephane Nicoll
cf3413e443
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
7ca9794f3c
Upgrade to Reactor 2020.0.8
...
Closes gh-26968
3 years ago
Stephane Nicoll
c21099b142
Upgrade to Reactor 2020.0.8
...
Closes gh-26962
3 years ago
Andy Wilkinson
4290193a65
Merge branch '2.5.x'
...
Closes gh-27025
3 years ago
Andy Wilkinson
051638631b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27024
3 years ago
Andy Wilkinson
40a24bd537
Merge pull request #26937 from quaff
...
* gh-26937:
Polish "Update docs to use @SpringBootConfiguration not @Configuration"
Update docs to use @SpringBootConfiguration not @Configuration
Closes gh-26937
3 years ago
Andy Wilkinson
ba9244b2d4
Polish "Update docs to use @SpringBootConfiguration not @Configuration"
...
See gh-26937
3 years ago
Yanming Zhou
a5f077cf79
Update docs to use @SpringBootConfiguration not @Configuration
...
See gh-26937
3 years ago
Andy Wilkinson
515072b2e1
Merge branch '2.5.x'
...
Closes gh-27018
3 years ago
Andy Wilkinson
cf940fd374
Disable Log4j2's shutdown hook by default
...
Previously, Log4j2's own shutdown hook was only disabled when Log4j2
detected javax.servlet.Servlet on the classpath and, therefore,
determined that it was running in a web application. In an application
without Servlet on the classpath, this could lead to both Log4j2's shut
down hook and and logging system's shutdown handler both stopping
Log4j2. This could result in a failure as the second attempt at stopping
would result in reinitialization which would fail as the JVM is already
shutting down.
This commit introduces a new Log4j2 PropertySource implementation,
registered via META-INF/services, that sets the
log4j.shutdownHookEnabled property to false. This will ensure that
Log4j2's own shutdown hook is disabled by default whenever Spring Boot
is on the classpath and not just in Servlet-based web applications.
Fixes gh-26953
3 years ago
Stephane Nicoll
f20dc84898
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
0a2fe3562d
Start building against Micrometer 1.7.1 snapshots
...
See gh-27015
3 years ago
Stephane Nicoll
bc1c520e83
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
b8a5d9b882
Start building against Micrometer 1.6.8 snapshots
...
See gh-27014
3 years ago
Stephane Nicoll
9ab8c625e5
Start building against Spring HATEOAS 1.2.7 snapshots
...
See gh-27013
3 years ago
Stephane Nicoll
49951e8be1
Merge branch '2.5.x'
...
Closes gh-27012
3 years ago
Stephane Nicoll
a2a69ad710
Merge pull request #26954 from dreis2211
...
* pr/26954:
Avoid illegal reflective access in RabbitAutoConfigurationTests
Closes gh-26954
3 years ago
dreis2211
03cd6bec6e
Avoid illegal reflective access in RabbitAutoConfigurationTests
...
See gh-26954
3 years ago
Stephane Nicoll
142a68292c
Merge branch '2.5.x'
...
Closes gh-27011
3 years ago
Stephane Nicoll
168478f68c
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27010
3 years ago
Stephane Nicoll
e5665c815d
Merge pull request #26975 from hrybs
...
* pr/26975:
Document uuid support in RandomValuePropertySource
Closes gh-26975
3 years ago
Sviatoslav Hryb
2252deb69b
Document uuid support in RandomValuePropertySource
...
See gh-26975
3 years ago
Stephane Nicoll
abd5c76570
Merge branch '2.5.x'
...
Closes gh-27009
3 years ago
Stephane Nicoll
0b54424433
Revert "Avoid duplicate crypto classes when depending on spring-security-core"
...
Closes gh-26588
3 years ago
Stephane Nicoll
8668e55631
Revert "Avoid dependency on Kotlin when depending on spring-security-config"
...
Closes gh-26728
3 years ago
Stephane Nicoll
5044137658
Revert "Avoid duplicate crypto classes when depending on spring-security-core"
...
Closes gh-26588
3 years ago
Stephane Nicoll
038617e97f
Merge branch '2.5.x'
...
Closes gh-27007
3 years ago
Stephane Nicoll
c67c09df32
Upgrade to Spring Security 5.5.1
...
Closes gh-26945
3 years ago
Stephane Nicoll
dbaf40c953
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
333c7a7cd8
Upgrade to Spring Security 5.4.7
...
Closes gh-26965
3 years ago
Phillip Webb
86dc156162
Merge branch '2.5.x'
...
Closes gh-27006
3 years ago