Scott Frederick
4a8e48f07a
Merge branch '2.7.x'
3 years ago
Scott Frederick
108b3314db
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30889
3 years ago
Scott Frederick
b0bedc332a
Use Testcontainers in Spring Session Reactive smoke tests
...
Closes gh-30888
3 years ago
Scott Frederick
4f3771f88a
Merge branch '2.7.x'
3 years ago
Scott Frederick
7f4b78469e
Merge branch '2.6.x' into 2.7.x
3 years ago
Scott Frederick
51343139c2
Remove empty files
...
See gh-30875
3 years ago
Scott Frederick
03d17dd04a
Merge branch '2.7.x'
3 years ago
Scott Frederick
576b72a7a1
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30877
3 years ago
Scott Frederick
6098b0c91f
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30876
3 years ago
Scott Frederick
8fe47aaebd
Remove smoke tests that do nothing without a server
...
Fixes gh-30875
3 years ago
Scott Frederick
7f395941c7
Add timezone offset to default logging date format patterns
...
Closes gh-28654
3 years ago
Andy Wilkinson
541ab69aff
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
4cd850cfc0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30851
3 years ago
Andy Wilkinson
fa327a783d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30850
3 years ago
Andy Wilkinson
4fd2e0c916
Polish "Fix typos"
...
See gh-30773
3 years ago
Andy Wilkinson
f6d24dc1a8
Fix typos
...
See gh-30773
3 years ago
Moritz Halbritter
85a4c94dea
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
b406971094
Remove hyphen from asserting-party
...
spring.security.saml2.relyingparty.registration.*.asserting-party.* is
now named spring.security.saml2.relyingparty.registration.*.assertingparty.*
Closes gh-30785
3 years ago
Andy Wilkinson
061d86e037
Reinstate Session Redis smoke test
...
See gh-30673
3 years ago
Phillip Webb
c7374fd415
Update copyright year of changed files
3 years ago
Moritz Halbritter
1950d06585
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
6c400daa48
Rename 'identityprovider' property to 'asserting-party'
...
Rename spring.security.saml2.relyingparty.registration.*.identity-provider.*
to spring.security.saml2.relyingparty.registration.*.asserting-party.*
The old property names are still supported, but will lead to a warning
in the logs.
Closes gh-30642
3 years ago
Brian Clozel
21eab010de
Disable Redis Session smoke test
...
This commit temporarily disables the Redis Session smoke test, as it
relies on the Session Actuator endpoint being present.
Since spring-projects/spring-session#1711 , the default session
repository contributed is not of type `FindByIndexNameSessionRepository`
and thus cannot support the Session endpoint use case.
Until gh-30673 is resolved, this test is disabled.
See gh-30673
3 years ago
Andy Wilkinson
9658661bd4
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
7789a18d23
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30667
3 years ago
Andy Wilkinson
d4348279a7
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30666
3 years ago
Andy Wilkinson
8f1b8622ba
Ensure that webEnvironment=NONE creates non-web context
...
Previously, if spring.main.web-application-type was configured in
application.properties to servlet or reactive, setting
webEnvironment=NONE on @SpringBootTest would not work correctly and
a servlet or reactive web application context would be created
based on the value of spring.main.web-application-type.
This commit updates the test context bootstapper to set
spring.main.web-application-type to none when webEnvironment has been
set to none. This is done in the merged context configuration's
property source properties which are applied to the environment in a
high-precedence test property source that will override configuration
in application.properties.
Closes gh-29695
3 years ago
Andy Wilkinson
b871a1e457
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
48f8021d88
Migrate @Local*Port annotations to spring-boot-test
...
Closes gh-29589
3 years ago
Brian Clozel
d476d8e37b
Move GraphQL test document files
...
After changes performed in spring-projects/spring-graphql#338 , GraphQL
test documents now have a different test location.
3 years ago
dreis2211
eea4611553
Fix references to JDK 1.8 in READMEs
...
See gh-30447
3 years ago
Andy Wilkinson
a59f60c614
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
aad59efef2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30430
3 years ago
Andy Wilkinson
344aa405ae
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30429
3 years ago
Andy Wilkinson
e36ac6c155
Polish "Enable Java 18 for LoaderIntegrationTests"
...
See gh-30422
3 years ago
Eddú Meléndez
e9c433a0b7
Enable Java 18 for LoaderIntegrationTests
...
See gh-30422
3 years ago
Moritz Halbritter
1d29081e61
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
3e26c584fd
Merge branch '2.6.x' into 2.7.x
3 years ago
Moritz Halbritter
27ddcbd551
Merge branch '2.5.x' into 2.6.x
3 years ago
Moritz Halbritter
cd5d3dbf8d
Disable SampleSessionWebFluxApplicationTests on Linux aarch64
...
These tests use embedded mongo under the hood.
See gh-30082
3 years ago
Moritz Halbritter
1cd16f6718
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
1fec2f0e9b
Merge branch '2.6.x' into 2.7.x
3 years ago
Moritz Halbritter
4e09289076
Merge branch '2.5.x' into 2.6.x
...
# Conflicts:
# spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/test/java/smoketest/data/mongo/SampleMongoApplicationTests.java
3 years ago
Moritz Halbritter
1d15e8c8e2
Disable SampleMongoApplicationTests on Linux aarch64
...
See gh-30082
3 years ago
Andy Wilkinson
1ee7ac3cd6
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
7eff00b818
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30360
3 years ago
Andy Wilkinson
f04a85957e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30359
3 years ago
Andy Wilkinson
5473cd3abc
Try to stabilize SampleSessionWebFluxApplicationTests
...
Closes gh-30353
3 years ago
Brian Clozel
755836aab8
Update formlatest GraphQlTester changes
...
See spring-projects/spring-graphql#278
3 years ago
dreis2211
be981e45d1
Remove checks for Java 9 compatibility in build.gradle files
...
See gh-30335
3 years ago