Vedran Pavic
560ee5ff4f
Upgrade Spring Data to Moore-RC3
...
Resolves : #1486
2019-09-06 13:17:30 +02:00
Vedran Pavic
072348e28f
Upgrade Gradle to 5.6.2
2019-09-05 22:19:39 +02:00
Vedran Pavic
99dfdda7b7
Upgrade Spring Framework to 5.2.0.RC2
...
Resolves : #1485
2019-09-05 13:12:34 +02:00
Vedran Pavic
18b097d9c7
Upgrade Reactor to Dysprosium-RC1
...
Resolves : #1498
2019-09-04 07:12:21 +02:00
Vedran Pavic
702a35fac6
Update integration tests
2019-09-03 22:54:57 +02:00
Vedran Pavic
df3e4c5bc1
Add support for customizing session repository before initialization
...
This commit adds support for customizing session repository implementations (both SessionRepository and ReactiveSessionRepository) before initialization by introducing SessionRepositoryCustomizer and ReactiveSessionRepositoryCustomizer strategies.
Resolves : #1499
2019-09-03 22:17:36 +02:00
Lars Grefer
f746233255
Upgrade Gradle to 5.6.1
...
Resolves : #1496
2019-08-30 22:44:42 +02:00
Vedran Pavic
f6c82f1eee
Improve support for customizing JDBC session store transaction behavior
...
Resolves : #1469
2019-08-23 23:26:11 +02:00
Josh Cummings
bcdd05a0bc
Add OnCommittedResponseWrapper.setContentLengthLong
...
Add setContentLengthLong tracking to OnCommittedResponseWrapper in
order to detect commits on servlets that use setContentLengthLong to
announce the entity size they are about to write (as used in the
Apache Tomcat's DefaultServlet).
Fixes gh-1489
2019-08-20 13:29:52 -06:00
Vedran Pavic
5d26ab4df4
Add support for AuthenticatedPrincipal in SpringSessionBackedSessionRegistry
...
Resolves : #1488
2019-08-10 11:23:25 +02:00
Vedran Pavic
e55d86f5e2
Start building against Spring Security 5.2.0.RC1 snapshots
...
See: #1487
2019-08-07 21:21:34 +02:00
Vedran Pavic
fe480b338c
Start building against Spring Data Moore-RC3 snapshots
...
See: #1486
2019-08-07 21:13:03 +02:00
Vedran Pavic
4b13392430
Start building against Spring Framework 5.2.0.RC2 snapshots
...
See: #1485
2019-08-07 21:11:34 +02:00
Vedran Pavic
e5d9ce6ead
Upgrade samples to Spring Boot 2.2.0.M5
...
Resolves : #1484
2019-08-06 18:07:18 +02:00
Vedran Pavic
bc1ef4359a
Next development version
2019-08-05 22:18:02 +02:00
Vedran Pavic
98fa5ed52d
Release 2.2.0.M3
2019-08-05 22:16:41 +02:00
Vedran Pavic
44468134aa
Upgrade samples to Spring Framework 5.2.0.RC1
...
See: #1460
2019-08-05 21:58:23 +02:00
Vedran Pavic
c14c621da6
Remove Spring Framework snapshot dependency from samples
...
See: #1460
2019-08-05 21:43:53 +02:00
Vedran Pavic
6ceca18248
Revert to development version
2019-08-05 21:23:54 +02:00
Vedran Pavic
229ca09f10
Release 2.2.0.M3
2019-08-05 21:12:00 +02:00
Vedran Pavic
36b82d52f8
Upgrade Spring Security to 5.2.0.M4
...
Resolves : #1462
2019-08-05 20:49:04 +02:00
Vedran Pavic
dbeb33fd9d
Add flush mode support for JDBC sessions
...
Resolves : #1468
2019-08-05 18:58:29 +02:00
Vedran Pavic
23bf92a086
Upgrade Spring Data to Moore-RC2
...
Resolves : #1461
2019-08-05 16:04:58 +02:00
Vedran Pavic
2e0c347a3a
Update integration tests
2019-08-05 13:26:34 +02:00
Vedran Pavic
972537a3d5
Upgrade test dependencies
2019-08-05 13:25:15 +02:00
Vedran Pavic
99c4f5bc32
Upgrade Spring Framework to 5.2.0.RC1
...
Resolves : #1460
2019-08-05 12:53:10 +02:00
Vedran Pavic
89f8127763
Upgrade test dependencies
2019-08-02 22:43:08 +02:00
Vedran Pavic
63f1013a07
Upgrade Hazelcast to 3.12.2
...
Resolves : #1483
2019-08-02 22:39:28 +02:00
Vedran Pavic
a988b062c3
Add IBM DB2 integration tests
...
Resolves : #1482
2019-08-02 01:11:02 +02:00
Vedran Pavic
09368243aa
Update integration tests
2019-07-30 23:28:54 +02:00
Vedran Pavic
903fa10861
Polish
2019-07-30 23:08:13 +02:00
Vedran Pavic
a883e2ee77
Upgrade test dependencies
2019-07-30 20:00:37 +02:00
Vedran Pavic
f68e569bec
Upgrade Reactor to Dysprosium-M3
...
Resolves : #1474
2019-07-30 19:40:58 +02:00
Vedran Pavic
593c126c03
Filtering for nested ERROR dispatch
...
Resolves : #1470
See: spring-projects/spring-framework#23196
2019-07-19 20:38:30 +02:00
Vedran Pavic
033d6eecae
Add support for session save mode
...
This commit introduces SaveMode enum that individual SessionRepository implementations use to allow customization of the way they handle save operation in terms of tracking delta of changes.
Resolves : #1466
2019-07-14 10:35:05 +02:00
Vedran Pavic
24b9d24e18
Upgrade Gradle to 5.5.1
2019-07-12 17:40:31 +02:00
Vedran Pavic
46bc4b0957
Use no-op TransactionOperations
2019-07-07 13:40:59 +02:00
Vedran Pavic
8cb85618c2
Polish
2019-07-02 23:19:11 +02:00
Vedran Pavic
1ca9daccb4
Remove unnecessary throws declaration
2019-07-02 19:23:35 +02:00
Vedran Pavic
0731e7f2d0
Upgrade Gradle to 5.5
2019-07-02 18:50:52 +02:00
Vedran Pavic
8d0d757e46
Polish
2019-06-25 22:11:29 +02:00
Vedran Pavic
e2f1fe5446
Add missing deprecation
...
See: #1465
2019-06-25 21:50:03 +02:00
Vedran Pavic
07b9433540
Add common flush mode support
...
Resolves : #1465
2019-06-24 19:11:12 +02:00
Vedran Pavic
a6f6042831
Introduce IndexResolver
...
This commit introduces IndexResolver as a strategy interface for resolving index values in FindByIndexNameSessionRepository implementations.
Resolves : #557
2019-06-24 12:01:26 +02:00
Vedran Pavic
099be441dd
Fix copyright dates
...
See: #1441
2019-06-21 15:52:26 +02:00
Rob Winch
17d029d34d
Add spring-session label to Jenkins check node
...
Try and troubleshoot failures in Jenkins
2019-06-20 13:16:17 -05:00
Vedran Pavic
aab9b39a6b
Remove immediate flush mode support for reactive Redis sessions
...
Resolves : #1441
2019-06-20 10:44:22 +02:00
Vedran Pavic
090d882f98
Start building against Spring Security 5.2 snapshots
...
See: #1462
2019-06-19 16:55:26 +02:00
Vedran Pavic
d91d09567f
Start building against Spring Data Moore snapshots
...
See: #1461
2019-06-19 16:54:55 +02:00
Vedran Pavic
ab5b0e3a32
Start building against Spring Framework 5.2 snapshots
...
See: #1460
2019-06-19 16:54:31 +02:00