Skip to content

Commit 43de808

Browse files
authored
Merge pull request #856 from BenjaminPerryRoss/geode-store-version
Update geode store version
2 parents a2a7b29 + 3aaefb6 commit 43de808

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/tomcat.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ redis_store:
4040
timeout: 2000
4141
connection_pool_size: 2
4242
geode_store:
43-
version: 1.11.+
43+
# The version of Geode Store must be less than or equal to your Tanzu Gemfire for VMs version to ensure compatibility.
44+
# The Geode Store version is pinned to 1.11.0 to be compatible with the most commonly used versions of Tanzu Gemfire for VMs.
45+
version: 1.11.0
4446
repository_root: https://java-buildpack-tomcat-gemfire-store.s3-us-west-2.amazonaws.com

lib/java_buildpack/container/tomcat/tomcat_geode_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
module JavaBuildpack
2424
module Container
2525

26-
# Encapsulates the detect, compile, and release functionality for Tomcat Redis support.
26+
# Encapsulates the detect, compile, and release functionality for Tomcat Tanzu GemFire for VMs support.
2727
class TomcatGeodeStore < JavaBuildpack::Component::VersionedDependencyComponent
2828
include JavaBuildpack::Container
2929

0 commit comments

Comments
 (0)