spring-projects / spring-boot

Spring Boot
https://spring.io/projects/spring-boot
Apache License 2.0
74.91k stars 40.62k forks source link

Add cache auto-configuration for Gemfire #3258

Closed snicoll closed 8 years ago

snicoll commented 9 years ago

Gemfire has a GemfireCacheManager that we could support as well.

snicoll commented 9 years ago

We currently do not support Gemfire directly in Boot since the dependency is not available on maven central. We could do so reflectively but the added-value would be very poor. Besides, that part will be aligned with Apache Geode so we prefer to revisit this issue once a first public milestone of Geode is available.

snicoll commented 8 years ago

We discussed this with @jxblum several times and we're taking a different direction, with the gemfire support being hosted outside of boot.

jxblum commented 8 years ago

@snicoll - Ah, no... "the gemfire support being hosted outside of boot"... has not been definitively decided nor has Boot's support for Pivotal GemFire vs. Apache Geode.