Greg Turnquist
|
18aa2ef8c0
|
Update license header dates.
|
2020-01-29 15:49:26 -06:00 |
|
Greg Turnquist
|
eb07a4e824
|
Upgrade to Spring Session 2.3.
|
2020-01-29 15:49:10 -06:00 |
|
Greg Turnquist
|
facfbb8047
|
Upgrade to Spring Security 5.2.1.RELEASE.
|
2020-01-23 12:44:42 -06:00 |
|
Greg Turnquist
|
120f280baa
|
Upgrade to JUnit 5.6.0.
|
2020-01-23 12:42:38 -06:00 |
|
Greg Turnquist
|
53134d0398
|
Upgrade to Reactor Dysprosium-SR4.
|
2020-01-23 12:42:25 -06:00 |
|
Greg Turnquist
|
963704ea21
|
Upgrade MongoDB to 3.11.2.
|
2020-01-23 12:37:46 -06:00 |
|
Greg Turnquist
|
a037979997
|
Upgrade to Spring Framework 5.2.3.RELEASE.
|
2020-01-23 12:18:00 -06:00 |
|
Greg Turnquist
|
f61bb7dc8e
|
Upgrade to Spring Data Neumann release train.
|
2020-01-23 12:16:11 -06:00 |
|
Greg Turnquist
|
251b7f8364
|
Start development on 2.3.0.BUILD-SNAPSHOT.
|
2020-01-23 12:15:20 -06:00 |
|
Boris Finkelshteyn
|
50c518493a
|
Fix Jackson MongoSession deserialization. (#122)
It used originalSessionId at moment when it wasn't necessary.
Added mixin with correct deserialization behavior.
Resolves #119.
|
2020-01-08 07:37:14 -06:00 |
|
Greg Turnquist
|
d0bb1f13e0
|
Continue development on v2.2.2.BUILD-SNAPSHOT
|
2019-10-15 20:23:38 -05:00 |
|
Greg Turnquist
|
1ca0d30817
|
Releasing Spring Session for MongoDB v2.2.1.RELEASE
|
2019-10-15 20:23:36 -05:00 |
|
Greg Turnquist
|
8587826a1c
|
Upgrade to Spring Session 2.2.0.RELEASE.
Resolves #118.
|
2019-10-15 20:22:58 -05:00 |
|
Greg Turnquist
|
1e27fbaf49
|
Polishing.
|
2019-10-09 16:32:04 -05:00 |
|
Greg Turnquist
|
245d69ab29
|
Track change of MongoSession's id to properly delete.
When a session is made invalid and changed to a new one, the old one must be deleted from MongoDB at the next save().
Resolves #116.
|
2019-10-09 16:26:50 -05:00 |
|
Greg Turnquist
|
d6206cc3e7
|
Continue development on v2.2.1.BUILD-SNAPSHOT
|
2019-10-01 10:37:40 -05:00 |
|
Greg Turnquist
|
77f2bddfe9
|
Releasing Spring Session for MongoDB v2.2.0.RELEASE
|
2019-10-01 10:37:28 -05:00 |
|
Greg Turnquist
|
8311986872
|
Polishing.
Related to #112.
|
2019-10-01 10:35:58 -05:00 |
|
Greg Turnquist
|
1a4b0749da
|
Upgrade to MongoDB driver 3.11.0.
Resolves #115.
|
2019-10-01 10:33:02 -05:00 |
|
Greg Turnquist
|
2705c8cbe9
|
Upgrade to Jackson 2.10.0.
Resolves #114.
|
2019-10-01 10:31:49 -05:00 |
|
Greg Turnquist
|
f4817d7ae7
|
Upgrade to Spring Session 2.2.0.RC1.
Resolves #113.
|
2019-10-01 10:19:33 -05:00 |
|
Greg Turnquist
|
53edf1c7ba
|
Upgrade CI job to use JDK 13 for edge testing.
Resolves #112.
|
2019-10-01 10:16:27 -05:00 |
|
Greg Turnquist
|
f514361e7f
|
Upgrade MongoDB Reactive Streams driver to 1.12.0.
Resolves #111.
|
2019-10-01 10:05:18 -05:00 |
|
Greg Turnquist
|
178664c43e
|
Upgrade to Spring Data Moore-RELEASE.
Resolves #110.
|
2019-10-01 09:59:37 -05:00 |
|
Greg Turnquist
|
594cf7ef89
|
Test against newer snapshots.
|
2019-09-30 10:41:11 -05:00 |
|
Greg Turnquist
|
2d000c4615
|
Upgrade to Spring Framework 5.2.0.RELEASE.
Resolves #101.
|
2019-09-30 10:37:09 -05:00 |
|
Greg Turnquist
|
db93654a6e
|
Leverage Spring Session's IndexResolver.
Resolves #104.
|
2019-09-27 13:06:06 -05:00 |
|
Greg Turnquist
|
1c7d5e5d91
|
Implement support for Spring Session's repository customiers.
Resolves #105.
|
2019-09-27 11:28:34 -05:00 |
|
Greg Turnquist
|
ebac581036
|
Introduce MongoIndexedSessionRepository.
|
2019-09-27 11:00:02 -05:00 |
|
Greg Turnquist
|
4fbb1d3781
|
Introduce ReactiveMongoSessionRepository.
|
2019-09-27 10:42:47 -05:00 |
|
Greg Turnquist
|
e3b4c38214
|
Upgrade to Reactor Dysprosium-RELEASE.
Resolves #102.
|
2019-09-25 10:21:43 -05:00 |
|
Greg Turnquist
|
4cc8adced9
|
Continue development on v2.2.0.BUILD-SNAPSHOT
|
2019-09-06 12:32:50 -05:00 |
|
Greg Turnquist
|
1e44775cb2
|
Releasing Spring Session for MongoDB v2.2.0.RC2
|
2019-09-06 12:32:45 -05:00 |
|
Greg Turnquist
|
4ea9cebd84
|
Leverage @Configuration(proxyBeanMethods=false) for better efficiency.
Resolves #60.
|
2019-09-06 12:31:11 -05:00 |
|
Greg Turnquist
|
e2198e36ea
|
Handle deleteBy properly to avoid NullPointerException.
Resolves #97.
|
2019-09-06 12:28:05 -05:00 |
|
Greg Turnquist
|
318963a08b
|
Upgrade dependencies.
|
2019-09-06 12:27:06 -05:00 |
|
Greg Turnquist
|
35e6e6a7ee
|
Continue development on v2.2.0.BUILD-SNAPSHOT
|
2019-08-05 15:35:54 -05:00 |
|
Greg Turnquist
|
7b58b863fb
|
Releasing Spring Session for MongoDB v2.2.0.RC1
|
2019-08-05 15:35:49 -05:00 |
|
Greg Turnquist
|
3f73b53b1a
|
Force check for updates.
|
2019-08-05 15:32:33 -05:00 |
|
Greg Turnquist
|
c0eb88e6c3
|
Upgrade to Spring Session 2.2.0.M3.
|
2019-08-05 15:00:14 -05:00 |
|
Greg Turnquist
|
51eb6a6f80
|
Migrate off deprecated API.
|
2019-08-05 12:23:02 -05:00 |
|
Greg Turnquist
|
a792469e95
|
Upgrade to Spring Session 2.2.0.M2.
|
2019-08-05 09:29:05 -05:00 |
|
Greg Turnquist
|
49e33d34af
|
Upgrade to Spring Framework 5.2.0.RC1.
|
2019-08-05 08:57:56 -05:00 |
|
Greg Turnquist
|
62c7c0215e
|
Upgrade Mockito to 2.28.2 and Spring Data to Moore RC1.
|
2019-08-02 15:24:49 -05:00 |
|
Greg Turnquist
|
9eee4b7239
|
Upgrade AssertJ to 3.13.1.
|
2019-08-02 15:20:09 -05:00 |
|
Greg Turnquist
|
d601e270fc
|
Delombok Spring Session for MongoDB.
|
2019-08-02 15:16:11 -05:00 |
|
Greg Turnquist
|
579868249d
|
Remove Hamcrest.
|
2019-08-02 14:58:14 -05:00 |
|
Greg Turnquist
|
ce88fb44fc
|
Upgrade to JUnit 5.
|
2019-08-02 14:48:55 -05:00 |
|
Greg Turnquist
|
9d85d581ed
|
Upgrade MongoDB drivers.
|
2019-08-02 14:22:49 -05:00 |
|
Greg Turnquist
|
cbb259833c
|
Rename BOM-based version attributes.
|
2019-08-02 14:14:53 -05:00 |
|