]
Diego Lovison updated ISPN-9630:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Spring Session contains {brandname} into the class name
-------------------------------------------------------
Key: ISPN-9630
URL:
https://issues.jboss.org/browse/ISPN-9630
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
Priority: Major
In the docs we have
Spring Session integration has been based on {brandname} Spring Cache support so it
requires creating a `SpringEmbeddedCacheManagerFactoryBean` or
`SpringRemoteCacheManagerFactoryBean`.
The next step it to use `@Enable{brandname}EmbeddedHttpSession` or
`@Enable{brandname}RemoteHttpSession` configuration annotation which turns on Spring
Session.
It should be
@EnableInfinispanEmbeddedHttpSession
@EnableInfinispanRemoteHttpSession