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
Rob Winch
79b8296e1c
Work Around spring-projects/spring-boot#9573
...
Issue gh-806
2017-06-22 09:04:23 -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
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
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
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
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