Vedran Pavic
e3c6fb67f2
Replace StringBuffer usages with StringBuilder
...
Fixes gh-718
2017-05-30 22:40:28 +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
22f4b0bc9d
Update minimum requirements
2017-05-25 23:59:49 +02:00
Vedran Pavic
c5ea626d03
Improve layout of community extensions doc section
...
Fixes gh-786
2017-05-17 11:49:49 +02:00
Vedran Pavic
d067cd1e66
Remove obsolete .gradle files
...
Fixes gh-785
2017-05-17 11:45:56 +02:00
Rob Winch
76a6be572a
Next development version
2017-05-10 13:47:17 -05:00
Spring Buildmaster
78db900303
Release version 2.0.0.M2
2017-05-10 07:08:41 +00:00
Rob Winch
7f9a9c4185
Update to lettuce-core 5.0.0.M2
2017-05-10 01:44:44 -05:00
Rob Winch
83c67d3e11
Update to Spring Security 5.0.0.M1
2017-05-10 01:44:18 -05:00
Rob Winch
4f3324bac4
Update to spring-build-conventions 0.0.1.RELEASE
2017-05-10 01:44:04 -05:00
Rob Winch
23a28f790a
Disable OSSRH Deploy
...
For the release disable OSSRH Deploy since we will release only
to Artifactory for the milestone. We cannot deploy to OSSRH because
we have RC dependencies that are not in Maven Central.
2017-05-10 00:46:45 -05:00
Vedran Pavic
dd4983f33e
Improve samples logging
2017-05-10 00:24:57 -05:00
Vedran Pavic
e9e5d8eda6
Parameterize SpringSessionBackedSessionRegistry
2017-05-10 00:24:16 -05:00
Rob Winch
a745d471ad
Update to Spring Data Kay M3
2017-05-09 09:36:54 -05:00
Rob Winch
df267774da
Use dependency-management.gradle
2017-05-09 02:52:53 -05:00
Vedran Pavic
2b2f385d5f
Use spring-jcl instead of commons-logging
2017-05-09 02:50:27 -05:00
Vedran Pavic
86e892c806
Improve Spring Boot based samples
...
Fixes gh-693
2017-05-04 18:56:12 +02:00
Vedran Pavic
448133494f
Replace anonymous types with lambda
2017-05-03 10:06:56 -05:00
Vedran Pavic
e0fc9e92ba
Simplify Map.get and conditional calls
2017-05-03 10:06:56 -05: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
63097e9d82
Fix broken documentation links
2017-04-28 20:05:37 +02: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
b254c7c6b9
Add Jenkinsfile
...
Fixes gh-770
2017-04-26 22:19:10 -05:00
Rob Winch
89adc13201
Use Optional
2017-04-26 22:19:10 -05:00
Rob Winch
e6e752aea5
Servlet 3.1 compatible
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
e23aaeca5f
Fix .gitignore
2017-04-26 22:11:41 -05:00
Vedran Pavic
0312c31a42
Use explicit constraints in JDBC schema scripts
...
Fixes gh-750
2017-04-26 23:31:18 +02:00
Vedran Pavic
815cbf4ee8
Update DefaultCookieSerializer to use base64 by default
...
Fixes gh-736
2017-04-26 22:49:47 +02:00
Eddú Meléndez
6327d36ce9
Use Base64 implementation provided by Java 8
...
Fixes gh-735
2017-04-26 22:43:44 +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
Rob Winch
f30cb7a1e6
SpringSessionRememberMeServices rm SecurityContext attribute
...
SpringSessionRememberMeServices use to invalidate the session which would
cause Spring Security's saved request to be lost.
Now SpringSessionRememberMeServices deletes the SecurityContext from the
HttpSession instead.
Fixes gh-752
2017-04-26 08:57:22 -05:00
John Blum
432eb84a94
Restore proper behavior of HttpSession created events in GemFire support when client Region is a PROXY in the client/server topology
...
Fixes gh-757
2017-04-25 20:03:11 -07:00
John Blum
bd31710117
Upgrade to Jackson 2.9.0.pr2
...
Jackson 2.9.0.pr2 is required by the latest Spring Data Redis Kay
2017-04-22 01:20:46 -07: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
887f024551
Fix test failure
...
Polish for #gh-755
2017-04-21 23:16:45 -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
6f4025eacb
Simply GemFire configuration in docs GemFire Indexing integration tests
2017-04-21 22:04:50 -07:00
John Blum
3cc53fae2c
Upgrade to Gradle 3.5
2017-04-21 21:00:24 -07:00
John Blum
25ded686ac
Improve GemFire SessionRepository, Session copy logic to avoid issues with delta propagation on updates
...
Fixes #gh-755
(cherry picked from commit dcc0c07981 )
Signed-off-by: John Blum <jblum@pivotal.io >
2017-04-21 20:58:44 -07:00
Vedran Pavic
9b30726805
Fix typo in .gitignore
2017-03-23 19:14:16 +01:00
Vedran Pavic
aeb182712c
Remove logging for "Skip invoking on" response committed
...
Fixes gh-734
2017-03-20 20:19:49 +01:00
Sebastian Laskawiec
18ccee051f
Add link to Infinispan for Spring Session documentation
...
Fixes gh-745
2017-03-20 19:53:13 +01:00
Vedran Pavic
3f239b4956
Fix Spring Boot deprecation warnings
2017-03-05 12:13:11 +01:00