Rob Winch
ae2b3d8ed2
Polish Brussels Changes
...
Issue gh-708
2017-01-13 12:29:34 -06:00
Rob Winch
5cbabfb719
Fix Brussels Build
...
- Update Spring IO plugin to resolve binary incompatability for tests
- Update Dependency Management Plugin which is required for Spring IO
plugin update
- Update to Spring Boot 1.5.0.RC1. Necessary because new dependency
management plugin does not work with Boot 1.4.x
Fixes gh-708
2017-01-13 11:28:18 -06:00
Vedran Pavic
a25f6c38e0
Fix Gradle deprecation warnings
...
(cherry picked from commit 41fbc90 )
2017-01-12 22:17:25 +01:00
Eddú Meléndez
e192cae078
Polish samples
...
Fixes gh-705
2017-01-12 21:33:53 +01:00
Vedran Pavic
7a138ea1ca
Use capitalized words for HeaderHttpSessionStrategy default header name
...
Fixes gh-704
2017-01-12 21:32:21 +01:00
Rob Winch
11d9c708fd
Fix Buildship import with eclipse.jdt.javaRuntimeName
...
See https://discuss.gradle.org/t/building-with-newer-jdks/21102
2017-01-12 21:30:44 +01:00
Rob Winch
69ea274754
Update to Gradle 3.3
2017-01-12 21:30:23 +01:00
Vedran Pavic
93be87ed94
Polish XPath expressions in samples integration tests
2017-01-11 22:57:23 +01:00
Vedran Pavic
01e4664681
Fix integration tests for GemFire based samples
...
Fixes gh-703
2017-01-11 22:08:08 +01:00
Rob Winch
d7c29652e7
Polish contribution
2017-01-11 18:54:10 +01:00
Pool Dolorier
5c031989a8
Move groovy test to java
2017-01-11 18:38:47 +01:00
Eddú Meléndez
8f71ace84c
Convert groovy tests to java
2017-01-11 18:38:35 +01:00
Rob Winch
9c236fa256
Start 1.4.x
2016-12-19 13:38:08 -06:00
Rob Winch
304e32eef5
Fix Typo
2016-12-19 13:35:07 -06:00
Spring Buildmaster
288c622012
Next development version
2016-12-15 22:30:26 +00:00
Spring Buildmaster
3827ae1e72
Release version 1.3.0.RELEASE
2016-12-15 22:30:19 +00:00
Rob Winch
9067f8235d
Add What's New in 1.3
...
Fixes gh-627
2016-12-15 15:56:16 -06:00
Rob Winch
19928e6b7f
Add MongoSession.isExpired interval < 0 Test
...
Issue gh-629
2016-12-14 08:52:43 -06:00
Joe Atkins
1df1a76069
Prevent expiration on RedisSession interval < 0
...
Since a negative maxInactiveInterval is supposed to disable
expiration, if it is negative, use persist on the session's
spring:session:session and spring:session:expires keys to
prevent the expiration of the RedisSession.
Issue gh-629
2016-12-14 08:51:19 -06:00
Joe Atkins
17e397212d
Fix MongoExpiringSession.isExpired interval < 0
...
Verify that interval is non-negative, as negative values for
maxInactiveInterval disables expiration.
Issue gh-629
2016-12-14 08:49:26 -06:00
Vedran Pavic
39503a21a7
Refactor JdbcOperationsSessionRepository session clean up query to prevent overflow
...
Fixes gh-679
2016-12-02 21:29:47 +01:00
Gabor Csizmadia
ebbc10b2b4
Fix misleading comment about SessionCreatedEvent
...
Fixes gh-678
2016-11-28 22:54:06 +01:00
John Blum
9a51cb9ca7
Minor changes to improve the timing between Spring Boot-based GemFire client and server connections
...
Fixes gh-672
2016-11-22 22:48:37 -08:00
Spring Buildmaster
5e0ee5077a
Next development version
2016-11-23 04:15:45 +00:00
Spring Buildmaster
526c6ee012
Release version 1.3.0.RC1
2016-11-23 04:15:39 +00:00
Eddú Meléndez
ff4045acbd
Support placeholder resolution for collectionName in EnableMongoHttpSession
2016-11-22 21:48:54 -06:00
Eddú Meléndez
2d359986d3
Support placeholder resolution for redisNamespace in EnableRedisHttpSession annotation
...
Fixes gh-381
2016-11-22 21:45:55 -06:00
Eddú Meléndez
6424910c83
Support placeholder resolution for tableName in EnableJdbcHttpSession
...
Fixes gh-512
2016-11-22 21:22:19 -06:00
Rob Winch
49e3a1c7cd
Polish SpringSessionRememberMeServices
...
* Move to ~.security.web.authentication package
* Add documentation
* Use getBeanNamesForType to avoid eager bean initialization
* Remove rememberMeCookieMaxAge because it must be Integer.MAX_VALUE since
cookie is only written at the creation of the session
* Change from parameter to rememberMeParameterName
Issue gh-189
2016-11-22 20:46:42 -06:00
Rob Winch
3b8258f233
Polish Checkstyle
2016-11-22 16:20:42 -06:00
Vedran Pavic
a2b30eb54b
Add Spring Security's RememberMeServices implementation backed by Spring Session
2016-11-19 15:11:04 +01:00
marcoblos
4c2581d432
Polish RedisSession
...
Maintain standard using prefix inside the RedisSession to mathods
call. Generalizing and methods.
Fixes gh-638
2016-11-17 10:33:18 -06:00
Rob Winch
25aec99357
Polish CURRENT_SESSION_ATTR
...
* Remove unnecessary comment
* Make relative to SESSION_REPOSITORY_ATTR
Issue gh-654
2016-11-16 14:55:10 -06:00
Alex Panchenko
1c9dfa6638
static field for constant in SessionRepositoryFilter
...
Fixes gh-654
2016-11-16 14:54:57 -06:00
Rob Winch
466e2cf102
Fix docs security-config.xml
2016-11-16 14:31:45 -06:00
Vedran Pavic
eb0f292c20
Fix docs module Sonar build
2016-11-16 17:59:36 +01:00
Vedran Pavic
43fda301e2
Fix Sonar build
2016-11-15 23:07:00 +01:00
Vedran Pavic
4a06b38c5f
Polish contribution ( #516 )
...
Issue gh-516
2016-11-15 21:20:22 +01:00
Aleksandar Stojsavljevic
6a78101db5
Optimize save operation in HazelcastSessionRepository ( #516 )
...
This commit improves saving of sessions to only execute save
operation if something has been changed
(e.g. session.setAttribute(String, Object) was called).
Further, configurable flush mode that specifies when to write
to the backing Hazelcast instance is introduced. It can be
'on save' (default) or 'immediate'.
Fixes gh-516, fixes gh-641
2016-11-15 21:16:33 +01:00
Rob Winch
b5ea6c752d
Update to Sonar 2.2 to work with Gradle 3.1
2016-11-14 18:45:56 -06:00
Rob Winch
46633274d5
Add eclipseConfiguration task
2016-11-14 16:54:16 -06:00
Rob Winch
038287b2cc
Use $mockitoVersion
2016-11-14 16:54:16 -06:00
Rob Winch
32c053271c
Add Tests for Closing RedisConnection
...
Issue gh-656
2016-11-14 16:54:16 -06:00
Alex Panchenko
802e0e714b
close RedisConnection in EnableRedisKeyspaceNotificationsInitializer
...
Issue gh-626
2016-11-14 13:49:41 -06:00
Vedran Pavic
6263f6e927
Upgrade Gradle to 3.1
...
Fixes gh-668
2016-11-14 18:48:25 +01:00
Vedran Pavic
5671037c39
Delete refactor from findbyusername doc
...
Fixes gh-671
2016-11-14 18:33:49 +01:00
Vedran Pavic
3d44467275
Fix broken link in find by username guide
...
Fixes gh-670
2016-11-14 18:17:10 +01:00
Eddú Meléndez
94221c70a9
Clear warnings from spring-boot gradle plugin
2016-11-11 15:27:55 -06:00
John Blum
dd3a571494
Avoid premature destruction of the GemFire Pool used by the client Sessions Region.
...
Fixes gh-665
2016-11-10 18:09:39 -08:00
Mark Paluch
e4fe53abf8
Update Samples and Guides to use Lettuce
...
Favor lettuce because of multiplexing and improved scalability.
Using lettuce requires a fixed number of connections hence using
lettuce improves application scalability.
Fixes gh-652
2016-11-10 16:56:19 -06:00