Commit Graph

35736 Commits (12cd97a20c21cad32742f064c7c0853a0b6f8e67)
 

Author SHA1 Message Date
Stephane Nicoll e53bac272c Start building against Spring Session 2021.0.4 snapshots
See gh-28965
3 years ago
Stephane Nicoll 9894e90567 Start building against Spring Security 5.5.4 snapshots
See gh-28964
3 years ago
Stephane Nicoll a3b31db31d Start building against Spring LDAP 2.3.5 snapshots
See gh-28963
3 years ago
Stephane Nicoll 33ce2ab73b Upgrade to Micrometer 1.7.7
Closes gh-28962
3 years ago
Stephane Nicoll 4a35c7111f Start building against Spring Framework 5.3.14 snapshots
See gh-28961
3 years ago
Stephane Nicoll 7af3bd54a1 Start building against Reactor 2020.0.14 snapshots
See gh-28960
3 years ago
Scott Frederick c78b157e95 Merge branch '2.7.x' 3 years ago
Scott Frederick 8f57f0babb Add classpath index support for exploded war archives
Update the Maven and Gradle packaging for war files so that a
`classpath.idx` file is written into the archive that provides the
original order of the classpath, as was previously done for jar files.
The `WarLauncher` class will use this file when running as an exploded
archive to ensure that the classpath order is the same as when running
from the far war.

Fixes gh-19875
3 years ago
Andy Wilkinson 84ea98b6bb Merge branch '2.7.x' 3 years ago
Andy Wilkinson 8b5600fca8 Merge branch '2.6.x' into 2.7.x
Closes gh-28957
3 years ago
Andy Wilkinson 8a3fbed6eb Downgrade Wildfly to work around basic auth bug
As described in https://issues.redhat.com/browse/WFLY-15478, Wildfly
25.0.0.Final rejects all requests that use basic auth with a 401
response. 25.0.0.Final is, at the time of writing, the latest available
Wildfly Docker image so we need to downgrade to 24.0.0.Final.

Closes gh-28956
3 years ago
Stephane Nicoll d61d597a96 Merge branch '2.7.x' 3 years ago
Stephane Nicoll a2eeb77e21 Merge branch '2.6.x' into 2.7.x
Closes gh-28951
3 years ago
Stephane Nicoll 770e509c06 Merge pull request #28784 from vpavic
* pr/28784:
  Apply SameSite session cookie property to Spring Session

Closes gh-28784
3 years ago
Vedran Pavic 0af4431db8 Apply SameSite session cookie property to Spring Session
This commit maps the `server.servlet.session.cookie.same-site`
configuration property to the `DefaultCookieSerializer` bean configured
in the Spring Session auto-configuration.

See gh-28784
3 years ago
Stephane Nicoll c83ab9bbc5 Merge branch '2.7.x' 3 years ago
Stephane Nicoll 40f5cffd7d Merge pull request #28862 from scordio
* pr/28862:
  Update copyright year of changed files
  Simplify AssertJ usage

Closes gh-28862
3 years ago
Stephane Nicoll 89635eafa3 Update copyright year of changed files
See gh-28862
3 years ago
Stefano Cordio a5c56043b9 Simplify AssertJ usage
See gh-28862
3 years ago
Stephane Nicoll 36c16bcc52 Merge branch '2.7.x' 3 years ago
Stephane Nicoll b093ae0113 Merge branch '2.6.x' into 2.7.x
Closes gh-28949
3 years ago
Stephane Nicoll 70c5eb9764 Merge branch '2.5.x' into 2.6.x
Closes gh-28948
3 years ago
Stephane Nicoll 6b2d044e48 Merge pull request #28835 from vashisthabhinav
* pr/28835:
  Polish "Fix grammar in README.adoc"
  Fix grammar in README.adoc

Closes gh-28835
3 years ago
Stephane Nicoll 0358c801d9 Polish "Fix grammar in README.adoc"
See gh-28835
3 years ago
Abhinav Vashisth 7ec3aa5e41 Fix grammar in README.adoc
See gh-28835
3 years ago
Stephane Nicoll fcea05a4b8 Merge branch '2.7.x' 3 years ago
Stephane Nicoll 2b3827332f Merge branch '2.6.x' into 2.7.x
Closes gh-28946
3 years ago
Stephane Nicoll 646caf0f25 Merge pull request #28944 from izeye
* pr/28944:
  Add public accessor for StackdriverProperties.useSemanticMetricTypes

Closes gh-28944
3 years ago
izeye 0364353204 Add public accessor for StackdriverProperties.useSemanticMetricTypes
See gh-28944
3 years ago
Stephane Nicoll 377b58f64c Merge branch '2.7.x' 3 years ago
Stephane Nicoll a323ff7136 Merge branch '2.6.x' into 2.7.x
Closes gh-28945
3 years ago
Stephane Nicoll 8b2b83674c Merge pull request #28911 from viktorardelean
* pr/28911:
  Polish "Add consistent quotes in YAML samples of reference doc"
  Add consistent quotes in YAML samples of reference doc

Closes gh-28911
3 years ago
Stephane Nicoll 5599e8d340 Polish "Add consistent quotes in YAML samples of reference doc"
See gh-28911
3 years ago
Viktor Ardelean 0b781d87b1 Add consistent quotes in YAML samples of reference doc
See gh-28911
3 years ago
Andy Wilkinson d06e1d6ce2 Merge branch '2.7.x' 3 years ago
Andy Wilkinson f5364e971a Merge branch '2.6.x' into 2.7.x
Closes gh-28943
3 years ago
Andy Wilkinson 51957f18c4 Merge branch '2.6.x' into 2.7.x
Closes gh-28942
3 years ago
Andy Wilkinson 8f3659c147 Merge branch '2.5.x' into 2.6.x
Closes gh-28941
3 years ago
Andy Wilkinson c3e0a7905d Merge pull request #28902 from Artur-
* gh-28902:
  Make ErrorPageSecurityFilter compatible with Servlet 3.1

Closes gh-28902
3 years ago
Artur Signell ad754abba3 Make ErrorPageSecurityFilter compatible with Servlet 3.1
See gh-28902
3 years ago
Andy Wilkinson 3b23c542a0 Test servlet 3.1 compatibility in deployment tests
Closes gh-28906
3 years ago
Andy Wilkinson 03c3ca55a6 Merge pull request #28928 from dramatist
* gh-28928:
  Upgrade Java version to 17 in spring-boot-starter-parent's pom

Closes gh-28928
3 years ago
dramatist ac2ef33107 Upgrade Java version to 17 in spring-boot-starter-parent's pom
See gh-28928
3 years ago
Stephane Nicoll 77c8303bd0 Merge branch '2.7.x' 3 years ago
Stephane Nicoll 7af589d31a Merge branch '2.6.x' into 2.7.x
Closes gh-28937
3 years ago
Stephane Nicoll 25a2888be5 Fix default value of spring.mvc.pathmatch.matching-strategy property
Closes gh-28936
3 years ago
Andy Wilkinson 756b9b9254 Switch back to using Spring Session's bom
Closes gh-28870
3 years ago
Scott Frederick 2b7a034776 Merge branch '2.7.x' 3 years ago
Scott Frederick 3cb30cb283 Merge branch '2.6.x' into 2.7.x
Closes gh-28923
3 years ago
Scott Frederick 3555837845 Merge branch '2.5.x' into 2.6.x
Closes gh-28922
3 years ago