Andy Wilkinson
d4980ea993
Always define connection details beans
...
Closes gh-34776
2023-04-13 18:02:35 +01:00
Phillip Webb
e9a198a68f
Merge branch '3.0.x'
2023-04-12 22:16:35 -07:00
Phillip Webb
8d2f550f8c
Merge branch '3.0.x'
2023-04-10 21:14:42 -07:00
Phillip Webb
3ba3558cff
Merge branch '2.7.x' into 3.0.x
2023-04-10 21:14:34 -07:00
Phillip Webb
3e9a136143
Polish gradle formatting
2023-04-10 21:14:09 -07:00
Phillip Webb
463701db18
Merge branch '3.0.x'
2023-04-10 16:22:57 -07:00
Phillip Webb
d442bfbeff
Polish
2023-04-10 16:22:11 -07:00
Phillip Webb
bb80232fbc
Merge branch '3.0.x'
2023-04-07 19:19:04 -04:00
Phillip Webb
25e0954b90
Revert "Set correct Eclipse WTP facet version"
...
This reverts commit d394ad3d3d794199a15acdddd2e0d6af0cced7d0.
2023-04-07 19:18:57 -04:00
Phillip Webb
d4c9d265ec
Merge branch '3.0.x'
2023-04-07 19:04:19 -04:00
Phillip Webb
d394ad3d3d
Set correct Eclipse WTP facet version
2023-04-07 19:03:50 -04:00
Stephane Nicoll
f264e3c65e
Upgrade to Hibernate 6.2.0.Final
...
Closes gh-34876
2023-04-06 16:25:23 +02:00
Andy Wilkinson
95f45eab1f
Create service connections from Testcontainers-managed containers
...
Building upon the auto-configuration support for service connections,
this commit adds support for deriving connection details from a
Testcontainers-managed container. Several service-specific
annotations have been introduced. These annotations can be used on a
container field to indicate that it is a source of the details for
a service connection.
See gh-34658
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
2023-03-24 10:04:21 +00:00
Andy Wilkinson
f06536f642
Polish Authorization Server auto-configuration
2023-03-22 19:26:38 +00:00
Madhura Bhave
e6f602cec0
Polish "Add Spring Authorization Server support"
...
See gh-34003
2023-03-21 17:00:35 -07:00
Steve Riesenberg
25d77ee70b
Add Spring Authorization Server support
...
See gh-34003
2023-03-21 17:00:35 -07:00
Andy Wilkinson
a878e6c91c
Upgrade to Liquibase 4.20.0
...
Closes gh-34578
2023-03-10 19:32:14 +00:00
Phillip Webb
e7c668ac71
Merge branch '3.0.x'
2023-03-02 22:42:37 -08:00
Phillip Webb
d1f89db9a2
Merge branch '2.7.x' into 3.0.x
2023-03-02 22:10:01 -08:00
Phillip Webb
d39c94f437
Refine ConfigurationProcessorIntegrationTests resource detection logic
2023-03-02 21:52:53 -08:00
Phillip Webb
b07269a018
Merge branch '3.0.x'
2023-02-21 23:20:07 -08:00
Phillip Webb
c4de86c244
Merge branch '2.7.x' into 3.0.x
2023-02-21 23:17:57 -08:00
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
2023-02-21 22:53:27 -08:00
Moritz Halbritter
93a4e303be
Fix flaky SampleJettyApplicationTests
...
See gh-33553
2023-01-31 12:22:01 +01:00
Moritz Halbritter
64c2320ce1
Polish "Merge pull request #33553 from michaelweidmann"
...
See gh-33553
2023-01-31 11:43:33 +01:00
Michael Weidmann
93d46d11e9
Add max http response header size configuration for tomcat and jetty
...
See gh-33553
2023-01-31 11:43:33 +01:00
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2023-01-26 20:35:08 -08:00
Phillip Webb
5120242996
Merge branch '2.7.x' into 3.0.x
2023-01-26 19:41:42 -08:00
Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2023-01-26 19:34:22 -08:00
Andy Wilkinson
433364601d
Merge branch '2.7.x'
2023-01-11 17:04:33 +00:00
Andy Wilkinson
3b2e5e5292
Remove references to https://repo.spring.io/release
2023-01-11 17:03:45 +00:00
Phillip Webb
a2ac38e203
Update copyright year of changed files
2023-01-09 15:46:07 -08:00
Krzysztof Krason
cf6493f65c
Simplify AssertJ assertions and also make them more readable
...
See gh-33653
2023-01-09 11:10:20 +01:00
Phillip Webb
f588793445
Update copyright year of changed files
2022-12-22 01:00:42 -08:00
Phillip Webb
6d16aed36e
Merge branch '2.7.x'
2022-12-21 22:26:57 -08:00
Phillip Webb
816728186a
Clean ant lib folder before build
...
Update `spring-boot-smoke-test-ant` so that the ant lib folder is always
cleaned. Prior to this commit, it was possible for the folder to contain
stale artifacts.
2022-12-21 22:25:52 -08:00
Phillip Webb
c257f2b1d2
Merge branch '2.7.x'
2022-12-21 11:37:41 -08:00
Phillip Webb
e8e56dbb11
Remove spring-boot-smoke-test-webflux-ssl
...
Remove `spring-boot-smoke-test-webflux-ssl` since it's more of
an integration test than a smoke test. We could consider
relocating it to `spring-boot-integration-tests` but since we
have unit tests with a mock PCKCS11 security it's probably
best to see if we can get away without it.
See gh-32179
2022-12-21 10:19:03 -08:00
Moritz Halbritter
08659baeba
Polish away public modifier on tests
2022-12-16 16:08:44 +01:00
Moritz Halbritter
725337f976
Make fields final
...
Closes gh-33537
2022-12-16 14:28:44 +01:00
Moritz Halbritter
a4779b7859
Merge branch '2.7.x'
...
Closes gh-33433
2022-12-01 13:33:43 +01:00
cdanger
716a839d54
Fix bug in webserver start when loading PKCS#11 KeyStore
...
See gh-32179
2022-12-01 11:53:51 +01:00
Andy Wilkinson
5a3972fee7
Merge branch '2.7.x'
...
Closes gh-33297
2022-11-22 12:02:15 +00:00
Andy Wilkinson
f638c0070a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33296
2022-11-22 12:01:42 +00:00
Andy Wilkinson
673d301b88
Make Ant smoke test more robust
...
Closes gh-33295
2022-11-22 12:01:21 +00:00
Stephane Nicoll
656c4b9390
Polish
2022-11-11 18:29:35 +01:00
Madhura Bhave
8cb615e9b6
Remove workarounds for SecurityContextRepository
2022-11-10 14:23:17 -08:00
Madhura Bhave
f4cf722c27
Align default security filter dispatcher types with Spring Security
...
Fixes gh-33090
2022-11-10 13:53:47 -08:00
Phillip Webb
82254e3b4d
Update smoketests to test isolated actuator object mapper use
...
See gh-32297
See gh-20291
2022-11-09 22:17:16 -08:00
Phillip Webb
32b9945632
Polish
2022-11-08 23:15:30 -08:00