Apache Geode

Apache Geode is a distributed datagrid (formerly called “Gemfire” which used to be Pivotal’s packaging of Geode and now is VMware Tanzu).

Alpakka Geode provides flows and sinks to put elements into Geode, and a source to retrieve elements from it. It stores key-value-pairs. Keys and values must be serialized with Geode’s support for it.

Project Info: Alpakka Geode
Artifact
com.lightbend.akka
akka-stream-alpakka-geode
7.0.2
JDK versions
Eclipse Temurin JDK 11
Eclipse Temurin JDK 17
Scala versions2.13.12
JPMS module nameakka.stream.alpakka.geode
License
Readiness level
Since 0.10, 2017-06-30
Home pagehttps://doc.akka.io/docs/alpakka/current
API documentation
Forums
Release notesGitHub releases
IssuesGithub issues
Sourceshttps://github.com/akka/alpakka

Artifacts

The Akka dependencies are available from Akka’s library repository. To access them there, you need to configure the URL for this repository.

sbt
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
Maven
<project>
  ...
  <repositories>
    <repository>
      <id>akka-repository</id>
      <name>Akka library repository</name>
      <url>https://repo.akka.io/maven</url>
    </repository>
  </repositories>
</project>
Gradle
repositories {
    mavenCentral()
    maven {
        url "https://repo.akka.io/maven"
    }
}

Additionally, add the dependencies as below.

sbt
val AkkaVersion = "2.9.0"
libraryDependencies ++= Seq(
  "com.lightbend.akka" %% "akka-stream-alpakka-geode" % "7.0.2",
  "com.typesafe.akka" %% "akka-stream" % AkkaVersion
)
Maven
<properties>
  <akka.version>2.9.0</akka.version>
  <scala.binary.version>2.13</scala.binary.version>
</properties>
<dependencies>
  <dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-stream-alpakka-geode_${scala.binary.version}</artifactId>
    <version>7.0.2</version>
  </dependency>
  <dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-stream_${scala.binary.version}</artifactId>
    <version>${akka.version}</version>
  </dependency>
</dependencies>
Gradle
def versions = [
  AkkaVersion: "2.9.0",
  ScalaBinary: "2.13"
]
dependencies {
  implementation "com.lightbend.akka:akka-stream-alpakka-geode_${versions.ScalaBinary}:7.0.2"
  implementation "com.typesafe.akka:akka-stream_${versions.ScalaBinary}:${versions.AkkaVersion}"
}

The table below shows direct dependencies of this module and the second tab shows all libraries it depends on transitively.

Direct dependencies
OrganizationArtifactVersion
com.chuusaishapeless_2.132.3.3
com.fasterxml.jackson.corejackson-core2.15.2
com.fasterxml.jackson.corejackson-databind2.15.2
com.typesafe.akkaakka-stream_2.132.9.0
org.apache.geodegeode-core1.15.0
org.apache.geodegeode-cq1.15.0
org.scala-langscala-library2.13.12
Dependency tree
com.chuusai    shapeless_2.13    2.3.3    Apache 2
    org.scala-lang    scala-library    2.13.12    Apache-2.0
com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
com.typesafe.akka    akka-stream_2.13    2.9.0    BUSL-1.1
    com.typesafe.akka    akka-actor_2.13    2.9.0    BUSL-1.1
        com.typesafe    config    1.4.3    Apache-2.0
        org.scala-lang.modules    scala-java8-compat_2.13    1.0.2    Apache-2.0
            org.scala-lang    scala-library    2.13.12    Apache-2.0
        org.scala-lang    scala-library    2.13.12    Apache-2.0
    com.typesafe.akka    akka-protobuf-v3_2.13    2.9.0    BUSL-1.1
    org.reactivestreams    reactive-streams    1.0.4    MIT-0
    org.scala-lang    scala-library    2.13.12    Apache-2.0
