Andy Wilkinson
43c339824c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29924
3 years ago
Andy Wilkinson
30fcc195b4
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29923
3 years ago
Andy Wilkinson
4cb8ae6c8a
Try to avoid hitting secondary rate limit when opening issues
...
GitHub employs a secondary rate limit for actions that can trigger
notifications, such as opening a new issue. To avoid hitting this
limit, they recommend [1] waiting at least one second between each
request.
This commit attempts to comply with this guidance by adding a
one-second sleep prior to each POST request that opens an issue.
Closes gh-29879
[1] https://docs.github.com/en/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits
3 years ago
Andy Wilkinson
98ee341b1d
Merge branch '2.6.x' into 2.7.x
3 years ago
Andy Wilkinson
2d8495361e
Upgrade to Spring Security 5.6.2
...
Closes gh-29723
3 years ago
Andy Wilkinson
7373111c70
Merge branch '2.5.x' into 2.6.x
3 years ago
Andy Wilkinson
21fb273ec3
Upgrade to Spring Security 5.5.5
...
Closes gh-29713
3 years ago
Andy Wilkinson
6493c7c561
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29922
3 years ago
Andy Wilkinson
fcd52c02a7
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29921
3 years ago
Andy Wilkinson
55f68989d8
Remove redundant action to make plugins dat file reproducible
...
Closes gh-29917
3 years ago
Moritz Halbritter
1325153ee9
Move ManagementContextConfiguration from spring.factories
...
The import selector will now, in addition to spring.factories, look for
ManagementContextConfiguration classes in a file called
META-INF/spring/org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports
The existing ManagementContextConfigurations have been moved from
spring.factories to the new file.
Closes gh-29730
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
Stephane Nicoll
14c9147621
Merge pull request #29661 from mourezwell
...
* pr/29661:
Polish "Add support for Redis sentinel username"
Add support for Redis sentinel username
Closes gh-29661
3 years ago
Stephane Nicoll
3ffd88158e
Polish "Add support for Redis sentinel username"
...
See gh-29661
3 years ago
mourezwell
202a426bd6
Add support for Redis sentinel username
...
See gh-29661
3 years ago
Stephane Nicoll
ebbd16788e
Merge pull request #29884 from garyrussell
...
* pr/29884:
Add support for Kafka immediateStop property
Closes gh-29884
3 years ago
Gary Russell
d56403b64f
Add support for Kafka immediateStop property
...
See gh-29884
3 years ago
Stephane Nicoll
c5307a8bfe
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29916
3 years ago
Stephane Nicoll
c52f6f09ad
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29915
3 years ago
Stephane Nicoll
ca23c68b1c
Merge pull request #29896 from gcoppex
...
* pr/29896:
Polish "Clarify log message with a profile containing a comma"
Clarify log message with a profile containing a comma
Closes gh-29896
3 years ago
Stephane Nicoll
92cd51e6b0
Polish "Clarify log message with a profile containing a comma"
...
See gh-29896
3 years ago
gcoppex
c8466a14e9
Clarify log message with a profile containing a comma
...
See gh-29896
3 years ago
Andy Wilkinson
5f2ae858b6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-29910
3 years ago
Andy Wilkinson
95d67a985b
Merge branch 'gh-29639' into 2.6.x
...
Closes gh-29909
3 years ago
Andy Wilkinson
5baa71f1b3
Allow beans with circular dependencies to be spied
...
Closes gh-29639
3 years ago
Andy Wilkinson
9a3f053034
Allow beans with circular dependencies to be spied
...
Closes gh-29639
3 years ago
Andy Wilkinson
630da366bd
Upgrade to Spring Data 2021.2.0-M3
...
Closes gh-29765
3 years ago
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