Vedran Pavic
ef69c8169a
Polish dependencies
...
This commit removes needless dependency exclusions.
See gh-824
2017-07-10 07:20:35 +02:00
Vedran Pavic
5845a9c46a
Improve dependency management
...
This commit improves dependency management with the following changes:
- `spring-session-core`: move `javax.servlet-api` from `provided` to `optional` configuration due to introduction of reactive support
- `spring-session-data-redis`: remove Redis driver from `compile` configuration
- Boot samples: delegate Redis driver choice to `spring-boot-starter-data-redis`
- polish `test` configuration dependencies
2017-07-06 17:05:01 -05:00
Vedran Pavic
05a3f59813
Simplify Hazelcast sample
2017-07-05 16:00:28 -05:00
Vedran Pavic
04b4fe3e3b
Fix Checkstyle violations
2017-07-01 00:04:46 +02:00
Rob Winch
8ef36e4f3e
Session Optional<T> getAttribute -> T getAttribute
...
Issue gh-819
2017-06-30 10:24:59 -05:00
Rob Winch
c6c6beb40c
Session.delete -> deleteById
...
Fixes gh-809
2017-06-22 21:30:14 -05:00
Rob Winch
0127ef9f9b
SessionRepository.getSession(String) -> findById(String)
...
Issue gh-809
2017-06-22 21:29:34 -05:00
Rob Winch
79b8296e1c
Work Around spring-projects/spring-boot#9573
...
Issue gh-806
2017-06-22 09:04:23 -05:00
Rob Winch
c28f047eb5
Extract spring-session-data-hazelcast
...
Issue gh-806
2017-06-22 09:03:50 -05:00
Rob Winch
f1319483ee
Move spring-session to spring-session-core
...
Issue gh-806
2017-06-22 09:02:44 -05:00
Vedran Pavic
f7e07b7f6b
Improve Session API to use Java 8
2017-06-16 11:44:19 -05:00
Vedran Pavic
4cf26d9c36
Move ExpiringSession API into Session
2017-06-16 11:44:19 -05:00
Vedran Pavic
7d52c87173
Improve Spring Boot based samples
...
Starting with 2.0.0.M1, Boot provides auto-config support for Lettuce.
See gh-790
2017-06-07 22:48:46 +02:00
Vedran Pavic
79f187ddd6
Upgrade samples to Boot 2.0.0.M1
...
Fixes gh-782
2017-05-30 22:37:36 +02:00
Vedran Pavic
dd4983f33e
Improve samples logging
2017-05-10 00:24:57 -05:00
Rob Winch
df267774da
Use dependency-management.gradle
2017-05-09 02:52:53 -05:00
Vedran Pavic
86e892c806
Improve Spring Boot based samples
...
Fixes gh-693
2017-05-04 18:56:12 +02:00
Vedran Pavic
5b4d0c40d8
Replace explicit type arguments with diamond operator
2017-05-03 10:06:56 -05:00
Rob Winch
78ea101a43
Add logback.xml
...
This will ensure the logs are not too large which will improve performance
and ensure that the build works on Travis which caps the log file size.
2017-05-03 10:06:44 -05:00
Vedran Pavic
2ebbe762f0
Downgrade Spring Boot to 1.5.3.RELEASE
...
Fixes gh-710
2017-04-28 17:27:49 +02:00
Rob Winch
63b836b212
Remove Mongo
...
Fixes gh-768
2017-04-26 22:19:10 -05:00
Rob Winch
02da23a2a0
Remove GemFire
...
Fixes gh-768
2017-04-26 22:19:10 -05:00
Rob Winch
89adc13201
Use Optional
2017-04-26 22:19:10 -05:00
Rob Winch
d590ca58e4
Standardize Build
...
Fixes gh-769
2017-04-26 22:11:41 -05:00
Vedran Pavic
815cbf4ee8
Update DefaultCookieSerializer to use base64 by default
...
Fixes gh-736
2017-04-26 22:49:47 +02:00
Rob Winch
707b8bb062
Revert "Workaround Lettuce Bug"
...
This reverts commit adbff45a23 .
Fixes gh-759
2017-04-26 11:30:28 -05:00
Rob Winch
adbff45a23
Workaround Lettuce Bug
...
Issue gh-759
2017-04-26 08:57:22 -05:00
John Blum
e67afefcd8
Fix Java 8 ambiguous compiler errors
2017-04-22 01:04:19 -07:00
John Blum
327323da38
Upgrade to io.spring.dependency-management Gradle plugin 1.0.2.RELEASE
...
Apply io.spring.dependency-management Gradle plugin to all Boot samples to properly resolve Boot dependencies with implicit versioning
2017-04-21 23:21:39 -07:00
John Blum
83e5d6f2a7
Upgrade to Java 8 source and target baseline
2017-04-21 23:19:01 -07:00
John Blum
8dd6aa38ed
Upgrade to io.lettuce:lettuce-core:5.0.0.BUILD-SNAPSHOT
2017-04-21 22:16:05 -07:00
John Blum
3cc53fae2c
Upgrade to Gradle 3.5
2017-04-21 21:00:24 -07:00
Vedran Pavic
3f239b4956
Fix Spring Boot deprecation warnings
2017-03-05 12:13:11 +01:00
Rob Winch
b65423f296
FindByUsernameTests check if driver is null
...
Fixes gh-740
2017-03-03 10:53:12 -06:00
John Blum
b3706addbb
Introduce more reliable coordination between a GemFire client/server during integration tests.
...
Fixes gh-672
2017-01-31 12:47:28 -08:00
John Blum
3e24393e9a
Fixes GemFire client/server integratione tests issue when setting JAVA_TOOL_OPTIONS env var
...
Fixes gh-669
2017-01-30 15:20:06 -08:00
John Blum
0e10b7763c
Remove 'thymeleaf-extras-conditionalcomments' dependency
...
Fixes gh-721
2017-01-25 22:27:51 -08:00
Rob Winch
43d83f6398
Polish
2017-01-16 16:05:36 -06:00
Vedran Pavic
862659b9b7
Restructure samples
2017-01-14 10:29:30 +01:00
John Blum
536156a4ec
Consistentely apply Spring Data BOM across Spring Session modules
...
Fixes gh-709
2017-01-13 17:54:44 -08:00
Vedran Pavic
41fbc90ec2
Fix Gradle deprecation warnings
2017-01-12 21:58:03 +01:00
Eddú Meléndez
489cf01812
Polish samples
...
Fixes gh-698
2017-01-12 21:15:50 +01:00
Vedran Pavic
94fc80a8f0
Use capitalized words for HeaderHttpSessionStrategy default header name
...
Fixes gh-173
2017-01-12 18:54:53 +01:00
Rob Winch
3ad0028785
Use relative xpath
...
Issue gh-702
2017-01-11 15:54:03 -06:00
Rob Winch
801f88d793
Remove lombok from build.gradle
...
Issue gh-702
2017-01-11 15:40:02 -06:00
Rob Winch
0d6b62b7a9
Remove Lombok from httpsession-gemfire-boot
...
Fixes gh-702
2017-01-11 15:29:21 -06:00
John Blum
61a6344ffa
Upgrade to Spring Data Kay
...
Dependency updates supporting Kay:
Upgrade Spring Framework to 5.0.0.M3
Upgrade Spring Boot to 1.5.0.RC1
Upgrade Jackson to 2.7.6
Upgrade Jedis to 2.9.0
Upgrade Lettuce to 5.0.0.Beta1
Upgrade Mockito to 2.5.4
Fixes #gh-677
2017-01-10 01:52:21 -08:00
Rob Winch
c182e90a1a
httpsession-xml fixes
2017-01-09 21:49:48 -08:00
Rob Winch
7dc3e12e07
Polish httpsession-redis-json
2017-01-09 21:49:38 -08:00
Rob Winch
ce5e44233e
Polish httpsession-jdbc-xml
2017-01-09 21:49:30 -08:00