org.apache.geode    geode-core    1.15.0    The Apache Software License, Version 2.0
    antlr    antlr    2.7.7    BSD License
    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
    com.healthmarketscience.rmiio    rmiio    2.1.2
        commons-logging    commons-logging    1.2
    com.sun.istack    istack-commons-runtime    4.0.1
    com.sun.xml.bind    jaxb-impl    2.3.2
    commons-io    commons-io    2.11.0
    commons-validator    commons-validator    1.7
        commons-beanutils    commons-beanutils    1.9.4
            commons-collections    commons-collections    3.2.2
            commons-logging    commons-logging    1.2
        commons-collections    commons-collections    3.2.2
        commons-digester    commons-digester    2.1
        commons-logging    commons-logging    1.2
    io.github.classgraph    classgraph    4.8.146    The MIT License (MIT)
    io.micrometer    micrometer-core    1.9.0    The Apache Software License, Version 2.0
        org.hdrhistogram    HdrHistogram    2.1.12    Public Domain, per Creative Commons CC0
        org.latencyutils    LatencyUtils    2.0.3    Public Domain, per Creative Commons CC0
    it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
    javax.resource    javax.resource-api    1.7.1    CDDL + GPLv2 with classpath exception
        javax.transaction    javax.transaction-api    1.3    CDDL + GPLv2 with classpath exception
    javax.xml.bind    jaxb-api    2.3.1
        javax.activation    javax.activation-api    1.2.0
    net.java.dev.jna    jna-platform    5.11.0    LGPL-2.1-or-later
        net.java.dev.jna    jna    5.11.0    LGPL-2.1-or-later
    net.java.dev.jna    jna    5.11.0    LGPL-2.1-or-later
    net.sf.jopt-simple    jopt-simple    5.0.4    The MIT License
    org.apache.commons    commons-lang3    3.12.0
    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            joda-time    joda-time    2.10.8    Apache License, Version 2.0
        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
    org.apache.geode    geode-deployment-legacy    1.15.0    The Apache Software License, Version 2.0
    org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.geode    geode-management    1.15.0    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        commons-io    commons-io    2.11.0
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.httpcomponents    httpclient    4.5.13
            commons-codec    commons-codec    1.11
            commons-logging    commons-logging    1.2
            org.apache.httpcomponents    httpcore    4.4.13
        org.springframework    spring-web    5.3.20    Apache License, Version 2.0
            org.springframework    spring-beans    5.3.20    Apache License, Version 2.0
                org.springframework    spring-core    5.3.20    Apache License, Version 2.0
                    org.springframework    spring-jcl    5.3.20    Apache License, Version 2.0
            org.springframework    spring-core    5.3.20    Apache License, Version 2.0
                org.springframework    spring-jcl    5.3.20    Apache License, Version 2.0
    org.apache.geode    geode-membership    1.15.0    The Apache Software License, Version 2.0
        commons-validator    commons-validator    1.7
            commons-beanutils    commons-beanutils    1.9.4
                commons-collections    commons-collections    3.2.2
                commons-logging    commons-logging    1.2
            commons-collections    commons-collections    3.2.2
            commons-digester    commons-digester    2.1
            commons-logging    commons-logging    1.2
        it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-tcp-server    1.15.0    The Apache Software License, Version 2.0
            commons-validator    commons-validator    1.7
                commons-beanutils    commons-beanutils    1.9.4
                    commons-collections    commons-collections    3.2.2
                    commons-logging    commons-logging    1.2
                commons-collections    commons-collections    3.2.2
                commons-digester    commons-digester    2.1
                commons-logging    commons-logging    1.2
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                org.apache.commons    commons-lang3    3.12.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.logging.log4j    log4j-api    2.17.2
        org.jgroups    jgroups    3.6.14.Final    Apache License 2.0
    org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
        it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.geode    geode-tcp-server    1.15.0    The Apache Software License, Version 2.0
        commons-validator    commons-validator    1.7
            commons-beanutils    commons-beanutils    1.9.4
                commons-collections    commons-collections    3.2.2
                commons-logging    commons-logging    1.2
            commons-collections    commons-collections    3.2.2
            commons-digester    commons-digester    2.1
            commons-logging    commons-logging    1.2
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.geode    geode-unsafe    1.15.0    The Apache Software License, Version 2.0
    org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.shiro    shiro-core    1.9.0
        org.apache.shiro    shiro-cache    1.9.0
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-config-core    1.9.0
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-config-ogdl    1.9.0
            commons-beanutils    commons-beanutils    1.9.4
                commons-collections    commons-collections    3.2.2
                commons-logging    commons-logging    1.2
            org.apache.shiro    shiro-config-core    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-event    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
            org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-crypto-cipher    1.9.0
            org.apache.shiro    shiro-crypto-core    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-crypto-hash    1.9.0
            org.apache.shiro    shiro-crypto-core    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-event    1.9.0
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.apache.shiro    shiro-lang    1.9.0
            org.slf4j    slf4j-api    1.7.26
    org.jgroups    jgroups    3.6.14.Final    Apache License 2.0
