Commit Graph

38788 Commits

Author SHA1 Message Date
Moritz Halbritter
140e806357 Enable LoaderIntegrationTests on Java 20
See gh-35758
2023-06-07 10:16:54 +02:00
Moritz Halbritter
c38f674585 Merge pull request #35662 from twobiers
* pr/35662:
  Move property notes up to external configuration section

Closes gh-35662
2023-06-07 09:31:56 +02:00
twobiers
0dbc0fcf91 Move property notes up to external configuration section
See gh-35662
2023-06-07 09:29:23 +02:00
Moritz Halbritter
a9393143ae Merge pull request #35716 from bbulgarelli
* pr/35716:
  Add @AliasFor annotation to EndpointCloudFoundryExtension

Closes gh-35716
2023-06-07 08:57:22 +02:00
Bernardo Bulgarelli
51afaa79a7 Add @AliasFor annotation to EndpointCloudFoundryExtension
See gh-35716
2023-06-07 08:45:57 +02:00
Moritz Halbritter
2927d50d18 Add JavaVersion.TWENTY
Closes gh-35758
2023-06-07 08:23:05 +02:00
Andy Wilkinson
be72e482ac Print thread dumps when PR build is cancelled
Closes gh-35760
2023-06-06 18:26:28 +01:00
Phillip Webb
4eda5bd36f Polish 2023-06-05 17:17:07 -07:00
Andy Wilkinson
c115ffb02e Start building against Spring Framework 5.3.28 snapshots
See gh-35729
2023-06-05 13:29:45 +01:00
Andy Wilkinson
5e963b02a7 Start building against Spring WS 3.1.7 snapshots
See gh-35732
2023-06-05 12:36:14 +01:00
Andy Wilkinson
adc2077be3 Start building against Spring Session Bom 2021.2.2 snapshots
See gh-35731
2023-06-05 12:36:13 +01:00
Andy Wilkinson
a47112bbeb Start building against Spring Security 5.7.9 snapshots
See gh-35730
2023-06-05 12:36:11 +01:00
Andy Wilkinson
c680a892fe Start building against Spring Data Bom 2021.2.13 snapshots
See gh-35728
2023-06-05 11:21:40 +01:00
Andy Wilkinson
a04f6b3b02 Start building against Spring AMQP 2.4.13 snapshots
See gh-35727
2023-06-05 11:21:36 +01:00
Andy Wilkinson
163f5052c1 Start building against Reactor Bom 2020.0.33 snapshots
See gh-35726
2023-06-05 11:21:31 +01:00
Andy Wilkinson
d92012b82f Start building against Micrometer 1.9.12 snapshots
See gh-35725
2023-06-05 11:21:26 +01:00
Andy Wilkinson
5623fe3b94 Test Gradle plugin against Gradle 8.2-rc-1
Closes gh-35699
2023-06-02 13:23:36 +01:00
Stephane Nicoll
db03dc7743 Upgrade CI to Docker 24.0.2
Closes gh-35687
2023-06-01 14:52:41 +02:00
Scott Frederick
c847db77e6 Correct precedence in description of MongoDB properties
Closes gh-35686
2023-05-31 17:09:45 -05:00
Andy Wilkinson
812a48e877 Merge pull request #35286 from bikash30851
* gh-35286:
  Polish "Document audience support in Oauth2 resource server"
  Document audience support in Oauth2 resource server

