Rob Winch
77e062b2cd
Release 3.0.0
3.0.0
2022-11-22 09:08:17 -06:00
Rob Winch
2a3b76fee5
Update to Spring Security 6.0.0
...
Closes gh-2211
2022-11-22 09:06:02 -06:00
Rob Winch
d5b75228fc
Update to Spring Data 2022.0.0
...
Closes gh-2210
2022-11-22 09:03:59 -06:00
Rob Winch
3d7c668e57
Update to Spring Framework 6.0.0
...
Closes gh-2209
2022-11-22 09:02:56 -06:00
Rob Winch
e83cf082c4
Merge branch '2.7.x'
2022-11-15 14:20:11 -06:00
Rob Winch
cbd1c66c13
Merge branch '2.6.x' into 2.7.x
2022-11-15 14:20:00 -06:00
Rob Winch
9f7a969a6e
Fix Snapshot Deploy
...
This commit merges a workaround to an issue in JFrog's Gradle plugin
which causes SNAPSHOTs to be out of sync and thus prevents downloading.
Closes gh-2177
2022-11-15 14:17:26 -06:00
Rob Winch
f51310ee64
Merge branch '2.7.x'
2022-11-15 13:45:25 -06:00
Rob Winch
5f2523e211
Merge branch '2.6.x' into 2.7.x
2022-11-15 13:44:56 -06:00
Bakul Kakadiya
26986a6b7d
Corrected documentation Reference Link
2022-11-15 11:49:05 -06:00
Craig Andrews
6cdb77378d
Update reference site link
...
https://docs.spring.io/spring-session/docs/current/reference/html5/ goes to a 404 page
Use https://docs.spring.io/spring-session/reference/ instead which is the current documentation site.
2022-11-15 11:48:28 -06:00
Vedran Pavic
238416ec23
Polish HttpSessionAdapter
2022-11-15 11:47:01 -06:00
Vedran Pavic
4b99428267
Polish SessionRepositoryFilterTests
2022-11-15 11:47:01 -06:00
Dan Allen
058e4e46a5
label jpg as binary file in .gitattributes
2022-11-15 11:34:19 -06:00
Rob Winch
fd3609c6f0
Next Development Version
2022-11-09 13:09:53 -06:00
Rob Winch
a0d03adbe1
Release 3.0.0-RC2
3.0.0-RC2
2022-11-09 12:44:49 -06:00
Rob Winch
b229103d8c
Remove spring-session-sample-javaconfig-rest
...
Works around a compatability issue for now.
Issue gh-2201
2022-11-09 12:44:31 -06:00
Rob Winch
94b441c676
Define websocket depenendencies
...
Issue gh-2204
2022-11-09 12:43:22 -06:00
Rob Winch
b2f10c6752
Next Development Version
2022-11-09 10:24:54 -06:00
Rob Winch
b3d228eb2e
Release 3.0.0-RC2
2022-11-09 10:24:22 -06:00
Rob Winch
19dd3d8be1
Revert "Update for docs-build branch"
...
This reverts commit cd628fe5af .
2022-11-09 10:22:52 -06:00
Rob Winch
1aaffb28fc
Update to Spring Security 6.0.0-RC2
...
Closes gh-2206
2022-11-09 09:56:24 -06:00
Rob Winch
75af61ca6c
Update to Spring Data 2022.0.0-RC2
...
Closes gh-2205
2022-11-09 09:55:30 -06:00
Rob Winch
2fff593423
Update to Spring Framework 6.0.0-RC4
...
Closes gh-2204
2022-11-09 09:54:10 -06:00
Rob Winch
6a381d3226
Update to reactor-bom:2022.0.0
...
Closes gh-2203
2022-11-09 09:53:09 -06:00
Rob Winch
cd628fe5af
Update for docs-build branch
2022-11-08 12:59:06 -06:00
Andy Wilkinson
ee4df64bb1
Align wth Servlet 6.0 API
2022-11-07 10:27:13 -06:00
Andy Wilkinson
d850762bce
Avoid changing line endings of png and mmdb files
2022-11-07 10:05:58 -06:00
Vedran Pavic
f71d1d6ca4
Add Spring Session BOM module
...
With Spring Session Data Geode module being removed from the BOM, all of Spring Session's modules are now managed by this repository.
This means that the BOM itself can be moved to this repository, in order to simplify the overall project maintenance.
See gh-2195
2022-10-25 14:33:58 -05:00
Vedran Pavic
e5eeacec5f
Update security config in samples
...
This commit updates security configuration in samples to:
- use AuthorizationFilter instead of FilterSecurityInterceptor
- update session creation policy in REST sample
2022-10-25 14:27:39 -05:00
Rob Winch
62ec64310b
Next Development Version
2022-10-18 20:46:04 -05:00
Rob Winch
25d810eaa3
Release 3.0.0-RC1
3.0.0-RC1
2022-10-18 20:46:04 -05:00
Vedran Pavic
82db55c3f8
Polish SessionRepositoryFilter
...
This commit polishes SessionRepositoryFilter by simplifying some code paths.
2022-10-18 16:47:30 -05:00
Yanming Zhou
1f38a937bd
Eliminate unnecessary sessionRepository::findById
2022-10-18 16:47:30 -05:00
Rob Winch
e027d2091b
Update to Spring Security 6.0.0-RC1
...
Closes gh-2193
2022-10-18 16:44:06 -05:00
Vedran Pavic
bcbe53c3dd
Make MongoSession package private
...
See gh-2170
2022-10-18 14:57:23 -05:00
Vedran Pavic
72742b52e3
Make MongoSessionUtils package private
...
See gh-2170
2022-10-18 14:57:23 -05:00
Vedran Pavic
1889a4c64e
Use standard Spring utils in MongoDB module
...
This commit replaces usages of custom assert utility class with standard one from Spring Framework, and removes the custom utility.
See gh-2170
2022-10-18 14:57:23 -05:00
Jerome Prinet
3000f3198f
Update Gradle Enterprise plugin to 3.11.2
2022-10-18 14:32:18 -05:00
Jerome Prinet
82a12afe93
Update Gradle Enterprise plugin to 3.11.1
2022-10-18 14:32:18 -05:00
Vedran Pavic
d2da662c3f
Upgrade Gradle to 7.5.1
2022-10-18 14:31:30 -05:00
Vedran Pavic
95e2c9e42a
Add .gitattributes
2022-10-18 14:31:30 -05:00
Rob Winch
ff8672b1d5
Update to mongodb 4.8.0-beta0
...
Closes gh-2182
2022-10-17 22:48:31 -05:00
Rob Winch
31d4a766eb
Update to derby 10.16.1.1
...
Closes gh-2183
2022-10-17 22:48:18 -05:00
Rob Winch
ce332022de
Update to lettuce 6.2.1.RELEASE
...
Closes gh-2184
2022-10-17 22:48:05 -05:00
Rob Winch
5c2ca6d5ac
Update to hazelcast 5.1.4
...
Closes gh-2185
2022-10-17 22:47:54 -05:00
Rob Winch
bc93d80a17
Update to Spring Data 2022.0.0-RC1
...
Closes gh-2186
2022-10-17 22:47:42 -05:00
Rob Winch
fd835fd316
Update to Spring Framework 6.0.0-RC2
...
Closes gh-2187
2022-10-17 22:47:25 -05:00
Rob Winch
4e3ea616ba
Update to Mockito 4.8.1
...
Closes gh-2188
2022-10-17 22:47:12 -05:00
Rob Winch
08654749ae
Update to JUnit 5.9.1
...
Closes gh-2189
2022-10-17 22:47:07 -05:00