spring-projects / spring-session-data-geode

Spring Session support for Apache Geode and VMware Tanzu GemFire
https://projects.spring.io/spring-session/
Apache License 2.0
23 stars 28 forks source link

Add support to disable OQL Indexes created by Spring Session by default #46

Closed jxblum closed 4 years ago

jxblum commented 4 years ago

By default, Spring Session for Apache Geode (SSDG) creates an OQL Index for the principleName Session property.

This enhancement would add a Spring profile to the "principleNameIndex" OQL Index bean definition allowing users to prevent its creation.