Stephane Nicoll
b9fe9e12aa
Upgrade to Spring Framework 5.3.12
...
Closes gh-28252
3 years ago
Stephane Nicoll
721781838b
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
d80d692029
Upgrade to Spring Framework 5.3.12
...
Closes gh-28241
3 years ago
Stephane Nicoll
cc54be43ee
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
91524ccc95
Upgrade to Spring Framework 5.3.12
...
Closes gh-28223
3 years ago
Phillip Webb
ec79f14639
Drop AbstractJettyServletWebServerFactoryTests
...
Drop `AbstractJettyServletWebServerFactoryTests` and merge the existing
code into `JettyServletWebServerFactoryTests`.
3 years ago
Phillip Webb
cf9156e497
Add SameSite cookie support for servlet web servers
...
Update Tomcat, Jetty and Undertow `ServletWebServerFactory`
implementations so that they can write SameSite cookie attributes.
The session cookie will be customized whenever the
`server.servlet.session.cookie.same-site` property is set.
Other cookies can be customized with the new `CookieSameSiteSupplier`
interface which can be registered using `@Bean` methods.
Closes gh-20971
Co-authored-by Andy Wilkinson <wilkinsona@vmware.com>
3 years ago
Phillip Webb
efa04367b1
Merge pull request #26714 from weixsun
...
* gh-26714:
Relocate and unify reactive cookie properties
Polish 'Add more session properties for reactive web servers'
Add more session properties for reactive web servers
Closes gh-26714
3 years ago
Phillip Webb
b72ff25220
Relocate and unify reactive cookie properties
...
Relocate the recently introduced `spring.webflux.session` properties
to `server.reactive.session` and create a unified `Cookie` properties
class.
Reactive session properties now mirror the existing
`server.servlet.session` properties and better reflect the fact that
they are related to the server and not just for WebFlux.
See gh-26714
3 years ago
Phillip Webb
3c71637fa2
Polish 'Add more session properties for reactive web servers'
...
See gh-26714
3 years ago
weixsun
a2a802a14a
Add more session properties for reactive web servers
...
Expand the session properties supported by reactive web servers to
include `timeout` support and additional `cookie` properties.
See gh-26714
3 years ago
Phillip Webb
3729c4909a
Polish package name for web sample code
...
See gh-27132
3 years ago
Madhura Bhave
ea65c28bfa
Polish
3 years ago
Madhura Bhave
07aeb2156d
Merge pull request #28123 from timtebeek
...
* pr/28123:
Polish "Support PEM format for Kafka SSL certs and private key"
Support PEM format for Kafka SSL certs and private key
Closes gh-28123
3 years ago
Madhura Bhave
0d06a2854d
Polish "Support PEM format for Kafka SSL certs and private key"
...
See gh-28123
3 years ago
Tim te Beek
7a98364a23
Support PEM format for Kafka SSL certs and private key
...
See gh-28123
3 years ago
Andy Wilkinson
56b8494f15
Disable the env info contributor by default
...
Closes gh-28311
3 years ago
Andy Wilkinson
f98c1e7231
Disable the java info contributor by default
...
Closes gh-28310
Co-authored-by Phillip Webb <pwebb@vmware.com>
3 years ago
Andy Wilkinson
f2b3f1f41f
Make URL- and property-based pooling config mutually exclusive
...
Closes gh-28144
3 years ago
Stephane Nicoll
54d0f76df8
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
841f8b480a
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
7328f609c2
Upgrade to XmlUnit2 2.8.3
...
Closes gh-28397
3 years ago
Stephane Nicoll
8d3e67e561
Upgrade to SendGrid 4.7.6
...
Closes gh-28396
3 years ago
Stephane Nicoll
80e3c9a9cc
Upgrade to MySQL 8.0.27
...
Closes gh-28395
3 years ago
Stephane Nicoll
cae0b50393
Upgrade to Ehcache3 3.9.7
...
Closes gh-28394
3 years ago
Stephane Nicoll
3d2091136a
Upgrade to Nimbus JOSE JWT 8.23
...
Closes gh-28392
3 years ago
Stephane Nicoll
3e6da7ee2b
Upgrade to MySQL 8.0.27
...
Closes gh-28391
3 years ago
Stephane Nicoll
5865246920
Upgrade to Ehcache3 3.9.7
...
Closes gh-28390
3 years ago
Stephane Nicoll
9469c5abcf
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
9b1660a111
Upgrade to Spring Integration 5.5.5
...
Closes gh-28249
3 years ago
Stephane Nicoll
9e1bdcf5d4
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
052726f5d9
Upgrade to Spring Integration 5.5.5
...
Closes gh-28259
3 years ago
Stephane Nicoll
4e5024583e
Upgrade to Spring Integration 5.5.5
...
Closes gh-28249
3 years ago
Madhura Bhave
40a3824279
Reinstate ConditionalOnBean
...
See gh-28131
3 years ago
Madhura Bhave
b7521e2fda
Auto-configure health web components only if endpoint is exposed over HTTP
...
Fixes gh-28131
Co-authored-by: Phillip Webb <pwebb@vmware.com>
3 years ago
Madhura Bhave
42d21a8336
Remove parameterization of session smoke tests
...
There are dedicated smoke tests for Hazelcast, MongoDB and Redis
that run on CI.
This commit also polishes some of the other smoke tests related to
Spring Session
3 years ago
Madhura Bhave
718e727829
Merge pull request #28362 from avillalain
...
* pr/28362:
Polish "Add smoke tests for Spring Session Redis/Mongo"
Add smoke tests for Spring Session Redis/Mongo
Closes gh-28362
3 years ago
Madhura Bhave
2caa6cb227
Polish "Add smoke tests for Spring Session Redis/Mongo"
...
See gh-28362
3 years ago
Angel L. Villalain Garcia
9a16c246ec
Add smoke tests for Spring Session Redis/Mongo
...
Add smoke tests that verify the correct behavior of the sessions
endpoint when using Spring Session with MongoDB and Redis.
See gh-28362
3 years ago
Scott Frederick
384a07cd69
Merge pull request #28292 from jeliebig
...
* pr/28292:
Polish "Add option to customize cache volume names when building an image"
Add option to customize cache volume names when building an image
Closes gh-28292
3 years ago
Scott Frederick
871468931f
Polish "Add option to customize cache volume names when building an image"
...
See gh-28292
3 years ago
Julian Liebig
dc36346285
Add option to customize cache volume names when building an image
...
This commit adds configuration to the Maven and Gradle plugins to
allow specifying the names of build and launch cache volumes provided
to the CNB builder.
See gh-28292
3 years ago
Andy Wilkinson
9d6a0cfd24
Starting building against Spring Framework 5.3.12 snapshots
...
This reverts commit 3969e63ced
, reversing
changes made to f01d086a8d
.
Closes gh-28385
See gh-28252
3 years ago
Andy Wilkinson
9e203cbe6d
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
f2ef8f9245
Start building against Spring Framework 5.3.12 snapshots
...
This reverts commit 196013fc39
, reversing
changes made to 8b0c563832
.
Closes gh-28384
See gh-28241
3 years ago
Andy Wilkinson
feed904814
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
971bdd36fe
Start building against Framework 5.3.12 snapshots
...
This reverts commit b32a38a814
.
See gh-28223
Closes gh-28369
3 years ago
Andy Wilkinson
6c43914652
Merge branch '2.5.x'
...
Closes gh-28383
3 years ago
Andy Wilkinson
76272ffb62
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28382
3 years ago
Andy Wilkinson
6c45878541
Merge pull request #28376 from fml2
...
* gh-28376:
Polish "Fix typos in EnvironmentPostProcessor javadoc"
Fix typos in EnvironmentPostProcessor javadoc
Closes gh-28376
3 years ago