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
Chris Dennis
3ed3d3eb36
Restore Ehcache 3 Support
...
See gh-30002
3 years ago
Andy Wilkinson
00193517f0
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
f488db9e49
Merge branch '2.6.x' into 2.7.x
3 years ago
Andy Wilkinson
0d4d225ebb
Merge branch '2.5.x' into 2.6.x
3 years ago
Andy Wilkinson
a58cd050e5
Disable LoaderIntegrationTests when all runtimes are incompatible
...
See gh-29524
3 years ago
Andy Wilkinson
f5ca568014
Remove versions less than 17 from JavaVersion enum
...
Closes gh-29503
3 years ago
Brian Clozel
81754c8bc4
Upgrade to Spring GraphQL 1.0.0-SNAPSHOT
...
This commit switches to 1.0.0-SNAPSHOT for Spring GraphQL, before its
upcoming 1.0.0-M6 version.
This commit adapts to the changes introduced in
spring-projects/spring-graphql#317 : now that `GraphQlClient` has been
introduced, `GraphQlTester` has been aligned with the new
infrastructure. The `@GraphQlTest` and `@SpringBootTest` testing support
is now using different variants for each.
All samples have been updated to use the proper GraphQL terminology, see
and spring-projects/spring-graphql#310 .
See gh-29637
3 years ago
Andy Wilkinson
0bf1090e29
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
a3cdc4e799
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30088
3 years ago
Andy Wilkinson
344f71c75a
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30087
3 years ago
Andy Wilkinson
4bcb7e2f77
Prevent ActiveProfilesTests from binding to 8080
...
Due to gh-29695, smoketest.profile.ActiveProfilesTests starts a web
server bound to the default port (8080) despite the test setting
`webEnvironment` to `NONE`.
This commit works around the problem by running the tests with
server.port set to zero.
Closes gh-30086
3 years ago
Andy Wilkinson
0833e9eab8
Relax alias checking for CI on Windows
3 years ago
Andy Wilkinson
ddc953468c
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
308fe7c552
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30047
3 years ago
Andy Wilkinson
97222236fe
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30046
3 years ago
Andy Wilkinson
57f935faed
Use a more relaxed AliasCheck for CI on Windows
...
ContextHandler.ApproveAliases has been deprecated. We tried to
replace it with AllowedResourceAliasChecker but it does not
behave in the same way and causes CI failures on Windows.
ContextHandler.ApproveAliases always returns true so we should
hardcode our own implementation that does the same.
Closes gh-30045
3 years ago
Andy Wilkinson
132bf686f8
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
2d9177dd9d
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29955
3 years ago
Andy Wilkinson
3614c8d1f8
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29954
3 years ago
Andy Wilkinson
1e8d29f7aa
Configure Kotlin compilation JVM target by convention
...
Closes gh-29952
3 years ago
Moritz Halbritter
d42f675959
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
d7b229d3c7
Rename AutoConfigurationLoader to ImportCandidates
...
Move the class to a more suitable package, and load the files from
META-INF/spring/<fqn>.imports
See gh-29872
3 years ago
Moritz Halbritter
42808ff13c
Merge branch '2.7.x'
...
# Conflicts:
# spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/spring.factories
# spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories
# spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring.factories
3 years ago
Moritz Halbritter
7c96294641
Move our auto-configurations from spring.factories to new file
...
Closes gh-29873
3 years ago
Moritz Halbritter
303979fb65
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
7d68b58c8f
Load auto-configurations from META-INF/spring-boot
...
Implements a new AutoConfigurationLoader, which loads
auto-configurations from a file in META-INF/spring-boot.
Adapts the AutoConfigurationImportSelector to use the new loader.
Adapts the ImportAutoConfigurationImportSelector to use the new loader.
Adapts the metadata plugin in the build to additionally load the
auto-configurations from the new file.
Updates the documentation for auto-configurations and test slices.
Closes gh-29872
3 years ago
Phillip Webb
ff4b92a3ba
Update copyright year of changed files
3 years ago
Stephane Nicoll
39e230b5d6
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
78797572ac
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
fa6a1463d0
Polish
3 years ago
Moritz Halbritter
fdb1010cbc
Migrate auto-configurations to @AutoConfiguration
...
Closes gh-29871
3 years ago