Phillip Webb
581a32b107
Polish ConfigurationPropertiesBean
...
Closes gh-35640
2 years ago
Phillip Webb
bfbae581d7
Extract BindMethodAttribute class
...
Create a `BindMethodAttribute` class to manage attribute logic.
Closes gh-35638
2 years ago
Andy Wilkinson
a9f89a1e3c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35633
2 years ago
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
2 years ago
Andy Wilkinson
f452a86175
Polish "Document audience support in Oauth2 resource server"
...
See gh-35286
2 years ago
Bikash Adhikari
13c5c6efb1
Document audience support in Oauth2 resource server
...
See gh-35286
2 years ago
Andy Wilkinson
bc6015c790
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
7c5fd06d77
Check out code and validate Gradle wrapper in PR workflow
2 years ago
Andy Wilkinson
8ebf5f2412
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
746f2aa77e
Add workflow for building pull requests
2 years ago
Phillip Webb
02217d35d2
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
c88a768977
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
f8c9fee3b0
Merge branch '2.5.x' into 2.6.x
2 years ago
Phillip Webb
6c4781086f
Remove unused CI files
2 years ago
Phillip Webb
69fe1aa159
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
5d1fcfa472
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
12b09acc87
Merge branch '2.5.x' into 2.6.x
2 years ago
Phillip Webb
46c8b58eb5
Update CI pipeline
2 years ago
Scott Frederick
7f35edb72a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35624
2 years ago
Scott Frederick
a5a5be37ec
Upgrade CI to Docker 24.0.1
...
Closes gh-35622
2 years ago
Stephane Nicoll
52360755af
Merge pull request #35609 from ThomasKasene
...
* pr/35609:
Polish "Fix description of build-image[-no-fork] Maven plugin goals"
Fix description of build-image[-no-fork] Maven plugin goals
Closes gh-35609
2 years ago
Stephane Nicoll
44c2090092
Polish "Fix description of build-image[-no-fork] Maven plugin goals"
...
See gh-35609
2 years ago
Thomas Kåsene
e84025b1b8
Fix description of build-image[-no-fork] Maven plugin goals
...
See gh-35609
2 years ago
Scott Frederick
72fd94f2b5
Align bean name with Spring Data Elasticsearch requirements
...
Fixes gh-33651
2 years ago
Stephane Nicoll
bf91ec18c1
Merge pull request #35568 from dreis2211
...
* pr/35568:
Remove unnecessary exclude from spring-restdocs-mockmvc
Closes gh-35568
2 years ago
Christoph Dreis
b2b5728995
Remove unnecessary exclude from spring-restdocs-mockmvc
...
See gh-35568
2 years ago
Stephane Nicoll
ca8ebbf4ab
Merge pull request #35576 from izeye
...
* pr/35576:
Polish
Closes gh-35576
2 years ago
Johnny Lim
1b5fc89b43
Polish
...
See gh-35576
2 years ago
Scott Frederick
f0ed2a8e4c
Set LATEST_GA to false in CI pipeline
...
Closes gh-35556
2 years ago
Phillip Webb
f5703778ca
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
701ea30b3a
Merge branch '2.6.x' into 2.7.x
2 years ago
Spring Builds
15d95ed5a0
Next development version (v2.6.16-SNAPSHOT)
2 years ago
Phillip Webb
24887b7742
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
d384a90567
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
d24ed66b2d
Merge branch '2.5.x' into 2.6.x
2 years ago
Spring Builds
f8ac264bd1
Next development version (v2.5.16-SNAPSHOT)
2 years ago
Andy Wilkinson
72d405eb30
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
858c984b5d
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
af89b29f0a
Merge branch '2.5.x' into 2.6.x
...
Closes gh-35561
2 years ago
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
2 years ago
Andy Wilkinson
8a5a7e110d
Merge branch '2.7.x' into 3.0.x
2 years ago
Spring Builds
6103e81672
Next development version (v3.0.8-SNAPSHOT)
2 years ago
Spring Builds
0f2e5d0e39
Next development version (v2.7.13-SNAPSHOT)
2 years ago
Andy Wilkinson
54e769be3a
Polish
...
See gh-35553
2 years ago
Andy Wilkinson
af9cd8cf0b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35553
2 years ago
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
2 years ago
Andy Wilkinson
b6e56c85a0
Upgrade to Json-smart 2.4.11
...
Closes gh-35551
2 years ago
Andy Wilkinson
e6160fca8e
Upgrade to Jersey 3.1.2
...
Closes gh-35550
2 years ago
Andy Wilkinson
ed3c9b210a
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
cc2bb7cade
Upgrade to Json-smart 2.4.11
...
Closes gh-35549
2 years ago