Stephane Nicoll
c6205f10f1
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25922
4 years ago
Stephane Nicoll
1d61da1786
Merge pull request #25884 from alex-bel-apica
...
* pr/25884:
Polish "Properly close input streams when loading key stores"
Properly close input streams when loading key stores
Closes gh-25884
4 years ago
Stephane Nicoll
25b7495d8e
Polish "Properly close input streams when loading key stores"
...
See gh-25884
4 years ago
Alex Belyaev
1e3f5c342b
Properly close input streams when loading key stores
...
See gh-25884
4 years ago
Stephane Nicoll
152ce5f780
Upgrade Ubuntu version in CI images
...
Closes gh-25917
4 years ago
Stephane Nicoll
5e2a611742
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
4d52fe6db4
Upgrade Ubuntu version in CI images
...
Closes gh-25918
4 years ago
Stephane Nicoll
8565728a89
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
2ac160a9b8
Upgrade Ubuntu version in CI images
...
Closes gh-25916
4 years ago
Stephane Nicoll
aae524766f
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
f5009cb0a8
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
e4164d0143
Fix package tangle in endpoint package
...
Fix package tangle in the actuator endpoint package by relocating a
few classes.
The `Producible` and `ProducibleOperationArgumentResolver` classes have
been moved from `endpoint.annotation` to `endpoint` since they aren't
directly tied to annotations.
The `ApiVersion` class has been moved from `endpoint.http` to
`endpoint` since it needs to implement `Producible` and isn't really
tied to HTTP.
Closes gh-25914
4 years ago
Phillip Webb
e766c8b3a7
Revert "Switch default MVC path matching strategy"
...
This reverts commit ab8e599cfe
.
See gh-24805
4 years ago
Phillip Webb
ab8e599cfe
Switch default MVC path matching strategy
...
Change the default `spring.mvc.pathmatch.matching-strategy` to
`PATH_PATTERN_PARSER`.
Closes gh-24805
4 years ago
Phillip Webb
455864bfa0
Allow 'servet.path' with path pattern parser
...
Remove the restriction previously prevented `spring.mvc.servlet.path`
from being combined with a `spring.mvc.pathmatch.matching-strategy`
of `PATH_PATTERN_PARSER`. Spring Framework supports this combination
as of v5.3.4.
See gh-24805
4 years ago
Stephane Nicoll
2a60503849
Start building against Spring Session Dragonfruit-SR3 snapshots
...
See gh-25907
4 years ago
Stephane Nicoll
e4bf730f0b
Start building against Spring Security 5.3.9 snapshots
...
See gh-25906
4 years ago
Stephane Nicoll
b12a725977
Start building against Spring Data Neumann-SR9 snapshots
...
See gh-25905
4 years ago
Stephane Nicoll
80e893ebae
Upgrade to Spring HATEOAS 1.1.5
...
Closes gh-25904
4 years ago
Stephane Nicoll
aab5859fde
Start building against Spring Framework 5.2.14 snapshots
...
See gh-25903
4 years ago
Stephane Nicoll
ac1117f1a1
Start building against Reactor Reactor Dysprosium-SR19
...
See gh-25902
4 years ago
Andy Wilkinson
4d510d3c9b
Merge pull request #25829 from jdubois
...
* gh-25829:
Polish "Add detection of Azure App Service to CloudPlatform"
Add detection of Azure App Service to CloudPlatform
Closes gh-25829
4 years ago
Andy Wilkinson
4d31182123
Polish "Add detection of Azure App Service to CloudPlatform"
...
See gh-25829
4 years ago
Julien Dubois
98a1017ee7
Add detection of Azure App Service to CloudPlatform
...
See gh-25829
4 years ago
Andy Wilkinson
660dc5fcd7
Merge branch '2.4.x'
...
Closes gh-25900
4 years ago
Andy Wilkinson
8cd08c3926
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25899
4 years ago
Andy Wilkinson
7c8caf9ef5
Configure Kotlin compilation to use 1.3 apiVersion and languageVersion
...
Closes gh-25793
4 years ago
Andy Wilkinson
8b5f914ba5
Revert "Merge branch '2.4.x'"
...
This reverts commit 97b26b4886
, reversing
changes made to 6f9b1ed6a3
.
See gh-25840
4 years ago
Andy Wilkinson
58a9fb4027
Merge branch '2.4.x'
4 years ago
Andy Wilkinson
e9ce20dbf4
Revert "Merge branch '2.3.x' into 2.4.x"
...
This reverts commit 586ce00e06
, reversing
changes made to 563b8a8cec
.
See gh-25839
4 years ago
Andy Wilkinson
8048e59fa9
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
b35d1ec6e8
Revert "Use test harness for image building integration tests"
...
This reverts commit da9d8d6055
.
See gh-25838
4 years ago
Phillip Webb
a24199bbcc
Merge branch '2.4.x'
4 years ago
Phillip Webb
2971bdd9e3
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
51d57e19d0
Attempt to overcome Docker rate limiting on CI
...
Update the common build script to pull buildpack images early using the
authenticated CLI.
See gh-25838
4 years ago
Phillip Webb
72ccab0aad
Fix WebSessionManager auto-configuration order
...
Auto-configure `SessionAutoConfiguration` before
`WebFluxAutoConfiguration` to ensure that the correct
`WebSessionManager` bean is created.
See gh-20970
4 years ago
Phillip Webb
807ea1af0d
Update copyright year of changed files
4 years ago
Phillip Webb
4b05dbf4a2
Polish
4 years ago
Andy Wilkinson
e7314623cb
Merge pull request #25815 from parviz-93
...
* gh-25815:
Polish "Add config props for keep-alive timeout and max keep-alive reqs"
Add config props for keep-alive timeout and max keep-alive reqs
Closes gh-25815
4 years ago
Andy Wilkinson
1994219399
Polish "Add config props for keep-alive timeout and max keep-alive reqs"
...
See gh-25815
4 years ago
Parviz Rozikov
34b94d8898
Add config props for keep-alive timeout and max keep-alive reqs
...
See gh-25815
4 years ago
Brian Clozel
dc6b5badb8
Add SameSite session cookie config property for WebFlux
...
This commit adds a new `spring.webflux.session.cookie.same-site`
confuguration property that sets the default value for the "SameSite"
attribute in the WebFlux session cookies.
Closes gh-20970
4 years ago
Andy Wilkinson
5b111093c6
Merge branch '2.4.x'
...
Closes gh-25896
4 years ago
Andy Wilkinson
1e4f130133
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25895
4 years ago
Andy Wilkinson
76f74482d4
Make Asciidoctor tasks run when Java examples are updated
...
Closes gh-25892
4 years ago
Andy Wilkinson
87dd329eba
Merge pull request #23990 from bono007
...
* gh-23990:
Polish "Auto-configure Mongo metrics"
Auto-configure Mongo metrics
Closes gh-23990
4 years ago
Andy Wilkinson
73e1dd8728
Polish "Auto-configure Mongo metrics"
...
See gh-23990
4 years ago
bono007
81c18214d1
Auto-configure Mongo metrics
...
See gh-23990
4 years ago
Andy Wilkinson
ef986b13e5
Polish Quartz endpoint documentation
...
See gh-10364
4 years ago
Stephane Nicoll
a07c8e6e18
Merge pull request #10364 from vpavic
...
* pr/10364:
Polish "Add Quartz actuator endpoint"
Add Quartz actuator endpoint
Closes gh-10364
4 years ago