diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ef4c725..53b4c90 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,6 +1,6 @@ -= Contributing to Spring Session for Apache Geode & Pivotal GemFire += Contributing to Spring Session for Apache Geode & VMware Tanzu GemFire -Spring Session for Apache Geode & Pivotal GemFire is released under the Apache 2.0 license. If you would like to +Spring Session for Apache Geode & VMware Tanzu GemFire is released under the Apache 2.0 license. If you would like to contribute something, or simply want to hack on the code this document should help you get started. == Sign the Contributor License Agreement diff --git a/README.adoc b/README.adoc index d42a729..a0b12c2 100644 --- a/README.adoc +++ b/README.adoc @@ -19,7 +19,7 @@ in a neutral way along with providing HTTP Session IDs in the HTTP Header to wor * `WebSocket` - keeps the `HttpSession` active when receiving WebSocket messages. -On top of the core _Spring Session_ features, _Spring Session for Apache Geode and Pivotal GemFire_ (SSDG) positions +On top of the core _Spring Session_ features, _Spring Session for Apache Geode and VMware Tanzu GemFire_ (SSDG) positions either https://geode.apache.org/[Apache Geode] or https://pivotal.io/pivotal-gemfire[VMware Tanzu GemFire] as a session repository provider and adds additional capabilities required by enterprise class solutions: @@ -70,12 +70,12 @@ You can find the documentation, issue management, support, samples, and guides f at https://projects.spring.io/spring-session/. Additionally, you can find documentation, issue management, support, samples and guides using _Spring Session -for Apache Geode & Pivotal GemFire_ at https://spring.io/projects/spring-session-data-geode. +for Apache Geode & VMware Tanzu GemFire_ at https://spring.io/projects/spring-session-data-geode. [[documentation]] === Documentation -Documentation for _Spring Session for Apache Geode and VMware Tazu GemFire_ can be found +Documentation for _Spring Session for Apache Geode and VMware Tanzu GemFire_ can be found https://docs.spring.io/spring-session-data-geode/docs/{version}/reference/html5/[here] and Javadoc is available https://docs.spring.io/spring-session-data-geode/docs/{version}/api/[here]. diff --git a/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc b/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc index f46e4d2..fcd71aa 100644 --- a/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc +++ b/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc @@ -25,7 +25,7 @@ to process client HTTP requests. This sample is based on a https://stackoverflow.com/questions/45674137/can-session-scope-beans-be-used-with-spring-session-and-gemfire[_StackOverflow_ post], which posed the following question... -> _Can session scope beans be used with Spring Session and Pivotal GemFire?_ +> _Can session scope beans be used with Spring Session and VMware Tanzu GemFire?_ The poster of the question when on to state and ask... diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc index 288dfd9..16e7652 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc @@ -102,7 +102,7 @@ include::{samples-dir}xml/gemfire-clientserver/src/main/webapp/WEB-INF/spring/se ---- <1> (Optional) First, we can include a `Properties` bean to configure certain aspects of the Apache Geode `ClientCache` -using {data-store-docs}/reference/topics/gemfire_properties.html[Pivotal GemFire Properties]. In this case, we are just +using {data-store-docs}/reference/topics/gemfire_properties.html[VMware Tanzu GemFire Properties]. In this case, we are just setting Apache Geode's "`log-level`" using an application-specific System property, defaulting to "`warning`" if unspecified. <2> We must create an instance of an Apache Geode `ClientCache`. We initialize it with our `gemfireProperties`. @@ -134,7 +134,7 @@ include::{samples-dir}xml/gemfire-clientserver/src/main/resources/META-INF/sprin ---- <1> (Optional) First, we can include a `Properties` bean to configure certain aspects of the Apache Geode peer `Cache` -using {data-store-docs}/reference/topics/gemfire_properties.html[Pivotal GemFire Properties]. In this case, we are just +using {data-store-docs}/reference/topics/gemfire_properties.html[VMware Tanzu GemFire Properties]. In this case, we are just setting Apache Geode's "`log-level`" using an application-specific System property, defaulting to "`warning`" if unspecified. <2> We must configure an Apache Geode peer `Cache` instance. We initialize it with the Apache Geode properties. diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc index 3b92b65..faae943 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc @@ -103,7 +103,7 @@ include::{samples-dir}xml/gemfire-p2p/src/main/webapp/WEB-INF/spring/session.xml ---- <1> (Optional) First, we can include a `Properties` bean to configure certain aspects of the Apache Geode peer `Cache` -using {data-store-docs}/reference/topics/gemfire_properties.html[Pivotal GemFire Properties]. In this case, we are just +using {data-store-docs}/reference/topics/gemfire_properties.html[VMware Tanzu GemFire Properties]. In this case, we are just setting Apache Geode's "`log-level`" using an application-specific System property, defaulting to "`warning`" if unspecified. <2> We must configure an Apache Geode peer `Cache` instance. We initialize it with the Apache Geode properties. diff --git a/etc/build-notes.adoc b/etc/build-notes.adoc index ccea6db..b37344a 100644 --- a/etc/build-notes.adoc +++ b/etc/build-notes.adoc @@ -1,5 +1,5 @@ [[build-notes]] -= Gradle Build Notes for Spring Session for Apache Geode & Pivotal GemFire (SSDG) += Gradle Build Notes for Spring Session for Apache Geode & VMware Tanzu GemFire (SSDG) This document contains notes on running specific Gradle (i.e. `gradlew`) build tasks.