Andy Wilkinson
23b62653dd
Merge branch '2.6.x' into 2.7.x
3 years ago
Andy Wilkinson
f919c9983c
Upgrade to Spring Data 2021.1.2
...
Closes gh-29721
3 years ago
Andy Wilkinson
1b1571be0f
Merge branch '2.5.x' into 2.6.x
3 years ago
Andy Wilkinson
1c4fc7d3fa
Upgrade to Spring Data 2021.0.9
...
Closes gh-29711
3 years ago
Andy Wilkinson
027093d852
Use a templated source file for SpringBootVersion
...
Closes gh-29670
3 years ago
Stephane Nicoll
1f8700fbd1
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
2374347bab
Upgrade to Spring LDAP 2.4.0-M2
...
Closes gh-29764
3 years ago
Stephane Nicoll
c1aa8b1869
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
47510924e5
Upgrade to Spring LDAP 2.3.6
...
Closes gh-29720
3 years ago
Stephane Nicoll
6bf172f0f2
Upgrade to Spring LDAP 2.3.6
...
Closes gh-29710
3 years ago
Moritz Halbritter
2afa02c856
Fix missing test slice configuration
...
Test slices are now longer registered in spring.factories, but
TestSliceMetadata still looked there for them to generate documentation.
Fixed this so that TestSliceMetadata now looks in the right places for
test slices.
See gh-29873
3 years ago
Brian Clozel
940558c2a6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29906
3 years ago
Brian Clozel
16c47595e7
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29905
3 years ago
Brian Clozel
00114f9d61
Deregister failed contexts from SpringApplicationShutdownHook
...
Prior to this change, SpringApplication would register contexts to
SpringApplicationShutdownHook and only deregister them when they're
properly closed. A failed refresh attempt does not deregister the
context from the shutdown hook.
When a test suite runs lots of tests failing because of failed contexts,
this can build up and consume lots of resources.
This commit fixes this leak and deregisters failed contexts.
Fixes gh-29874
3 years ago
Moritz Halbritter
4f49e8c990
Polish JavaDoc
3 years ago
Andy Wilkinson
d18f536bc8
Remove separate netty-tcnative dependency management
...
Closes gh-29816
3 years ago
Andy Wilkinson
0e5a82522c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29904
3 years ago
Andy Wilkinson
9da6fb4a5a
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29903
3 years ago
Andy Wilkinson
c676b8b84d
Remove KafkaPropertiesKafka24Tests
...
We now use Kafka 2.7 by default so tests against 2.4 are no longer
required.
Closes gh-29882
3 years ago
Andy Wilkinson
b6fea07001
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29902
3 years ago
Andy Wilkinson
0cebb332d1
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29901
3 years ago
Andy Wilkinson
ac38a5a3e9
Update javadoc to reflect move to SecurityFilterChain
...
Closes gh-29900
3 years ago
Andy Wilkinson
fc8f55fbf4
Upgrade to OkHTTP 4.9.3
...
Closes gh-18506
3 years ago
Scott Frederick
42328771ad
Suppress deprecation warnings for WebSecurityConfigurerAdapter
...
Fixes gh-29897
3 years ago
Stephane Nicoll
55fdb9f215
Upgrade to Spring HATEOAS 1.5.0-M2
...
Closes gh-29893
3 years ago
Moritz Halbritter
896345df23
Fix test
3 years ago
Stephane Nicoll
c633b85700
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
828d4cebee
Upgrade to Spring Framework 5.3.16
...
Closes gh-29761
3 years ago
Stephane Nicoll
e17ef68aa0
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
5b58d1bfca
Upgrade to Spring Framework 5.3.16
...
Closes gh-29719
3 years ago
Stephane Nicoll
b1cfa402e8
Upgrade to Spring Framework 5.3.16
...
Closes gh-29709
3 years ago
Moritz Halbritter
7c96294641
Move our auto-configurations from spring.factories to new file
...
Closes gh-29873
3 years ago
Stephane Nicoll
3d327f4f96
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
553801bd9d
Upgrade to Micrometer 1.9.0-M3
...
Closes gh-29763
3 years ago
Stephane Nicoll
38d8344b23
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
6c82bb2e6f
Upgrade to Micrometer 1.8.3
...
Closes gh-29718
3 years ago
Stephane Nicoll
0fba81adf0
Upgrade to Micrometer 1.7.9
...
Closes gh-29708
3 years ago
Stephane Nicoll
6fa8d81daf
Start building against Spring HATEOAS 1.5.0-M2 snapshots
...
See gh-29893
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
Stephane Nicoll
a55759d531
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
97c53879e8
Upgrade Java 11 version in CI image
...
Closes gh-29888
3 years ago
Stephane Nicoll
5aa67fad5b
Merge branch '2.5.x' into 2.6.x
3 years ago
Stephane Nicoll
a90ca0e23b
Upgrade Java 11 version in CI image
...
Closes gh-29887
3 years ago
Stephane Nicoll
cca97ff4b7
Upgrade Java 11 version in CI image
...
Closes gh-29889
3 years ago
Phillip Webb
c0ffb35668
Update copyright year of changed files
3 years ago
Phillip Webb
4092afc98f
Polish
3 years ago
Phillip Webb
a40637cb6d
Merge branch '2.6.x' into 2.7.x
3 years ago
Phillip Webb
560d576a02
Polish
3 years ago
Phillip Webb
26512f8ac6
Merge branch '2.6.x' into 2.7.x
3 years ago
Phillip Webb
5b4ec32645
Merge branch '2.5.x' into 2.6.x
3 years ago