Rob Winch
5d88b6bf28
Next development version
2019-09-30 22:32:32 -05:00
Rob Winch
b7857db5bb
Release 2.1.9.RELEASE
2019-09-30 22:31:35 -05:00
Vedran Pavic
8e97ac9acd
Update integration tests
2019-09-30 22:24:26 +02:00
Vedran Pavic
ca943b6717
Upgrade test dependencies
2019-09-30 22:07:08 +02:00
Vedran Pavic
08c3056fb5
Upgrade Spring Data to Lovelace-SR11
...
Resolves : #1518
2019-09-30 13:23:12 +02:00
Vedran Pavic
ca41542113
Upgrade Spring Framework to 5.1.10.RELEASE
...
Resolves : #1491
2019-09-29 11:47:55 +02:00
Vedran Pavic
2e4f12e1a7
Upgrade Reactor to Californium-SR12
...
Resolves : #1500
2019-09-24 21:06:00 +02:00
Vedran Pavic
d582343a7e
Upgrade samples to Spring Boot 2.1.8.RELEASE
...
Resolves : #1492
2019-09-24 21:05:54 +02:00
Vedran Pavic
2505270f5f
Upgrade Reactor to Californium-SR11
...
Resolves : #1500
2019-09-03 22:10:11 +02:00
Vedran Pavic
02e182ab4a
Upgrade samples to Spring Boot 2.1.7.RELEASE
...
Resolves : #1492
2019-08-22 22:49:57 +02:00
Vedran Pavic
8f13a7b356
Fix test visibility
...
See: #1489
2019-08-21 18:56:38 +02:00
Josh Cummings
51252a55e6
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-21 18:53:08 +02:00
Vedran Pavic
4487b07bb1
Next development version
2019-08-05 17:07:18 +02:00
Vedran Pavic
84479a0ba0
Release 2.1.8.RELEASE
2019-08-05 17:04:17 +02:00
Vedran Pavic
643f9cfd1a
Update integration tests
2019-08-05 13:54:54 +02:00
Vedran Pavic
95e6d710ba
Upgrade test dependencies
2019-08-05 13:54:29 +02:00
Vedran Pavic
0cf723c6aa
Upgrade Spring Data to Lovelace-SR10
...
Resolves : #1473
2019-08-05 13:53:48 +02:00
Vedran Pavic
66cc442b5f
Update integration tests
2019-08-03 09:27:46 +02:00
Vedran Pavic
23d8c18b22
Upgrade test dependencies
2019-08-03 09:26:52 +02:00
Vedran Pavic
28d1d4fd00
Upgrade Spring Framework to 5.1.9.RELEASE
...
Resolves : #1464
2019-08-03 09:25:15 +02:00
Vedran Pavic
e82a856d00
Upgrade Reactor to Californium-SR10
...
Resolves : #1472
2019-08-03 09:24:25 +02:00
Vedran Pavic
e40e55d1e9
Filtering for nested ERROR dispatch
...
Resolves : #1470
See: spring-projects/spring-framework#23196
2019-07-19 21:06:30 +02:00
Vedran Pavic
a289938c7c
Upgrade samples to Spring Boot 2.1.6.RELEASE
...
Resolves : #1463
2019-06-20 11:43:05 +02:00
Rob Winch
63927aa4da
Next Development Version
2019-06-14 16:52:21 -05:00
Rob Winch
88071796a2
Release 2.1.7.RELEASE
2019-06-14 16:49:34 -05:00
Vedran Pavic
76bc9563bb
Upgrade Spring Data to Lovelace-SR9
...
Resolves : #1443
2019-06-14 15:42:41 +02:00
Vedran Pavic
819b341a9f
Update integration tests
2019-06-13 18:43:30 +02:00
Vedran Pavic
3b0be07c8e
Upgrade test dependencies
2019-06-13 18:43:17 +02:00
Vedran Pavic
6761f2cc68
Upgrade Spring Framework to 5.1.8.RELEASE
...
Resolves : #1442
2019-06-13 18:42:59 +02:00
Vedran Pavic
c8f266cea2
Upgrade Reactor to Californium-SR9
...
Resolves : #1446
2019-06-11 11:26:40 +02:00
Vedran Pavic
7d71aa5d00
Separate "filtered" attribute for ERROR dispatch
...
Resolves : #1451
See: spring-projects/spring-framework#22989
2019-06-11 08:34:04 +02:00
Vedran Pavic
bee9c7c2e2
Polish build
...
See: spring-projects/spring-security#6200
2019-06-11 08:33:39 +02:00
Vedran Pavic
8788165966
Upgrade samples to Spring Boot 2.1.5.RELEASE
...
Resolves : #1444
2019-06-03 07:47:28 +02:00
Vedran Pavic
aadc806447
Update integration tests
2019-06-02 19:23:19 +02:00
Vedran Pavic
0fb942f795
Upgrade test dependencies
2019-06-02 19:23:07 +02:00
Vedran Pavic
49ebaa5cb7
Save reactive Redis session on subscribe
...
This commit ensures ReactiveRedisOperationsSessionRepository#save does work only after subscribe. Without this, multiple invocations of #save over the course of same request can lead to race condition situations.
Resolves : #1440
2019-06-02 19:21:49 +02:00
Vedran Pavic
a48edd5e71
Update Jenkinsfile to use explicit JAVA_HOME
2019-05-27 09:44:33 +02:00
Rob Winch
17ddfc0fa8
Redis save uses then
...
We need to ensure that the session id is changed before we save the
changes. Otherwise the rename of the session id will override the
changes we just made.
Fixes: gh-1428
2019-05-16 15:49:24 -05:00
Rob Winch
f2f9562a01
Next Development Version
2019-05-13 14:44:42 -05:00
Rob Winch
4c50da3982
Release 2.1.6.RELEASE
2019-05-13 12:23:21 -05:00
Vedran Pavic
b1d53874e4
Ensure Redis session with immediate flush respects defaultMaxInactiveInterval
...
Resolves : #1423
2019-05-13 19:09:45 +02:00
Vedran Pavic
cc2a75b668
Upgrade Spring Data to Lovelace-SR8
...
Resolves : #1418
2019-05-13 17:49:30 +02:00
Vedran Pavic
006acba02a
Upgrade Reactor to Californium-SR8
...
Resolves : #1419
2019-05-13 17:49:10 +02:00
Vedran Pavic
168ad85cc5
Upgrade Spring Data to Lovelace-SR7
...
Resolves : #1418
2019-05-10 22:31:28 +02:00
Vedran Pavic
3f61a30568
Update integration tests
2019-05-10 08:45:42 +02:00
Vedran Pavic
318036828d
Upgrade test dependencies
2019-05-10 08:41:45 +02:00
Vedran Pavic
326e7070b1
Upgrade Hazelcast to 3.11.4
...
Resolves : #1421
2019-05-10 08:36:50 +02:00
Vedran Pavic
81ca7d5f83
Upgrade samples to Spring Boot 2.1.4.RELEASE
...
Resolves : #1420
2019-05-10 08:18:43 +02:00
Vedran Pavic
de8e47e4c3
Upgrade Reactor to Californium-SR7
...
Resolves : #1419
2019-05-10 08:18:43 +02:00
Vedran Pavic
ef6b9f8812
Upgrade Spring Framework to 5.1.7.RELEASE
...
Resolves : #1417
2019-05-10 08:16:42 +02:00