org.apache.geode    geode-cq    1.15.0    The Apache Software License, Version 2.0
    org.apache.geode    geode-core    1.15.0    The Apache Software License, Version 2.0
        antlr    antlr    2.7.7    BSD License
        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        com.healthmarketscience.rmiio    rmiio    2.1.2
            commons-logging    commons-logging    1.2
        com.sun.istack    istack-commons-runtime    4.0.1
        com.sun.xml.bind    jaxb-impl    2.3.2
        commons-io    commons-io    2.11.0
        commons-validator    commons-validator    1.7
            commons-beanutils    commons-beanutils    1.9.4
                commons-collections    commons-collections    3.2.2
                commons-logging    commons-logging    1.2
            commons-collections    commons-collections    3.2.2
            commons-digester    commons-digester    2.1
            commons-logging    commons-logging    1.2
        io.github.classgraph    classgraph    4.8.146    The MIT License (MIT)
        io.micrometer    micrometer-core    1.9.0    The Apache Software License, Version 2.0
            org.hdrhistogram    HdrHistogram    2.1.12    Public Domain, per Creative Commons CC0
            org.latencyutils    LatencyUtils    2.0.3    Public Domain, per Creative Commons CC0
        it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
        javax.resource    javax.resource-api    1.7.1    CDDL + GPLv2 with classpath exception
            javax.transaction    javax.transaction-api    1.3    CDDL + GPLv2 with classpath exception
        javax.xml.bind    jaxb-api    2.3.1
            javax.activation    javax.activation-api    1.2.0
        net.java.dev.jna    jna-platform    5.11.0    LGPL-2.1-or-later
            net.java.dev.jna    jna    5.11.0    LGPL-2.1-or-later
        net.java.dev.jna    jna    5.11.0    LGPL-2.1-or-later
        net.sf.jopt-simple    jopt-simple    5.0.4    The MIT License
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-deployment-legacy    1.15.0    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-management    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            commons-io    commons-io    2.11.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                org.apache.commons    commons-lang3    3.12.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.httpcomponents    httpclient    4.5.13
                commons-codec    commons-codec    1.11
                commons-logging    commons-logging    1.2
                org.apache.httpcomponents    httpcore    4.4.13
            org.springframework    spring-web    5.3.20    Apache License, Version 2.0
                org.springframework    spring-beans    5.3.20    Apache License, Version 2.0
                    org.springframework    spring-core    5.3.20    Apache License, Version 2.0
                        org.springframework    spring-jcl    5.3.20    Apache License, Version 2.0
                org.springframework    spring-core    5.3.20    Apache License, Version 2.0
                    org.springframework    spring-jcl    5.3.20    Apache License, Version 2.0
        org.apache.geode    geode-membership    1.15.0    The Apache Software License, Version 2.0
            commons-validator    commons-validator    1.7
                commons-beanutils    commons-beanutils    1.9.4
                    commons-collections    commons-collections    3.2.2
                    commons-logging    commons-logging    1.2
                commons-collections    commons-collections    3.2.2
                commons-digester    commons-digester    2.1
                commons-logging    commons-logging    1.2
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                org.apache.commons    commons-lang3    3.12.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.geode    geode-tcp-server    1.15.0    The Apache Software License, Version 2.0
                commons-validator    commons-validator    1.7
                    commons-beanutils    commons-beanutils    1.9.4
                        commons-collections    commons-collections    3.2.2
                        commons-logging    commons-logging    1.2
                    commons-collections    commons-collections    3.2.2
                    commons-digester    commons-digester    2.1
                    commons-logging    commons-logging    1.2
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                    it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                    org.apache.commons    commons-lang3    3.12.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                                joda-time    joda-time    2.10.8    Apache License, Version 2.0
                            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        org.apache.logging.log4j    log4j-api    2.17.2
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
            org.jgroups    jgroups    3.6.14.Final    Apache License 2.0
        org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-tcp-server    1.15.0    The Apache Software License, Version 2.0
            commons-validator    commons-validator    1.7
                commons-beanutils    commons-beanutils    1.9.4
                    commons-collections    commons-collections    3.2.2
                    commons-logging    commons-logging    1.2
                commons-collections    commons-collections    3.2.2
                commons-digester    commons-digester    2.1
                commons-logging    commons-logging    1.2
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                org.apache.commons    commons-lang3    3.12.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-unsafe    1.15.0    The Apache Software License, Version 2.0
        org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.shiro    shiro-core    1.9.0
            org.apache.shiro    shiro-cache    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-config-core    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-config-ogdl    1.9.0
                commons-beanutils    commons-beanutils    1.9.4
                    commons-collections    commons-collections    3.2.2
                    commons-logging    commons-logging    1.2
                org.apache.shiro    shiro-config-core    1.9.0
                    org.apache.shiro    shiro-lang    1.9.0
                        org.slf4j    slf4j-api    1.7.26
                org.apache.shiro    shiro-event    1.9.0
                    org.apache.shiro    shiro-lang    1.9.0
                        org.slf4j    slf4j-api    1.7.26
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
                org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-crypto-cipher    1.9.0
                org.apache.shiro    shiro-crypto-core    1.9.0
                    org.apache.shiro    shiro-lang    1.9.0
                        org.slf4j    slf4j-api    1.7.26
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-crypto-hash    1.9.0
                org.apache.shiro    shiro-crypto-core    1.9.0
                    org.apache.shiro    shiro-lang    1.9.0
                        org.slf4j    slf4j-api    1.7.26
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-event    1.9.0
                org.apache.shiro    shiro-lang    1.9.0
                    org.slf4j    slf4j-api    1.7.26
            org.apache.shiro    shiro-lang    1.9.0
                org.slf4j    slf4j-api    1.7.26
        org.jgroups    jgroups    3.6.14.Final    Apache License 2.0
    org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.geode    geode-membership    1.15.0    The Apache Software License, Version 2.0
        commons-validator    commons-validator    1.7
            commons-beanutils    commons-beanutils    1.9.4
                commons-collections    commons-collections    3.2.2
                commons-logging    commons-logging    1.2
            commons-collections    commons-collections    3.2.2
            commons-digester    commons-digester    2.1
            commons-logging    commons-logging    1.2
        it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
            it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
            org.apache.commons    commons-lang3    3.12.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.geode    geode-tcp-server    1.15.0    The Apache Software License, Version 2.0
            commons-validator    commons-validator    1.7
                commons-beanutils    commons-beanutils    1.9.4
                    commons-collections    commons-collections    3.2.2
                    commons-logging    commons-logging    1.2
                commons-collections    commons-collections    3.2.2
                commons-digester    commons-digester    2.1
                commons-logging    commons-logging    1.2
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
                it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
                org.apache.commons    commons-lang3    3.12.0
                org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        joda-time    joda-time    2.10.8    Apache License, Version 2.0
                    com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
                    org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            joda-time    joda-time    2.10.8    Apache License, Version 2.0
                        com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                            com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    org.apache.logging.log4j    log4j-api    2.17.2
                org.apache.logging.log4j    log4j-api    2.17.2
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.logging.log4j    log4j-api    2.17.2
        org.jgroups    jgroups    3.6.14.Final    Apache License 2.0
    org.apache.geode    geode-serialization    1.15.0    The Apache Software License, Version 2.0
        it.unimi.dsi    fastutil    8.5.8    Apache License, Version 2.0
        org.apache.commons    commons-lang3    3.12.0
        org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
            com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                joda-time    joda-time    2.10.8    Apache License, Version 2.0
            com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
        org.apache.geode    geode-logging    1.15.0    The Apache Software License, Version 2.0
            org.apache.geode    geode-common    1.15.0    The Apache Software License, Version 2.0
                com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-joda    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    joda-time    joda-time    2.10.8    Apache License, Version 2.0
                com.fasterxml.jackson.datatype    jackson-datatype-jsr310    2.13.2
                    com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
                    com.fasterxml.jackson.core    jackson-databind    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-annotations    2.15.2    The Apache Software License, Version 2.0
                        com.fasterxml.jackson.core    jackson-core    2.15.2    The Apache Software License, Version 2.0
            org.apache.logging.log4j    log4j-api    2.17.2
        org.apache.logging.log4j    log4j-api    2.17.2
    org.apache.logging.log4j    log4j-api    2.17.2
