Andy Wilkinson
2fae5de245
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36043
1 year ago
Andy Wilkinson
d2966e1cbf
Polish "Replace calls to verifyComplete() to avoid indefinite blocking"
...
See gh-35915
1 year ago
ThomazPassarelli
f9da30faf1
Replace calls to verifyComplete() to avoid indefinite blocking
...
See gh-35915
1 year ago
Andy Wilkinson
4694e20628
Merge branch '2.7.x' into 3.0.x
1 year ago
Andy Wilkinson
7d07c0d09c
Polish configuration related to predictive test selection
...
Most notably, this commit splits the tests that use Spring REST Docs
out into a separate task for which predictive test selection is
disabled. This allows it to be cached and use Gradle's built-in
up-to-date checking, thereby avoiding the generation of new snippets
and the need to then run the asciidoctor and asciidoctorPdf tasks.
It also updates spring-boot-smoke-test-junit-vintage to disable
predictive test selection so that we can continue to assert that
the some tests were executed.
See gh-35869
1 year ago
Moritz Halbritter
372af21313
Merge branch '2.7.x' into 3.0.x
1 year ago
Moritz Halbritter
140e806357
Enable LoaderIntegrationTests on Java 20
...
See gh-35758
1 year ago
Moritz Halbritter
c2dd20f4ea
Merge branch '2.7.x' into 3.0.x
2 years ago
Moritz Halbritter
f5eb76074b
Disable loader integration tests on aarch64 linux and mac
...
See gh-35229
2 years ago
Moritz Halbritter
f3d0bc7a99
Disable launch script integration tests on aarch64 linux and mac
...
See gh-35229
2 years ago
Phillip Webb
3ba3558cff
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
3e9a136143
Polish gradle formatting
2 years ago
Phillip Webb
d442bfbeff
Polish
2 years ago
Phillip Webb
25e0954b90
Revert "Set correct Eclipse WTP facet version"
...
This reverts commit d394ad3d3d
.
2 years ago
Phillip Webb
d394ad3d3d
Set correct Eclipse WTP facet version
2 years ago
Phillip Webb
d1f89db9a2
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
d39c94f437
Refine ConfigurationProcessorIntegrationTests resource detection logic
2 years ago
Phillip Webb
c4de86c244
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
2 years ago
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2 years ago
Phillip Webb
5120242996
Merge branch '2.7.x' into 3.0.x
2 years ago
Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2 years ago
Andy Wilkinson
433364601d
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
3b2e5e5292
Remove references to https://repo.spring.io/release
2 years ago
Phillip Webb
a2ac38e203
Update copyright year of changed files
2 years ago
Krzysztof Krason
cf6493f65c
Simplify AssertJ assertions and also make them more readable
...
See gh-33653
2 years ago
Phillip Webb
f588793445
Update copyright year of changed files
2 years ago
Phillip Webb
6d16aed36e
Merge branch '2.7.x'
2 years ago
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.
2 years ago
Phillip Webb
c257f2b1d2
Merge branch '2.7.x'
2 years ago
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
2 years ago
Moritz Halbritter
08659baeba
Polish away public modifier on tests
2 years ago
Moritz Halbritter
725337f976
Make fields final
...
Closes gh-33537
2 years ago
Moritz Halbritter
a4779b7859
Merge branch '2.7.x'
...
Closes gh-33433
2 years ago
cdanger
716a839d54
Fix bug in webserver start when loading PKCS#11 KeyStore
...
See gh-32179
2 years ago
Andy Wilkinson
5a3972fee7
Merge branch '2.7.x'
...
Closes gh-33297
2 years ago
Andy Wilkinson
f638c0070a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33296
2 years ago
Andy Wilkinson
673d301b88
Make Ant smoke test more robust
...
Closes gh-33295
2 years ago
Stephane Nicoll
656c4b9390
Polish
2 years ago
Madhura Bhave
8cb615e9b6
Remove workarounds for SecurityContextRepository
2 years ago
Madhura Bhave
f4cf722c27
Align default security filter dispatcher types with Spring Security
...
Fixes gh-33090
2 years ago
Phillip Webb
82254e3b4d
Update smoketests to test isolated actuator object mapper use
...
See gh-32297
See gh-20291
2 years ago
Phillip Webb
32b9945632
Polish
2 years ago
Andy Wilkinson
b357239861
Upgrade to Jakarta Activation 2.1.0
...
Closes gh-33045
2 years ago
Andy Wilkinson
b67c427259
Upgrade to Servlet 6.0 and related EE 10 specs
...
Co-authored-by: Phillip Webb <pwebb@vmware.com>
Closes gh-33036
Closes gh-33037
Closes gh-33038
Closes gh-33039
Closes gh-33040
Closes gh-33041
Closes gh-33042
Closes gh-33043
2 years ago
Phillip Webb
d7941c6315
Polish
2 years ago
Phillip Webb
9856286a2d
Refine actuator httpexhanges naming
...
See gh-32885
2 years ago
Phillip Webb
3e50836b1a
Rename httptrace endpoint and related classes to httpexchanges
...
Rename `/actuator/httptrace` to `/actuator/httpexchanges` to better
describe its purpose and to remove confusion with distribute tracing.
This change also takes the opportunity to improve the code by making
the `HttpExchange` class (previously `HttpTrace`) fully immutable.
Closes gh-32885
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
2 years ago
Johnny Lim
5067aab552
Polish
...
See gh-32840
2 years ago
Phillip Webb
4be3218cb6
Merge branch '2.7.x'
2 years ago