New to Akka? Start with the Akka SDK.
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
10.0.1
|
| JDK versions | Eclipse Temurin JDK 11 Eclipse Temurin JDK 17 |
| Scala versions | 2.13.17 |
| JPMS module name | akka.stream.alpakka.geode |
| License | |
| Readiness level |
Since 0.10, 2017-06-30
|
| Home page | https://doc.akka.io/libraries/alpakka/current |
| API documentation | |
| Forums | |
| Release notes | GitHub releases |
| Issues | Github issues |
| Sources | https://github.com/akka/alpakka |
Artifacts
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
Additionally, add the dependencies as below.
- sbt
val AkkaVersion = "2.10.11" libraryDependencies ++= Seq( "com.lightbend.akka" %% "akka-stream-alpakka-geode" % "10.0.1", "com.typesafe.akka" %% "akka-stream" % AkkaVersion )- Maven
<properties> <akka.version>2.10.11</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>10.0.1</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.10.11", ScalaBinary: "2.13" ] dependencies { implementation "com.lightbend.akka:akka-stream-alpakka-geode_${versions.ScalaBinary}:10.0.1" 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
Organization Artifact Version com.chuusai shapeless_2.13 2.3.12 com.fasterxml.jackson.core jackson-core 2.18.4 com.fasterxml.jackson.core jackson-databind 2.18.4 com.typesafe.akka akka-stream_2.13 2.10.11 org.apache.geode geode-core 1.15.1 org.apache.geode geode-cq 1.15.1 org.scala-lang scala-library 2.13.17 - Dependency tree
com.chuusai shapeless_2.13 2.3.12 Apache 2 org.scala-lang scala-library 2.13.17 Apache-2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.typesafe.akka akka-stream_2.13 2.10.11 BUSL-1.1 com.typesafe.akka akka-actor_2.13 2.10.11 BUSL-1.1 com.typesafe config 1.4.5 Apache-2.0 org.scala-lang scala-library 2.13.17 Apache-2.0 com.typesafe.akka akka-protobuf-v3_2.13 2.10.11 BUSL-1.1 org.reactivestreams reactive-streams 1.0.4 MIT-0 org.scala-lang scala-library 2.13.17 Apache-2.0 org.apache.geode geode-core 1.15.1 The Apache Software License, Version 2.0 antlr antlr 2.7.7 BSD License com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.healthmarketscience.rmiio rmiio 2.1.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 com.sun.istack istack-commons-runtime 4.0.1 Eclipse Distribution License - v 1.0 com.sun.xml.bind jaxb-impl 2.3.2 Eclipse Distribution License - v 1.0 commons-io commons-io 2.11.0 Apache License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 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 CDDL 1.1 javax.activation javax.activation-api 1.2.0 CDDL/GPLv2+CE 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-deployment-legacy 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-management 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 commons-io commons-io 2.11.0 Apache License, Version 2.0 org.apache.commons commons-lang3 3.12.0 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.httpcomponents httpclient 4.5.13 Apache License, Version 2.0 commons-codec commons-codec 1.11 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.httpcomponents httpcore 4.4.13 Apache License, Version 2.0 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.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-tcp-server 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.jgroups jgroups 3.6.14.Final Apache License 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-tcp-server 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-unsafe 1.15.1 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.shiro shiro-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-cache 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-config-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-config-ogdl 1.9.1 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.shiro shiro-config-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-event 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-crypto-cipher 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-crypto-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-crypto-hash 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-crypto-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-event 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.jgroups jgroups 3.6.14.Final Apache License 2.0 org.apache.geode geode-cq 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-core 1.15.1 The Apache Software License, Version 2.0 antlr antlr 2.7.7 BSD License com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.healthmarketscience.rmiio rmiio 2.1.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 com.sun.istack istack-commons-runtime 4.0.1 Eclipse Distribution License - v 1.0 com.sun.xml.bind jaxb-impl 2.3.2 Eclipse Distribution License - v 1.0 commons-io commons-io 2.11.0 Apache License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 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 CDDL 1.1 javax.activation javax.activation-api 1.2.0 CDDL/GPLv2+CE 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-deployment-legacy 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-management 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 commons-io commons-io 2.11.0 Apache License, Version 2.0 org.apache.commons commons-lang3 3.12.0 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.httpcomponents httpclient 4.5.13 Apache License, Version 2.0 commons-codec commons-codec 1.11 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.httpcomponents httpcore 4.4.13 Apache License, Version 2.0 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.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-tcp-server 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.jgroups jgroups 3.6.14.Final Apache License 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-tcp-server 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-unsafe 1.15.1 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.shiro shiro-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-cache 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-config-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-config-ogdl 1.9.1 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.shiro shiro-config-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-event 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-crypto-cipher 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-crypto-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-crypto-hash 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-crypto-core 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-event 1.9.1 Apache License, Version 2.0 org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.apache.shiro shiro-lang 1.9.1 Apache License, Version 2.0 org.slf4j slf4j-api 1.7.36 MIT License org.jgroups jgroups 3.6.14.Final Apache License 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-membership 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-tcp-server 1.15.1 The Apache Software License, Version 2.0 commons-validator commons-validator 1.7 Apache License, Version 2.0 commons-beanutils commons-beanutils 1.9.4 Apache License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 commons-collections commons-collections 3.2.2 Apache License, Version 2.0 commons-digester commons-digester 2.1 The Apache Software License, Version 2.0 commons-logging commons-logging 1.2 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.jgroups jgroups 3.6.14.Final Apache License 2.0 org.apache.geode geode-serialization 1.15.1 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 Apache License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.geode geode-logging 1.15.1 The Apache Software License, Version 2.0 org.apache.geode geode-common 1.15.1 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.2 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 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 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-databind 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-annotations 2.18.4 The Apache Software License, Version 2.0 com.fasterxml.jackson.core jackson-core 2.18.4 The Apache Software License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.apache.logging.log4j log4j-api 2.17.2 Apache License, Version 2.0 org.scala-lang scala-library 2.13.17 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
-
source
val geodeSettings = GeodeSettings(hostname, port = 10334) .withConfiguration(c => c.setPoolIdleTimeout(10)) val geode = new Geode(geodeSettings) system.registerOnTermination(geode.close()) - Java
-
source
GeodeSettings 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
-
source
val geode = new Geode(geodeSettings) with PoolSubscription system.registerOnTermination(geode.close()) - Java
-
source
GeodeWithPoolSubscription geode = new GeodeWithPoolSubscription(settings);
Region
Define a region setting to describe how to access region and the key extraction function.
- Scala
-
source
val 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
-
source
protected 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
-
source
object 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
-
source
public 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
-
source
val flow: Flow[Person, Person, NotUsed] = geode.flow(personsRegionSettings) val fut = source.via(flow).runWith(Sink.ignore) - Java
-
source
Flow<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
-
source
val 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
-
source
Sink<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
-
source
val 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
-
source
CompletionStage<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
-
source
val 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
-
source
CompletionStage<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