Stephane Nicoll
2bd58f8f9b
Upgrade to ActiveMQ 5.16.4
...
Closes gh-29937
2022-02-22 08:47:27 +01:00
Stephane Nicoll
db26aff792
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29934
2022-02-22 08:30:38 +01:00
Stephane Nicoll
95d5a5159f
Merge pull request #29931 from UbaidurRehman1
...
* pr/29931:
Clarify that any property of the environment can be used in a banner
Closes gh-29931
2022-02-22 08:30:21 +01:00
UbaidurRehman1
7b48c51689
Clarify that any property of the environment can be used in a banner
...
See gh-29931
2022-02-22 08:30:07 +01:00
Andy Wilkinson
7ec30e02c7
Merge branch '2.5.x' into 2.6.x
2022-02-21 15:11:04 +00:00
Andy Wilkinson
ca2dbf39ec
Upgrade to Jetty Reactive HTTPClient 1.1.11
...
Closes gh-29927
2022-02-21 14:26:48 +00:00
Andy Wilkinson
df6959679c
Upgrade to AppEngine SDK 1.9.95
...
Closes gh-29926
2022-02-21 14:26:45 +00:00
Andy Wilkinson
7db9bb94cd
Upgrade to ActiveMQ 5.16.4
...
Closes gh-29925
2022-02-21 14:26:42 +00:00
Andy Wilkinson
30fcc195b4
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29923
2022-02-21 14:24:00 +00:00
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
2022-02-21 14:19:08 +00:00
Andy Wilkinson
2d8495361e
Upgrade to Spring Security 5.6.2
...
Closes gh-29723
2022-02-21 14:09:38 +00:00
Andy Wilkinson
7373111c70
Merge branch '2.5.x' into 2.6.x
2022-02-21 14:09:02 +00:00
Andy Wilkinson
21fb273ec3
Upgrade to Spring Security 5.5.5
...
Closes gh-29713
2022-02-21 14:08:16 +00:00
Andy Wilkinson
fcd52c02a7
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29921
2022-02-21 14:01:47 +00:00
Andy Wilkinson
55f68989d8
Remove redundant action to make plugins dat file reproducible
...
Closes gh-29917
2022-02-21 14:01:04 +00:00
Stephane Nicoll
c52f6f09ad
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29915
2022-02-21 09:25:08 +01:00
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
2022-02-21 09:24:52 +01:00
Stephane Nicoll
92cd51e6b0
Polish "Clarify log message with a profile containing a comma"
...
See gh-29896
2022-02-21 09:00:27 +01:00
gcoppex
c8466a14e9
Clarify log message with a profile containing a comma
...
See gh-29896
2022-02-21 08:28:10 +01:00
Andy Wilkinson
95d67a985b
Merge branch 'gh-29639' into 2.6.x
...
Closes gh-29909
2022-02-19 11:36:09 +00:00
Andy Wilkinson
5baa71f1b3
Allow beans with circular dependencies to be spied
...
Closes gh-29639
2022-02-19 11:35:58 +00:00
Andy Wilkinson
9a3f053034
Allow beans with circular dependencies to be spied
...
Closes gh-29639
2022-02-19 11:35:28 +00:00
Andy Wilkinson
f919c9983c
Upgrade to Spring Data 2021.1.2
...
Closes gh-29721
2022-02-19 08:02:55 +00:00
Andy Wilkinson
1b1571be0f
Merge branch '2.5.x' into 2.6.x
2022-02-19 08:00:23 +00:00
Andy Wilkinson
1c4fc7d3fa
Upgrade to Spring Data 2021.0.9
...
Closes gh-29711
2022-02-19 07:59:10 +00:00
Stephane Nicoll
c1aa8b1869
Merge branch '2.5.x' into 2.6.x
2022-02-18 17:28:51 +01:00
Stephane Nicoll
47510924e5
Upgrade to Spring LDAP 2.3.6
...
Closes gh-29720
2022-02-18 17:28:16 +01:00
Stephane Nicoll
6bf172f0f2
Upgrade to Spring LDAP 2.3.6
...
Closes gh-29710
2022-02-18 17:02:39 +01:00
Brian Clozel
16c47595e7
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29905
2022-02-18 13:55:27 +01:00
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
2022-02-18 13:54:14 +01:00
Andy Wilkinson
9da6fb4a5a
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29903
2022-02-18 11:42:10 +00:00
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
2022-02-18 11:41:24 +00:00
Andy Wilkinson
0cebb332d1
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29901
2022-02-18 11:08:21 +00:00
Andy Wilkinson
ac38a5a3e9
Update javadoc to reflect move to SecurityFilterChain
...
Closes gh-29900
2022-02-18 11:05:48 +00:00
Stephane Nicoll
e17ef68aa0
Merge branch '2.5.x' into 2.6.x
2022-02-17 11:12:48 +01:00
Stephane Nicoll
5b58d1bfca
Upgrade to Spring Framework 5.3.16
...
Closes gh-29719
2022-02-17 11:12:37 +01:00
Stephane Nicoll
b1cfa402e8
Upgrade to Spring Framework 5.3.16
...
Closes gh-29709
2022-02-17 11:11:57 +01:00
Stephane Nicoll
38d8344b23
Merge branch '2.5.x' into 2.6.x
2022-02-17 10:01:24 +01:00
Stephane Nicoll
6c82bb2e6f
Upgrade to Micrometer 1.8.3
...
Closes gh-29718
2022-02-17 10:00:41 +01:00
Stephane Nicoll
0fba81adf0
Upgrade to Micrometer 1.7.9
...
Closes gh-29708
2022-02-17 09:59:40 +01:00
Stephane Nicoll
5aa67fad5b
Merge branch '2.5.x' into 2.6.x
2022-02-17 08:41:43 +01:00
Stephane Nicoll
a90ca0e23b
Upgrade Java 11 version in CI image
...
Closes gh-29887
2022-02-17 08:41:28 +01:00
Stephane Nicoll
cca97ff4b7
Upgrade Java 11 version in CI image
...
Closes gh-29889
2022-02-17 08:40:46 +01:00
Phillip Webb
560d576a02
Polish
2022-02-16 20:30:14 -08:00
Phillip Webb
5b4ec32645
Merge branch '2.5.x' into 2.6.x
2022-02-16 18:56:12 -08:00
Phillip Webb
c86b1330cf
Update copyright year of changed files
2022-02-16 17:56:19 -08:00
Phillip Webb
9ab1b669d0
Polish
2022-02-16 17:56:07 -08:00
Stephane Nicoll
78797572ac
Merge branch '2.5.x' into 2.6.x
2022-02-16 16:51:27 +01:00
Stephane Nicoll
fa6a1463d0
Polish
2022-02-16 16:51:16 +01:00
Andy Wilkinson
86c75b7a5c
Merge branch '2.5.x' into 2.6.x
...
Closes gh-29880
2022-02-16 14:58:58 +00:00