Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2023-01-26 19:34:22 -08:00
Krzysztof Krason
888d4ac392
Use '==' rather than '.equals' with enum value
...
See gh-33987
2023-01-26 19:33:37 -08:00
Phillip Webb
95963b7dee
Merge branch '3.0.x'
...
Closes gh-33996
2023-01-26 17:38:22 -08:00
Phillip Webb
058914f1cf
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33995
2023-01-26 17:38:02 -08:00
Phillip Webb
c7a8151313
Restore "Use Jedis Instead of Lettuce" how-to documentation
...
Closes gh-33994
2023-01-26 17:37:01 -08:00
Moritz Halbritter
2601020337
Merge branch '3.0.x'
...
Closes gh-33964
2023-01-24 10:09:10 +01:00
Moritz Halbritter
dfda153da5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33963
2023-01-24 10:09:01 +01:00
Moritz Halbritter
9975ec8be3
Report deprecated Map properties
...
Closes gh-27854
2023-01-24 10:07:54 +01:00
Moritz Halbritter
4b370250e0
Merge pull request #33911 from mhalbritter
...
* mh/19605:
Use bean name for servlet and filter registrations if name is not set
Closes gh-33911
2023-01-24 09:14:40 +01:00
Moritz Halbritter
a4e7a8bae0
Use bean name for servlet and filter registrations if name is not set
...
If the name is set, it is used. If not, the bean name is used. If that's
not set, the convention based name is taken.
Registration failures now throw an IllegalStateException instead of
being logged. DynamicRegistrationBean.setIgnoreRegistrationFailure
can be used to restore the old behavior.
See gh-33911
2023-01-24 09:14:06 +01:00
Scott Frederick
7c313a7b4a
Remove dependency management for Apache HttpClient 4
...
Closes gh-33535
2023-01-23 13:59:15 -06:00
Scott Frederick
0b6dade142
Migrate CLI to Apache HttpClient 5
...
Closes gh-33534
2023-01-23 13:59:15 -06:00
Scott Frederick
1588f9d881
Migrate buildpack-platform to Apache HttpClient 5
...
Closes gh-33533
2023-01-23 13:59:08 -06:00
Andy Wilkinson
7f09636ad2
Merge pull request #33711 from scordio
...
* gh-33711:
Upgrade to AssertJ 3.24.2
Closes gh-33711
2023-01-23 18:04:04 +00:00
Stefano Cordio
ec1f1f949e
Upgrade to AssertJ 3.24.2
...
This commit also switches to use the AssertJ bom.
See gh-33711
2023-01-23 18:03:38 +00:00
Andy Wilkinson
d7e5b61393
Upgrade to Artemis 2.27.1
...
Closes gh-33955
2023-01-23 18:02:38 +00:00
Andy Wilkinson
ceb9721db8
Upgrade to Angus Mail 1.1.0
...
Closes gh-33956
2023-01-23 18:02:16 +00:00
Andy Wilkinson
f0ef47eb2d
Merge branch '3.0.x'
...
Closes gh-33948
2023-01-23 14:57:21 +00:00
Andy Wilkinson
1eb6de0b6d
Correct artifact ID of some Angus Mail modules
...
Closes gh-33947
2023-01-23 14:56:44 +00:00
Andy Wilkinson
fee0daf127
Set bomr upgrade policy to same major version
2023-01-23 14:45:42 +00:00
Andy Wilkinson
7ebcf11c81
Merge branch '3.0.x'
2023-01-23 12:45:34 +00:00
Andy Wilkinson
63abaa4cd2
Start working on 3.1.0
2023-01-23 12:04:39 +00:00
Andy Wilkinson
8e7822d214
Create 3.0.x branch
2023-01-23 12:04:16 +00:00
Andy Wilkinson
ff630c4647
Correct link to Actuator's HTTP Exchange Recording support
...
Closes gh-33933
2023-01-23 12:03:28 +00:00
Phillip Webb
a995741ed4
Merge branch '2.7.x'
...
Closes gh-33933
2023-01-21 11:37:25 -08:00
Phillip Webb
b7ae9fbfdf
Restore actuator section in documentation overview
...
Closes gh-33932
2023-01-21 11:35:54 -08:00
Phillip Webb
ff35329a12
Merge branch '2.7.x'
...
Closes gh-33931
2023-01-21 11:29:11 -08:00
Phillip Webb
d84610c712
Remove legacy docker entrypoint from CI docker files
...
Closes gh-33930
2023-01-21 11:27:24 -08:00
Moritz Halbritter
e6351b57ca
Merge pull request #33918 from sannanansari
...
* pr/33918:
Updated from spring.io to maven central
Closes gh-33918
2023-01-20 11:44:02 +01:00
Sanan
26c178effa
Updated from spring.io to maven central
...
See gh-33918
2023-01-20 11:43:32 +01:00
Moritz Halbritter
f72f3579d0
Merge branch '2.7.x'
...
Closes gh-33919
2023-01-20 09:37:54 +01:00
Moritz Halbritter
d9a8acdefc
Merge pull request #33914 from izeye
...
* pr/33914:
Add Javadoc since to OperationParameter.getAnnotation()
Closes gh-33914
2023-01-20 09:37:25 +01:00
Johnny Lim
ebde850031
Add Javadoc since to OperationParameter.getAnnotation()
...
See gh-33914
2023-01-20 09:36:57 +01:00
Spring Builds
3c2d6fe043
Next development version (v3.0.3-SNAPSHOT)
2023-01-20 00:56:28 +00:00
Phillip Webb
86f843be8d
Merge branch '2.7.x'
2023-01-19 16:06:34 -08:00
Phillip Webb
f6f811c9ca
Refine docker credentials used in CI
2023-01-19 16:05:03 -08:00
Phillip Webb
b9851e8bf5
Merge branch '2.7.x'
2023-01-19 14:29:05 -08:00
Phillip Webb
219b5fd1d0
Upgrade CI to Java 11.0.18+10
...
Closes gh-33913
2023-01-19 14:27:49 -08:00
Phillip Webb
a1fc7eb4c2
Merge branch '2.7.x'
2023-01-19 14:17:37 -08:00
Phillip Webb
9e874c8472
Use credentials when checking GitHub
2023-01-19 14:17:30 -08:00
Phillip Webb
ac5e39a841
Merge branch '2.7.x'
2023-01-19 14:07:18 -08:00
Phillip Webb
2eae17b50b
Use credentials when checking GitHub
2023-01-19 14:06:59 -08:00
Phillip Webb
b3dc5a851e
Merge branch '2.7.x'
2023-01-19 14:04:57 -08:00
Phillip Webb
f7f2eb0bb4
Use credentials when checking for milestones
2023-01-19 14:04:38 -08:00
Phillip Webb
4179f3af58
Merge branch '2.7.x'
2023-01-19 13:49:11 -08:00
Phillip Webb
b70cb50d18
Upgrade concourse/registry-image-resource to 1.7.0
2023-01-19 13:47:41 -08:00
Phillip Webb
2ae47c542b
Upgrade concourse/github-release-resource to 1.8.0
2023-01-19 13:47:41 -08:00
Phillip Webb
7349051e96
Merge pull request #33514 from michaelweidmann
...
* pr/33514:
Polish 'Order SessionRepositoryCustomizer before other customizers'
Order SessionRepositoryCustomizer before other customizers
Closes gh-33514
2023-01-19 12:49:17 -08:00
Phillip Webb
e05b7e49c6
Polish 'Order SessionRepositoryCustomizer before other customizers'
...
See gh-33514
2023-01-19 12:48:49 -08:00
Michael Weidmann
19ce32dc34
Order SessionRepositoryCustomizer before other customizers
...
Update `JdbcSessionConfiguration` so the `SessionRepositoryCustomizer`
used to map properties is always applied before other customizers.
See gh-33514
2023-01-19 12:44:03 -08:00