org.scala-lang    scala-library    2.13.12    Apache-2.0

Setup

Connection

The connection to Geode is handled by a ClientCache. A single ClientCache per application is enough. ClientCache also holds a single PDXSerializer.

The Geode client should be closed after use, it is recommended to close it on actor system termination.

Scala
sourceval geodeSettings = GeodeSettings(hostname, port = 10334)
  .withConfiguration(c => c.setPoolIdleTimeout(10))
val geode = new Geode(geodeSettings)
system.registerOnTermination(geode.close())
Java
sourceGeodeSettings settings =
    GeodeSettings.create(hostname, 10334).withConfiguration(c -> c.setPoolIdleTimeout(10));
Geode geode = new Geode(settings);
system.registerOnTermination(() -> geode.close());

Apache Geode supports continuous queries. Continuous query rely on server events, thus Alpakka Geode needs to listen to those events. This behaviour – as it consumes more resources – is isolated in a Scala trait and/or an specialized Java class.

Scala
sourceval geode = new Geode(geodeSettings) with PoolSubscription
system.registerOnTermination(geode.close())
Java
sourceGeodeWithPoolSubscription geode = new GeodeWithPoolSubscription(settings);

Region

Define a region setting to describe how to access region and the key extraction function.

Scala
sourceval personsRegionSettings: RegionSettings[Int, Person] = RegionSettings("persons", (p: Person) => p.id)
val animalsRegionSettings: RegionSettings[Int, Animal] = RegionSettings("animals", (a: Animal) => a.id)
val complexesRegionSettings: RegionSettings[UUID, Complex] = RegionSettings("complexes", (a: Complex) => a.id)
Java
sourceprotected final RegionSettings<Integer, Person> personRegionSettings =
    RegionSettings.create("persons", Person::getId);