Closes gh-35286
2023-05-25 14:12:24 +01:00
Andy Wilkinson
f452a86175 Polish "Document audience support in Oauth2 resource server"
See gh-35286
2023-05-25 14:11:44 +01:00
Bikash Adhikari
13c5c6efb1 Document audience support in Oauth2 resource server
See gh-35286
2023-05-25 14:11:27 +01:00
Andy Wilkinson
7c5fd06d77 Check out code and validate Gradle wrapper in PR workflow 2023-05-25 12:54:37 +01:00
Andy Wilkinson
746f2aa77e Add workflow for building pull requests 2023-05-25 12:30:46 +01:00
Phillip Webb
c88a768977 Merge branch '2.6.x' into 2.7.x 2023-05-24 17:30:52 -07:00
Phillip Webb
f8c9fee3b0 Merge branch '2.5.x' into 2.6.x 2023-05-24 17:30:39 -07:00
Phillip Webb
6c4781086f Remove unused CI files 2023-05-24 17:30:12 -07:00
Phillip Webb
5d1fcfa472 Merge branch '2.6.x' into 2.7.x 2023-05-24 17:18:58 -07:00
Phillip Webb
12b09acc87 Merge branch '2.5.x' into 2.6.x 2023-05-24 17:18:14 -07:00
Phillip Webb
46c8b58eb5 Update CI pipeline 2023-05-24 17:17:35 -07:00
Scott Frederick
a5a5be37ec Upgrade CI to Docker 24.0.1
Closes gh-35622
2023-05-24 15:26:08 -05:00
Phillip Webb
701ea30b3a Merge branch '2.6.x' into 2.7.x 2023-05-18 13:07:56 -07:00
Spring Builds
15d95ed5a0 Next development version (v2.6.16-SNAPSHOT) 2023-05-18 19:41:10 +00:00
Phillip Webb
d384a90567 Merge branch '2.6.x' into 2.7.x 2023-05-18 11:28:21 -07:00
Phillip Webb
d24ed66b2d Merge branch '2.5.x' into 2.6.x 2023-05-18 11:28:04 -07:00
Spring Builds
f8ac264bd1 Next development version (v2.5.16-SNAPSHOT) 2023-05-18 17:55:40 +00:00
Andy Wilkinson
858c984b5d Merge branch '2.6.x' into 2.7.x 2023-05-18 14:03:52 +01:00
Andy Wilkinson
af89b29f0a Merge branch '2.5.x' into 2.6.x
Closes gh-35561
2023-05-18 14:03:31 +01:00
Phillip Webb
d7ff379fb8 Return 406 status code if welcome page is not accepted
Add `WelcomePageNotAcceptableHandlerMapping` which will return
an HTTP 406 status if a suitable welcome page is found but
cannot be accepted for the request.

An additional mapper is used so that we don't need to change
the order of the `WelcomePageHandlerMapping`. It's possible
that users may have additional root handler mappings
registered to run after the `WelcomePageHandlerMapping`
and we still need to respect those.

Fixes gh-35559
2023-05-18 13:35:49 +01:00
Spring Builds
0f2e5d0e39 Next development version (v2.7.13-SNAPSHOT) 2023-05-18 09:43:54 +00:00
Phillip Webb
418dd1ba5b Return 406 status code if welcome page is not accepted
Add `WelcomePageNotAcceptableHandlerMapping` which will return
an HTTP 406 status if a suitable welcome page is found but
cannot be accepted for the request.

An additional mapper is used so that we don't need to change
the order of the `WelcomePageHandlerMapping`. It's possible
that users may have additional root handler mappings
registered to run after the `WelcomePageHandlerMapping`
and we still need to respect those.

Fixes gh-35552
2023-05-18 08:55:45 +01:00
Andy Wilkinson
cc2bb7cade Upgrade to Json-smart 2.4.11
Closes gh-35549
2023-05-18 08:17:37 +01:00
Scott Frederick
c0797eea1d Upgrade CI to Docker 24.0.0
Closes gh-35506
2023-05-17 16:55:10 -05:00
Andy Wilkinson
1cd3a32f1f Merge branch '2.6.x' into 2.7.x 2023-05-17 22:31:56 +01:00
Andy Wilkinson
7f9fd042fb Upgrade to Undertow 2.2.24.Final
Closes gh-35541
2023-05-17 21:43:21 +01:00
Andy Wilkinson
47f1fc57d9 Upgrade to Tomcat 9.0.75
Closes gh-35540
2023-05-17 21:43:20 +01:00
Andy Wilkinson
2e8ec62cd4 Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE
Closes gh-35539
2023-05-17 21:25:42 +01:00
Andy Wilkinson
ba7485bf48 Upgrade to Spring WS 3.1.6
Closes gh-35538
2023-05-17 21:25:37 +01:00
Andy Wilkinson
1e5797f350 Upgrade to Spring Security 5.6.10
Closes gh-35537
2023-05-17 21:25:32 +01:00
Andy Wilkinson
83cbe3fc2c Upgrade to Spring Integration 5.5.18
Closes gh-35536
2023-05-17 21:25:27 +01:00