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
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
79b8296e1c
Work Around spring-projects/spring-boot#9573
...
Issue gh-806
2017-06-22 09:04:23 -05: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
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
d590ca58e4
Standardize Build
...
Fixes gh-769
2017-04-26 22:11:41 -05: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
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