protected final RegionSettings<Integer, Animal> animalRegionSettings =
    RegionSettings.create("animals", Animal::getId);

Serialization

Objects must be serialized to be stored in or retrieved from Geode. Only PDX format is available with Alpakka Geode. PDXEncoders support many options as described in Geode PDX Serialization. A PdxSerializer must be provided to Geode when reading from or writing to a region.

Scala
sourceobject PersonPdxSerializer extends AkkaPdxSerializer[Person] {
  override def clazz: Class[Person] = classOf[Person]

  override def toData(o: scala.Any, out: PdxWriter): Boolean =
    if (o.isInstanceOf[Person]) {
      val p = o.asInstanceOf[Person]
      out.writeInt("id", p.id)
      out.writeString("name", p.name)
      out.writeDate("birthDate", p.birthDate)
      true
    } else
      false

  override def fromData(clazz: Class[_], in: PdxReader): AnyRef = {
    val id: Int = in.readInt("id")
    val name: String = in.readString("name")
    val birthDate: Date = in.readDate("birthDate")
    Person(id, name, birthDate)
  }
}
Java
sourcepublic class PersonPdxSerializer implements AkkaPdxSerializer<Person> {

  @Override
  public Class<Person> clazz() {
    return Person.class;
  }

  @Override
  public boolean toData(Object o, PdxWriter out) {
    if (o instanceof Person) {
      Person p = (Person) o;
      out.writeInt("id", p.getId());
      out.writeString("name", p.getName());
      out.writeDate("birthDate", p.getBirthDate());
      return true;
    }
    return false;
  }

  @Override
  public Object fromData(Class<?> clazz, PdxReader in) {
    int id = in.readInt("id");
    String name = in.readString("name");
    Date birthDate = in.readDate("birthDate");
    return new Person(id, name, birthDate);
  }
}

