@@ -6,12 +6,42 @@ image:https://badges.gitter.im/spring-projects/spring-session.svg[link="https://
6
6
image:https://travis-ci.org/spring-projects/spring-session.svg?branch=master["Build Status", link="https://travis-ci.org/spring-projects/spring-session-data-geode"]
7
7
8
8
[[ssdg]]
9
- == Spring Session for Apache Geode & VMware Tanzu GemFire
9
+ == Spring Session for Apache Geode
10
10
11
11
_Spring Session_ core provides an API along with several provider implementations to manage user sessions. It also
12
12
simplifies the support for clustered session state management without being tied to an application container
13
13
specific solution.
14
14
15
+ [[notice]]
16
+ == NOTICE
17
+
18
+ [[notice-2023-january]]
19
+ *2023-January-17*:
20
+
21
+ At the end of 2022, VMware https://tanzu.vmware.com/content/blog/spring-for-vmware-gemfire-is-now-available[announced]
22
+ the general availability of the Spring for VMware GemFire portfolio of projects.
23
+
24
+ While these Spring based projects for VMware GemFire are open source and a succession to the Spring for Apache Geode
25
+ projects, they are not a replacement. VMware GemFire forked from the Apache Geode project and is not open source.
26
+ Additionally, newer Apache Geode and VMware GemFire clients are not backwards compatible with older Apache Geode
27
+ and VMware GemFire servers. You can begin the transition by starting https://docs.vmware.com/en/Spring-Session-for-VMware-GemFire/index.html[here].
28
+
29
+ Alternatively, the Spring portfolio provides first-class https://spring.io/projects/spring-session[integration]
30
+ with other comparable session caching providers. Also, see https://docs.spring.io/spring-session/reference/modules.html[here].
31
+
32
+ Finally, keep in mind, the Spring for Apache Geode projects will still be maintained until OSS and commercial support
33
+ ends. Maintenance will only include CVE and critical fixes. No new features or major enhancements will be made.
34
+ The Spring Session for Apache Geode support timelines can be viewed https://spring.io/projects/spring-session#support[here].
35
+
36
+ [[notice-2022-october]]
37
+ *2022-October-24*:
38
+
39
+ See the October 24th https://github.com/spring-projects/spring-data-geode#notice[NOTICE]
40
+ on the _Spring Data for Apache Geode_ GitHub project page for complete details.
41
+
42
+ [[project-features]]
43
+ == Features
44
+
15
45
Out of the box _Spring Session_ provides integration with:
16
46
17
47
* `HttpSession` - replaces the `HttpSession` supplied by the application container (e.g. Apache Tomcat)
0 commit comments