Vedran Pavic
d75b03f594
Fix Gradle deprecation warnings
2018-01-29 18:45:38 +01:00
Eddú Meléndez
92af786e6b
Polish samples
...
Closes gh-986
2018-01-29 18:17:42 +01:00
Vedran Pavic
f0e187fbd7
Update references to Spring Boot's Redis starter
...
Closes gh-952
2018-01-29 17:06:51 +01:00
John Blum
9a51cb9ca7
Minor changes to improve the timing between Spring Boot-based GemFire client and server connections
...
Fixes gh-672
2016-11-22 22:48:37 -08:00
Vedran Pavic
6263f6e927
Upgrade Gradle to 3.1
...
Fixes gh-668
2016-11-14 18:48:25 +01:00
Eddú Meléndez
94221c70a9
Clear warnings from spring-boot gradle plugin
2016-11-11 15:27:55 -06:00
John Blum
dd3a571494
Avoid premature destruction of the GemFire Pool used by the client Sessions Region.
...
Fixes gh-665
2016-11-10 18:09:39 -08: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
John Blum
f0820c8038
Update to Spring Boot 1.4.1.RELEASE
...
* Upgrade to Spring Data GemFire 1.8.4.RELEASE
* Upgrade to Spring Data MongoDB 1.9.4.RELEASE
* Upgrade to Spring Framework 4.3.3.RELEASE
(Upgrade to Spring Data Redis 1.7.4.RELEASE failed)
Fixes gh-632
2016-11-10 15:37:25 -06:00
Rob Winch
7d680ff3ef
Update to Spring Security 4.2.0
...
Fixes gh-662
2016-11-10 15:37:17 -06:00
Rob Winch
06104c348d
Revert "Add Apache Geode support ( #366 )"
...
This revert is done because Geode is not supported by Spring IO yet.
This reverts commit 1256a94d7e .
# Conflicts:
# gradle.properties
# settings.gradle
2016-10-13 08:12:24 -05:00
Rob Winch
4e33b7740c
Update to Spring Security 4.2.0.M1
2016-09-23 15:56:06 -05:00
Vedran Pavic
6e04d903ae
Add HazelcastSessionRepository
...
This commit improves existing Hazelcast support, which is based on
MapSessionRepository, with dedicated HazelcastSessionRepository
that implements the FindByIndexNameSessionRepository contract.
Also a new hazelcast-spring-session module was added to provide
dependency management for Hazelcast support.
Fixes gh-544
2016-09-14 11:22:56 -05:00
Rob Winch
1f7193f32d
Polish
...
Issue gh-434
2016-09-12 16:02:45 -05:00
Rob Winch
0e1d81f509
Add Spring Security jackson2
...
Issue gh-434
2016-09-12 16:02:40 -05:00
Jitendra Singh Bisht
8b97a32db2
Mix-ins added for Jackson Serialization/deserialization
...
Fixes gh-434
2016-09-12 16:02:21 -05:00
Vedran Pavić
8db7d394ba
Fix broken samples ( #606 )
2016-09-02 13:44:17 -05:00
John Blum
1256a94d7e
Add Apache Geode support ( #366 )
...
Closes gh-365, gh-366
2016-08-15 14:53:12 -05:00
Vedran Pavić
9133e337e6
Use webjars-locator in samples ( #587 )
2016-08-15 13:25:53 -05:00
Rob Winch
e9f097db5c
Gemfire Boot Sample uses Random Port
...
Previously, the Gemfire Boot Sample didn't select a random port for
Tomcat to run on.
Issue gh-496
2016-06-29 21:02:10 -05:00
Rob Winch
7e41e40762
Fix Gemfire ClientConfig BeanFactoryPostProcessor
...
@Bean method ClientConfig.propertySourcesPlaceholderConfigurer was
non-static and returns an object assignable to Spring's
BeanFactoryPostProcessor interface. This will result in a failure to
process annotations such as @Autowired, @Resource and @PostConstruct
within the method's declaring @Configuration class.
This commit makes the method static to avoid the problem.
2016-06-29 21:02:10 -05:00
Vedran Pavic
2b4a349b1a
Use webjars for static resources in sample apps
2016-06-29 12:59:54 -05:00
Rob Winch
82cb417910
Boot Gemfire Sample JDK7 compatible
...
Issue gh-496
2016-06-29 11:22:16 -05:00
Rob Winch
808a550343
Polish Boot Gemfire Sample
...
Issue gh-496
2016-06-29 11:08:05 -05:00
John Blum
53c81de5e3
Add Spring Session Data GemFire with Spring Boot sample
...
Fixes gh-496
2016-06-29 10:34:58 -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
John Blum
2d6f505a30
Update to Spring Data Hopper
...
Fixes gh-470
2016-04-11 09:31:05 -05:00
Rob Winch
1e1d24895c
Merge pull request #454 from vpavic/jdbc-boot-sample
...
Add JDBC Spring Boot sample
2016-04-04 08:36:27 -05:00
Rob Winch
e134a4cdb8
Merge pull request #463 from vpavic/fix-h2-console-urls
...
Make H2 console URL consistent across sample projects
2016-04-04 07:35:45 -05:00
Vedran Pavic
9c8f8894e1
Add JDBC Spring Boot sample
2016-04-03 20:57:16 +02:00
Vedran Pavic
99db45ea72
Make H2 console URL consistent across sample projects
2016-04-01 22:36:24 +02: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
5bde226ecc
Fix Eclipse compile errors
...
* Most web.xml servlet API versions updated to 3.0 for ASYNC support
* httpsession-xml is left at 2.5 to ensure compatability & remove ASYNC
* Remove @Override on interface override
2016-04-01 11:56:27 -05:00
Rob Winch
f8f6ee20c0
Externalize sample.gradle
2016-03-30 10:23:11 -05:00
Rob Winch
3bb96e8e82
Remove Wrapper from Gradle Sample
...
Issue gh-246
2016-03-30 10:22:59 -05:00
Rob Winch
b7367680cb
Fix Package Names in Grails Sample
...
Issue gh-246
2016-03-30 10:22:59 -05:00
Eric Helgeson
779277b16d
Add Grails Sample
...
Fixes gh-246
2016-03-29 20:58:26 -05:00
Scott Carlson
bd2d846917
Add Dispatcher types to web.xml
...
Fixes gh-443
2016-03-28 09:16:13 -05:00
Vedran Pavic
903cac492e
Use Flapdoodle Embedded MongoDB for integration tests and samples
2016-03-25 07:27:33 +01:00
Vedran Pavic
b88f48f01d
Externalize H2 database dependency version
2016-03-20 01:56:35 +01:00
Eddú Meléndez
68823eec29
Update to Sonarqube Plugin
...
See gh-427
2016-03-15 07:59:18 +10:00
Rob Winch
bbbdf939e8
Polish JacksonMongoSessionConverter
...
Issue gh-416
2016-03-14 13:29:17 -05:00
Rob Winch
4f7728f5b5
Fix Checkstyle Eclipse Settings
...
Issue gh-417
2016-03-14 00:13:46 -05:00
Vedran Pavic
bd6d5bf419
Add JDBC documentation
...
Fixes gh-415
2016-03-10 09:24:57 -06:00
Rob Winch
2592905b41
Add Eclipse settings
...
Fixes gh-417
2016-03-07 15:37:22 -06: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
Rob Winch
9e3bcafa75
Use @SpringBootApplication
2016-03-07 12:45:06 -06:00
Jakub Kubrynski
34cebc3df6
Add MongoOperationsSessionRepository
...
Fixes gh-17
2016-03-07 12:45:05 -06:00