This Alpakka Geode provides a generic solution for Scala users based on Shapeless which may generate serializers for case classes at compile time.

Java users need to implement custom serializers manually, or use runtime reflection as described in Using Automatic Reflection-Based PDX Serialization.

Writing to Geode

This example stores data in Geode within a flow.

Scala
sourceval flow: Flow[Person, Person, NotUsed] = geode.flow(personsRegionSettings)

val fut = source.via(flow).runWith(Sink.ignore)
Java
sourceFlow<Person, Person, NotUsed> flow =
    geode.flow(personRegionSettings, new PersonPdxSerializer());

CompletionStage<List<Person>> run =
    source.via(flow).toMat(Sink.seq(), Keep.right()).run(system);

This example stores data in Geode by using a sink.

Scala
sourceval animalsRegionSettings: RegionSettings[Int, Animal] =
  RegionSettings("animals", (a: Animal) => a.id)

val sink: Sink[Animal, Future[Done]] =
  geode.sink(animalsRegionSettings)

val fut: Future[Done] = source.runWith(sink)
Java
sourceSink<Animal, CompletionStage<Done>> sink =
    geode.sink(animalRegionSettings, new AnimalPdxSerializer());

RunnableGraph<CompletionStage<Done>> runnableGraph = source.toMat(sink, Keep.right());

Reading from Geode

Simple query

Apache Geode supports simple queries.

Scala
sourceval geode = new Geode(geodeSettings)
system.registerOnTermination(geode.close())

val source =
  geode
    .query[Person](s"select * from /persons order by id")
    .runWith(Sink.foreach(e => log.debug(s"$e")))
Java
sourceCompletionStage<Done> personsDone =
    geode
        .query("select * from /persons", new PersonPdxSerializer())
        .runForeach(
            p -> {
              LOGGER.debug(p.toString());
            },
            system);

Continuous query

Continuous queries need to be explicitly closed, to connect creating and closing a unique identifier needs to be passed to both continuousQuery and closeContinuousQuery.

Scala
sourceval source =
  geode
    .continuousQuery[Person](Symbol("test"), s"select * from /persons")
    .runWith(Sink.fold(0) { (c, p) =>
      log.debug(s"$p $c")
      if (c == 19) {
        geode.closeContinuousQuery(Symbol("test")).foreach { _ =>
          log.debug("test cQuery is closed")
        }

      }
      c + 1
    })
Java
sourceCompletionStage<Done> fut =
    geode
        .continuousQuery("test", "select * from /persons", new PersonPdxSerializer())
        .runForeach(
            p -> {
              LOGGER.debug(p.toString());
              if (p.getId() == 120) {
                geode.closeContinuousQuery("test");
              }
            },
            system);

Geode basic commands

Assuming Apache Geode is installed:

gfsh

From the Geode shell:

start locator --name=locator
configure pdx --read-serialized=true
start server --name=server

create region --name=animals --type=PARTITION_REDUNDANT --redundant-copies=2
create region --name=persons --type=PARTITION_REDUNDANT --redundant-copies=2

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.