Andy Wilkinson
d52b649bd7
Fix links to Spring Security's reference documentation
...
Closes gh-28407
3 years ago
Andy Wilkinson
b4e4bfcf14
Merge pull request #28403 from jonatan-ivanov
...
* gh-28403:
Polish "Expose Stackdriver's useSemanticMetricTypes property"
Expose Stackdriver's useSemanticMetricTypes property
Closes gh-28403
3 years ago
Andy Wilkinson
284725f5be
Polish "Expose Stackdriver's useSemanticMetricTypes property"
...
See gh-28403
3 years ago
Jonatan Ivanov
9397121a98
Expose Stackdriver's useSemanticMetricTypes property
...
See gh-28403
3 years ago
Andy Wilkinson
4903ce1806
Merge pull request #28400 from jonatan-ivanov
...
* gh-28400:
Polish "Expose Elastic's apiKeyCredentials property"
Expose Elastic's apiKeyCredentials property
Closes gh-28400
3 years ago
Andy Wilkinson
8bf3780c15
Polish "Expose Elastic's apiKeyCredentials property"
...
See gh-28400
3 years ago
Jonatan Ivanov
dd475a2445
Expose Elastic's apiKeyCredentials property
...
See gh-28400
3 years ago
Andy Wilkinson
2ffcda3415
Upgrade to XmlUnit2 2.8.3
...
Closes gh-28422
3 years ago
Andy Wilkinson
eee699aa6e
Upgrade to SendGrid 4.7.6
...
Closes gh-28421
3 years ago
Andy Wilkinson
a929734f2c
Upgrade to Selenium HtmlUnit 2.54.0
...
Closes gh-28420
3 years ago
Andy Wilkinson
124bf2604a
Upgrade to Postgresql 42.3.0
...
Closes gh-28418
3 years ago
Andy Wilkinson
5e7c023273
Upgrade to MySQL 8.0.27
...
Closes gh-28417
3 years ago
Andy Wilkinson
a00304ca6b
Upgrade to Kotlin 1.6.0-RC
...
Closes gh-28416
3 years ago
Andy Wilkinson
733b5eee41
Upgrade to HtmlUnit 2.54.0
...
Closes gh-28415
3 years ago
Andy Wilkinson
96e9421c8e
Upgrade to Flyway 8.0.2
...
Closes gh-28414
3 years ago
Andy Wilkinson
cdc9d5b1fc
Upgrade to Elasticsearch 7.15.1
...
Closes gh-28413
3 years ago
Andy Wilkinson
b46fc940e9
Upgrade to Byte Buddy 1.11.21
...
Closes gh-28412
3 years ago
Andy Wilkinson
700f872164
Upgrade to Artemis 2.19.0
...
Closes gh-28411
3 years ago
Andy Wilkinson
a05c6f0e8e
Merge branch '2.5.x'
3 years ago
Brian Clozel
a3182e453c
Merge branch '2.4.x' into 2.5.x
3 years ago
Spring Builds
25c3229b8d
Next development version (v2.5.7-SNAPSHOT)
3 years ago
Spring Builds
d6a10012b3
Next development version (v2.4.13-SNAPSHOT)
3 years ago
Andy Wilkinson
2541c0cbdc
Disable on Windows tests that use embedded Kafka
...
Closes gh-28406
3 years ago
Stephane Nicoll
11a8636338
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
6cdafc4b72
Upgrade to Spring Session 2021.0.3
...
Closes gh-28248
3 years ago
Phillip Webb
1ad39b5fce
Fix ReactiveSessionAutoConfigurationRedisTests
...
See gh-26714
3 years ago
Stephane Nicoll
6fc57fa855
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
4c4e72f0c0
Upgrade Ubuntu version in CI images
...
Closes gh-28404
3 years ago
Stephane Nicoll
4a9931f5e8
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
7e3d663762
Upgrade Ubuntu version in CI images
...
Closes gh-28401
3 years ago
Stephane Nicoll
60c815ad42
Upgrade Ubuntu version in CI images
...
Closes gh-28402
3 years ago
Stephane Nicoll
3abda656f0
Upgrade to Spring Session 2020.0.7
...
Closes gh-28229
3 years ago
Stephane Nicoll
1b2a1fa685
Upgrade to Spring Session 2021.1.0-RC1
...
Closes gh-28260
3 years ago
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