Vedran Pavic
3f670050ef
Update integration tests
...
This commit updates versions of RDBMS and Redis Docker images used in
integration tests.
Closes gh-894
2017-10-09 08:09:52 +02:00
Vedran Pavic
9c5a7e9156
Upgrade Spring Boot to 2.0.0.M4
...
Closes gh-877
2017-09-15 22:13:23 +02:00
Vedran Pavic
b72c600884
Upgrade dependencies to current milestones
...
- Reactor Bismuth-M4
- Spring Framework 5.0.0.RC4
- Spring Data Kay-RC3
- Lettuce 5.0.0.RC2
2017-09-12 07:54:14 +02:00
Vedran Pavic
274aec1691
Fix Boot based samples
2017-09-11 13:57:38 +02:00
Vedran Pavic
04ec086014
Use TestContainers for integration tests
2017-08-24 14:17:10 -05:00
Vedran Pavic
23c6c7cf31
Upgrade Spring Boot to 2.0.0.M3
...
Closes gh-841
2017-07-27 14:08:48 +02:00
Vedran Pavic
c8c5fae678
Polish build
2017-07-26 08:49:45 +02:00
Rob Winch
2aa71ffb6d
Update to lettuce 5.0.0.RC1
2017-07-20 09:54:53 -05:00
Rob Winch
8bdcba6e50
Spring Session 2.0.0.M2 w/ Boot Samples
...
This is necessary because the current version of Spring Session is not
compatible with Boot 2.0.0.M2 and we cannot release against the SNAPSHOTs
Issue gh-833
2017-07-18 20:09:21 -05: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
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
79b8296e1c
Work Around spring-projects/spring-boot#9573
...
Issue gh-806
2017-06-22 09:04:23 -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
Rob Winch
ff72bf1234
Additional boot polish
2017-01-09 21:49:14 -08:00
Eddú Meléndez
1a318b89d9
Convert groovy tests to java
2017-01-09 21:47:57 -08:00
Rob Winch
f98697416e
spring-boot-starter-data-redis
2017-01-09 21:47:47 -08:00
Rob Winch
89c91c19d8
Fix spring platform Brussels
...
* Update to dependency-management-1.0.0.RC2
* Update to spring-io-plugin 0.0.6.RELEASE
* Update to Boot 1.5 (which requires newer dependency management plugin)
2017-01-05 14:59:15 -06:00
Eddú Meléndez
94221c70a9
Clear warnings from spring-boot gradle plugin
2016-11-11 15:27:55 -06:00
Rob Winch
7d680ff3ef
Update to Spring Security 4.2.0
...
Fixes gh-662
2016-11-10 15:37:17 -06:00
Vedran Pavić
9133e337e6
Use webjars-locator in samples ( #587 )
2016-08-15 13:25:53 -05:00