Eddú Meléndez
94221c70a9
Clear warnings from spring-boot gradle plugin
2016-11-11 15:27:55 -06:00
Mark Paluch
e4fe53abf8
Update Samples and Guides to use Lettuce
...
Favor lettuce because of multiplexing and improved scalability.
Using lettuce requires a fixed number of connections hence using
lettuce improves application scalability.
Fixes gh-652
2016-11-10 16:56:19 -06:00
Vedran Pavić
9133e337e6
Use webjars-locator in samples ( #587 )
2016-08-15 13:25:53 -05:00
Vedran Pavic
2b4a349b1a
Use webjars for static resources in sample apps
2016-06-29 12:59:54 -05:00
Eddú Meléndez
00004e2f50
Polish build.gradle samples
...
Disable publishing samples artifacts.
Fixes gh-518
2016-06-19 03:01:35 +10:00
Vedran Pavic
c07583bd47
Update WebSocket sample to use H2 console auto-configuration
...
Fixes gh-457.
2016-04-01 22:26:13 +02:00
Rob Winch
cce8dac4b7
Fix WebSocket AbstractMethodError
...
Fixes gh-460
2016-04-01 14:27:08 -05:00
Rob Winch
f0200696ef
Additional Checkstyle Fixes
...
Issue gh-393
2016-03-07 15:36:17 -06:00
Vedran Pavic
7f3302253b
Prepare codebase to adhere to Checkstyle rules
...
Issue gh-393
2016-03-07 15:33:42 -06:00
izeye
1266fd052e
Remove duplicate var headers = {};
...
Fixes gh-197
2015-07-25 07:37:08 -05:00
Rob Winch
8eca5ea4c6
Remove Embedded Redis
...
Fixes gh-248
2015-07-24 15:40:55 -05:00
Rob Winch
664b5aae21
Add EnableEmbeddedRedis to WebSocket Sample
...
This issue is a result of moving EmbeddedRedisConfiguration to its own
package in 865e381c7c .
Now we explicitly add EnableEmbeddedRedis to the configuration.
Fixes gh-191
2015-04-16 16:59:35 -05:00
Rob Winch
865e381c7c
Move Embedded Redis classes to org.springframework.session.redis.embedded
...
This prevents the embedded redis from being picked up in ComponentScan
in any of the samples unless the @EnableEmebeddedRedis annotation is used.
Polish gh-184
2015-04-14 21:59:19 -05:00
Rob Winch
4a0aa6e608
Add EnableEmbeddedRedis
...
Fixes gh-184
2015-04-09 17:02:56 -05:00
Rob Winch
4631b57531
Make Servlet 2.5 compatible
...
Fixes gh-111 gh-182
2015-04-07 22:12:40 -05:00
Rob Winch
9ac570cba7
Update to Spring IO version
...
- Update Spring Boot 1.2.3.RELEASE
- Update Spring Security 4.0.0.RELEASE
- Update Spring 4.1.6.RELEASE
- Update Groovy 2.3.8
- Update Jackson 2.4.5
- Update Jedis 2.5.2
- Update Spring Data Redis 1.4.2
Fixes gh-126
2015-04-07 16:30:57 -05:00
Rob Winch
208493b6fd
Update to embedded 0.5
...
Fixes gh-179
2015-04-03 12:07:49 -05:00
Rob Winch
4dedb4d10a
Spaces to tabs and license cleanup
2015-04-03 11:13:13 -05:00
Rob Winch
d62d5a8731
Disable Artifactory Deploy for WebSocket Sample
...
Fixes gh-95
2015-01-07 15:34:52 -06:00
Rob Winch
64a0312bf7
Start Documentation
...
Issue gh-41
2014-12-23 17:26:27 -06:00
Rob Winch
7f9b5c0515
Ensure Redis Configured to Send Keyspace Notifications
...
Previously there was a possibility that Session to WebSocket mapping was
leaked if keyspace notifications were not enabled in Redis.
To resolve this the RedisHttpSessionConfiguration now ensures that Redis
is configured to enable Keyspace notifications.
Fixes gh-76 gh-81
2014-12-23 16:38:42 -06:00
Rob Winch
b3130edd98
Remove @Override from Interfaces
...
This is necessary to ensure the code compiles in Eclipse.
Fixes gh-83
2014-12-22 16:37:53 -06:00
Rob Winch
646682b056
EnableWebMvcSecurity->EnableWebSecurity
2014-12-11 20:56:24 -06:00
Rob Winch
71cac12479
WebSocketSecurityConfig now uses .authenticated()
...
This is a simpler example without being coupled to any specific roles.
2014-11-25 20:38:07 -06:00
Rob Winch
25804f1725
Add WebSocket Support
...
Fixes gh-35
2014-11-12 21:13:23 -06:00