From 8e326d9b8c617caed6e9ecf1c2f69b823244221f Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Sun, 30 Nov 2025 18:42:50 -0500 Subject: [PATCH 1/2] GEODE-10467: Roll develop to 2.1.0 Now that support/2.0 has been created, develop advances. --- ci/pipelines/shared/jinja.variables.yml | 2 +- .../src/test/resources/expected-pom.xml | 55 +++ .../src/test/resources/expected-pom.xml | 110 +++++ geode-book/config.yml | 10 +- geode-book/redirects.rb | 4 +- .../src/test/resources/expected-pom.xml | 66 +++ .../src/test/resources/expected-pom.xml | 55 +++ .../src/test/resources/expected-pom.xml | 201 ++++++++ .../src/test/resources/expected-pom.xml | 436 ++++++++++++++++++ geode-cq/src/test/resources/expected-pom.xml | 88 ++++ .../src/test/resources/expected-pom.xml | 33 +- .../src/test/resources/expected-pom.xml | 320 +++++++++++++ .../src/test/resources/expected-pom.xml | 110 +++++ geode-jmh/src/test/resources/expected-pom.xml | 44 ++ .../src/test/resources/expected-pom.xml | 283 ++++++++++++ .../src/test/resources/expected-pom.xml | 128 +++++ .../src/test/resources/expected-pom.xml | 55 +++ .../src/test/resources/expected-pom.xml | 180 ++++++++ .../src/test/resources/expected-pom.xml | 132 ++++++ .../src/test/resources/expected-pom.xml | 132 ++++++ .../src/test/resources/expected-pom.xml | 77 ++++ .../src/test/resources/expected-pom.xml | 66 +++ .../src/test/resources/expected-pom.xml | 100 ++++ .../internal/serialization/KnownVersion.java | 11 +- .../src/test/resources/expected-pom.xml | 88 ++++ .../src/test/resources/expected-pom.xml | 242 ++++++++++ .../src/test/resources/expected-pom.xml | 88 ++++ .../src/test/resources/expected-pom.xml | 33 +- geode-wan/src/test/resources/expected-pom.xml | 110 +++++ gradle.properties | 2 +- 30 files changed, 3248 insertions(+), 13 deletions(-) diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml index a5d455af2347..3e313310a309 100644 --- a/ci/pipelines/shared/jinja.variables.yml +++ b/ci/pipelines/shared/jinja.variables.yml @@ -76,7 +76,7 @@ java_test_versions: version: 17 metadata: - initial_version: 1.16.0-((semver-prerelease-token)).0 + initial_version: 2.1.0-((semver-prerelease-token)).0 mass_test_run_iterations: 100 publish_artifacts: diff --git a/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml b/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml index 1b3957f9ed07..129199c05267 100644 --- a/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml +++ b/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-modules-tomcat10 + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-modules + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/extensions/geode-modules/src/test/resources/expected-pom.xml b/extensions/geode-modules/src/test/resources/expected-pom.xml index c97e5872d641..0713703e0e78 100644 --- a/extensions/geode-modules/src/test/resources/expected-pom.xml +++ b/extensions/geode-modules/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-modules + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-logging + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-common + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.slf4j + slf4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-book/config.yml b/geode-book/config.yml index c156d7e965c2..68c3d58ff07d 100644 --- a/geode-book/config.yml +++ b/geode-book/config.yml @@ -21,17 +21,17 @@ public_host: localhost sections: - repository: name: geode-docs - directory: docs/guide/115 + directory: docs/guide/21 subnav_template: geode-subnav template_variables: product_name_long: Apache Geode product_name: Geode product_name_lowercase: geode - product_version: '1.15' - product_version_nodot: '115' - product_version_old_minor: '1.14' - product_version_geode: '1.15' + product_version: '2.1' + product_version_nodot: '21' + product_version_old_minor: '2.0' + product_version_geode: '2.1' min_java_version: '8' min_java_update: '121' support_url: http://geode.apache.org/community diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb index 54079e7ea54f..74ba185f791f 100644 --- a/geode-book/redirects.rb +++ b/geode-book/redirects.rb @@ -14,5 +14,5 @@ #permissions and limitations under the License. r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1' -rewrite '/', '/docs/guide/116/about_geode.html' -rewrite '/index.html', '/docs/guide/116/about_geode.html' +rewrite '/', '/docs/guide/21/about_geode.html' +rewrite '/index.html', '/docs/guide/21/about_geode.html' diff --git a/geode-common/src/test/resources/expected-pom.xml b/geode-common/src/test/resources/expected-pom.xml index 374eda1da262..370cd09b8628 100644 --- a/geode-common/src/test/resources/expected-pom.xml +++ b/geode-common/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-common + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + com.fasterxml.jackson.core + jackson-databind + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-concurrency-test/src/test/resources/expected-pom.xml b/geode-concurrency-test/src/test/resources/expected-pom.xml index 2940e8b56ce4..adeca1b084ee 100644 --- a/geode-concurrency-test/src/test/resources/expected-pom.xml +++ b/geode-concurrency-test/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-concurrency-test + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + junit + junit + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-connectors/src/test/resources/expected-pom.xml b/geode-connectors/src/test/resources/expected-pom.xml index 6a30589edb13..f60de5c5fcb2 100644 --- a/geode-connectors/src/test/resources/expected-pom.xml +++ b/geode-connectors/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-connectors + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-gfsh + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.httpcomponents.core5 + httpcore5 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-databind + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.zaxxer + HikariCP + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.xml.bind + jakarta.xml.bind-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-jcl + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + org.springframework.shell + spring-shell-starter + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + cglib + * + + + asm + * + + + spring-aop + * + + + guava + * + + + aopalliance + * + + + spring-context-support + * + + + + + com.healthmarketscience.rmiio + rmiio + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-core/src/test/resources/expected-pom.xml b/geode-core/src/test/resources/expected-pom.xml index 4b0caecf2602..4f72e77fc581 100644 --- a/geode-core/src/test/resources/expected-pom.xml +++ b/geode-core/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-core + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + commons-io + commons-io + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + io.micrometer + micrometer-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.resource + jakarta.resource-api + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.transaction + jakarta.transaction-api + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.shiro + shiro-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-common + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-management + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + antlr + antlr + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.jgroups + jgroups + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-annotations + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-databind + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-validator + commons-validator + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.xml.bind + jakarta.xml.bind-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + it.unimi.dsi + fastutil + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + net.java.dev.jna + jna + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + net.java.dev.jna + jna-platform + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + net.sf.jopt-simple + jopt-simple + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + io.swagger.core.v3 + swagger-annotations + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + org.iq80.snappy + snappy + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + io.github.classgraph + classgraph + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.healthmarketscience.rmiio + rmiio + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-unsafe + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-tcp-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.springframework + spring-aop + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.glassfish.jaxb + jaxb-runtime + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.activation + jakarta.activation-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.sun.istack + istack-commons-runtime + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + * + * + + + + + org.apache.geode + geode-deployment-legacy + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-http-service + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + org.apache.geode + geode-gfsh + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-cq/src/test/resources/expected-pom.xml b/geode-cq/src/test/resources/expected-pom.xml index 3238e6c3c48f..1e7eea0d7ca7 100644 --- a/geode-cq/src/test/resources/expected-pom.xml +++ b/geode-cq/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-cq + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml b/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml index 70dd4cd8828d..e24ae374bcf3 100644 --- a/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml +++ b/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ - + + + 4.0.0 + org.apache.geode + geode-deployment-legacy + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + diff --git a/geode-dunit/src/test/resources/expected-pom.xml b/geode-dunit/src/test/resources/expected-pom.xml index d33bf896f47f..fe58e574e490 100644 --- a/geode-dunit/src/test/resources/expected-pom.xml +++ b/geode-dunit/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-dunit + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-junit + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + geode-core + * + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-tcp-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-gfsh + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-cq + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-log4j + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + geode-core + * + + + + + com.jayway.jsonpath + json-path + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-io + commons-io + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.springframework.shell + spring-shell-starter + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + cglib + * + + + spring-core + * + + + asm + * + + + spring-aop + * + + + guava + * + + + aopalliance + * + + + spring-context-support + * + + + true + + + com.google.guava + guava + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.github.stefanbirkner + system-rules + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + junit-dep + * + + + + + org.assertj + assertj-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.mockito + mockito-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.awaitility + awaitility + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + pl.pragmatists + JUnitParams + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + junit + junit + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + hamcrest + * + + + + + diff --git a/geode-http-service/src/test/resources/expected-pom.xml b/geode-http-service/src/test/resources/expected-pom.xml index b768efe732db..6e27cde1ed46 100644 --- a/geode-http-service/src/test/resources/expected-pom.xml +++ b/geode-http-service/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-http-service + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.eclipse.jetty.ee10 + jetty-ee10-webapp + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.eclipse.jetty.ee10 + jetty-ee10-annotations + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.eclipse.jetty + jetty-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.springframework + spring-aop + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-jmh/src/test/resources/expected-pom.xml b/geode-jmh/src/test/resources/expected-pom.xml index be1bcecb491b..9bbbc9953592 100644 --- a/geode-jmh/src/test/resources/expected-pom.xml +++ b/geode-jmh/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-jmh + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.openjdk.jmh + jmh-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-junit/src/test/resources/expected-pom.xml b/geode-junit/src/test/resources/expected-pom.xml index 2c6a64729c78..609be51741e8 100644 --- a/geode-junit/src/test/resources/expected-pom.xml +++ b/geode-junit/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-junit + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + junit + junit + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + hamcrest + * + + + + + org.junit.jupiter + junit-jupiter-api + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.junit.jupiter + junit-jupiter-params + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.assertj + assertj-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.mockito + mockito-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + io.github.classgraph + classgraph + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-annotations + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-databind + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + joda-time + joda-time + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.github.stefanbirkner + system-rules + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + junit-dep + * + + + + + com.google.guava + guava + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.jayway.jsonpath + json-path + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-io + commons-io + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.awaitility + awaitility + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.hamcrest + hamcrest + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + io.micrometer + micrometer-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.skyscreamer + jsonassert + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.junit.jupiter + junit-jupiter-engine + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.junit.vintage + junit-vintage-engine + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + pl.pragmatists + JUnitParams + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-log4j/src/test/resources/expected-pom.xml b/geode-log4j/src/test/resources/expected-pom.xml index 1dd30357b2a9..ca552a936460 100644 --- a/geode-log4j/src/test/resources/expected-pom.xml +++ b/geode-log4j/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-log4j + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-slf4j-impl + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + slf4j-api + * + + + true + + + org.apache.logging.log4j + log4j-jcl + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + org.apache.logging.log4j + log4j-jul + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + true + + + diff --git a/geode-logging/src/test/resources/expected-pom.xml b/geode-logging/src/test/resources/expected-pom.xml index b2528f6ba474..9204acc252bd 100644 --- a/geode-logging/src/test/resources/expected-pom.xml +++ b/geode-logging/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-logging + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-common + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-lucene/src/test/resources/expected-pom.xml b/geode-lucene/src/test/resources/expected-pom.xml index 4899bb2f4fef..5ac6b12e8a7c 100644 --- a/geode-lucene/src/test/resources/expected-pom.xml +++ b/geode-lucene/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-lucene + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.lucene + lucene-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-gfsh + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.lucene + lucene-analysis-common + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.lucene + lucene-queryparser + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + lucene-sandbox + * + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + jakarta.xml.bind + jakarta.xml.bind-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.glassfish.jaxb + jaxb-runtime + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.lucene + lucene-analysis-phonetic + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-management/src/test/resources/expected-pom.xml b/geode-management/src/test/resources/expected-pom.xml index 738c52522175..3256ca876b57 100644 --- a/geode-management/src/test/resources/expected-pom.xml +++ b/geode-management/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-management + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-io + commons-io + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-databind + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + com.fasterxml.jackson.core + jackson-annotations + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.springframework + spring-web + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.httpcomponents.client5 + httpclient5 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.httpcomponents.core5 + httpcore5 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-membership/src/test/resources/expected-pom.xml b/geode-membership/src/test/resources/expected-pom.xml index 3fd2e3cf4e3c..26ed756ec1b4 100644 --- a/geode-membership/src/test/resources/expected-pom.xml +++ b/geode-membership/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-membership + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-common + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-tcp-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.jgroups + jgroups + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + it.unimi.dsi + fastutil + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-validator + commons-validator + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-memcached/src/test/resources/expected-pom.xml b/geode-memcached/src/test/resources/expected-pom.xml index b9ea313d1ed7..c2aa1e47d9f8 100644 --- a/geode-memcached/src/test/resources/expected-pom.xml +++ b/geode-memcached/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-memcached + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-old-client-support/src/test/resources/expected-pom.xml b/geode-old-client-support/src/test/resources/expected-pom.xml index 4b50e9620ae0..edbbda18ef54 100644 --- a/geode-old-client-support/src/test/resources/expected-pom.xml +++ b/geode-old-client-support/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-old-client-support + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-rebalancer/src/test/resources/expected-pom.xml b/geode-rebalancer/src/test/resources/expected-pom.xml index 2d94a9365349..c91a8eaf2d62 100644 --- a/geode-rebalancer/src/test/resources/expected-pom.xml +++ b/geode-rebalancer/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-rebalancer + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.springframework + spring-context + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + spring-beans + * + + + spring-expression + * + + + spring-aop + * + + + + + diff --git a/geode-serialization/src/main/java/org/apache/geode/internal/serialization/KnownVersion.java b/geode-serialization/src/main/java/org/apache/geode/internal/serialization/KnownVersion.java index 935a749a87f9..218edf37b6e5 100644 --- a/geode-serialization/src/main/java/org/apache/geode/internal/serialization/KnownVersion.java +++ b/geode-serialization/src/main/java/org/apache/geode/internal/serialization/KnownVersion.java @@ -48,7 +48,7 @@ public class KnownVersion extends AbstractVersion { private final byte patch; private final boolean modifiesClientServerProtocol; - public static final int HIGHEST_VERSION = 160; + public static final int HIGHEST_VERSION = 170; @Immutable private static final KnownVersion[] VALUES = new KnownVersion[HIGHEST_VERSION + 1]; @@ -216,6 +216,13 @@ public class KnownVersion extends AbstractVersion { new KnownVersion("GEODE", "1.16.0", (byte) 1, (byte) 16, (byte) 0, (byte) 0, GEODE_1_16_0_ORDINAL); + private static final short GEODE_2_1_0_ORDINAL = 170; + + @Immutable + public static final KnownVersion GEODE_2_1_0 = + new KnownVersion("GEODE", "2.1.0", (byte) 2, (byte) 1, (byte) 0, (byte) 0, + GEODE_2_1_0_ORDINAL); + /* NOTE: when adding a new version bump the ordinal by 10. Ordinals can be short ints */ /** @@ -229,7 +236,7 @@ public class KnownVersion extends AbstractVersion { * HIGHEST_VERSION when changing CURRENT !!! */ @Immutable - public static final KnownVersion CURRENT = GEODE_1_16_0; + public static final KnownVersion CURRENT = GEODE_2_1_0; /** * A lot of versioning code needs access to the current version's ordinal diff --git a/geode-serialization/src/test/resources/expected-pom.xml b/geode-serialization/src/test/resources/expected-pom.xml index 719336ecdbab..3edd44776ef0 100644 --- a/geode-serialization/src/test/resources/expected-pom.xml +++ b/geode-serialization/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-serialization + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-common + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + it.unimi.dsi + fastutil + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-server-all/src/test/resources/expected-pom.xml b/geode-server-all/src/test/resources/expected-pom.xml index 7c572939f7a7..78940b2d9df7 100644 --- a/geode-server-all/src/test/resources/expected-pom.xml +++ b/geode-server-all/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-server-all + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-common + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-connectors + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-core + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-cq + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-gfsh + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-log4j + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-logging + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-management + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-lucene + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-rebalancer + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + compile + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-memcached + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-old-client-support + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-wan + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-tcp-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-unsafe + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-http-service + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.iq80.snappy + snappy + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + io.swagger.core.v3 + swagger-annotations + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-tcp-server/src/test/resources/expected-pom.xml b/geode-tcp-server/src/test/resources/expected-pom.xml index e8b3e583a3b8..5f48c3fb4a45 100644 --- a/geode-tcp-server/src/test/resources/expected-pom.xml +++ b/geode-tcp-server/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-tcp-server + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-common + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.logging.log4j + log4j-api + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + commons-validator + commons-validator + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/geode-unsafe/src/test/resources/expected-pom.xml b/geode-unsafe/src/test/resources/expected-pom.xml index a5533e9a7c87..5e8612feab93 100644 --- a/geode-unsafe/src/test/resources/expected-pom.xml +++ b/geode-unsafe/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ - + + + 4.0.0 + org.apache.geode + geode-unsafe + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + diff --git a/geode-wan/src/test/resources/expected-pom.xml b/geode-wan/src/test/resources/expected-pom.xml index cfc6b77738da..18c62f9a39f0 100644 --- a/geode-wan/src/test/resources/expected-pom.xml +++ b/geode-wan/src/test/resources/expected-pom.xml @@ -1,5 +1,6 @@ + + 4.0.0 + org.apache.geode + geode-wan + ${version} + Apache Geode + Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing + http://geode.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com:apache/geode.git + scm:git:https://github.com:apache/geode.git + https://github.com/apache/geode + + + + + org.apache.geode + geode-all-bom + ${version} + pom + import + + + + + + org.apache.geode + geode-logging + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-membership + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-serialization + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-tcp-server + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-core + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.geode + geode-gfsh + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + org.apache.commons + commons-lang3 + runtime + + + log4j-to-slf4j + org.apache.logging.log4j + + + + + diff --git a/gradle.properties b/gradle.properties index 72695f0437e1..22c3554f4129 100755 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ # - release # # The full version string consists of 'versionNumber + releaseQualifier + releaseType' -version = 1.16.0-build.0 +version = 2.1.0-build.0 # Default Maven targets mavenSnapshotUrl = gcs://maven.apachegeode-ci.info/snapshots From 387fe5fefaa0da49aaac27193a339c547879f329 Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Fri, 5 Dec 2025 14:10:41 -0500 Subject: [PATCH 2/2] Remove whitespace pollution from expected-pom.xml files The roll to 2.1.0 commit (8e326d9b8c) inadvertently added blank lines with trailing whitespace throughout all expected-pom.xml test files. This commit reverts those files to their clean state. - 25 files affected - Removed 3,230 lines of whitespace pollution - No functional changes to actual POM content --- .../src/test/resources/expected-pom.xml | 55 --- .../src/test/resources/expected-pom.xml | 110 ----- .../src/test/resources/expected-pom.xml | 66 --- .../src/test/resources/expected-pom.xml | 55 --- .../src/test/resources/expected-pom.xml | 201 -------- .../src/test/resources/expected-pom.xml | 436 ------------------ geode-cq/src/test/resources/expected-pom.xml | 88 ---- .../src/test/resources/expected-pom.xml | 33 +- .../src/test/resources/expected-pom.xml | 320 ------------- .../src/test/resources/expected-pom.xml | 110 ----- geode-jmh/src/test/resources/expected-pom.xml | 44 -- .../src/test/resources/expected-pom.xml | 283 ------------ .../src/test/resources/expected-pom.xml | 128 ----- .../src/test/resources/expected-pom.xml | 55 --- .../src/test/resources/expected-pom.xml | 180 -------- .../src/test/resources/expected-pom.xml | 132 ------ .../src/test/resources/expected-pom.xml | 132 ------ .../src/test/resources/expected-pom.xml | 77 ---- .../src/test/resources/expected-pom.xml | 66 --- .../src/test/resources/expected-pom.xml | 100 ---- .../src/test/resources/expected-pom.xml | 88 ---- .../src/test/resources/expected-pom.xml | 242 ---------- .../src/test/resources/expected-pom.xml | 88 ---- .../src/test/resources/expected-pom.xml | 33 +- geode-wan/src/test/resources/expected-pom.xml | 110 ----- 25 files changed, 2 insertions(+), 3230 deletions(-) diff --git a/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml b/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml index 129199c05267..1b3957f9ed07 100644 --- a/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml +++ b/extensions/geode-modules-tomcat10/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-modules-tomcat10 - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-modules - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/extensions/geode-modules/src/test/resources/expected-pom.xml b/extensions/geode-modules/src/test/resources/expected-pom.xml index 0713703e0e78..c97e5872d641 100644 --- a/extensions/geode-modules/src/test/resources/expected-pom.xml +++ b/extensions/geode-modules/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-modules - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-logging - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-common - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.slf4j - slf4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-common/src/test/resources/expected-pom.xml b/geode-common/src/test/resources/expected-pom.xml index 370cd09b8628..374eda1da262 100644 --- a/geode-common/src/test/resources/expected-pom.xml +++ b/geode-common/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-common - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - com.fasterxml.jackson.core - jackson-databind - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-concurrency-test/src/test/resources/expected-pom.xml b/geode-concurrency-test/src/test/resources/expected-pom.xml index adeca1b084ee..2940e8b56ce4 100644 --- a/geode-concurrency-test/src/test/resources/expected-pom.xml +++ b/geode-concurrency-test/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-concurrency-test - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - junit - junit - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-connectors/src/test/resources/expected-pom.xml b/geode-connectors/src/test/resources/expected-pom.xml index f60de5c5fcb2..6a30589edb13 100644 --- a/geode-connectors/src/test/resources/expected-pom.xml +++ b/geode-connectors/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-connectors - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-gfsh - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.httpcomponents.core5 - httpcore5 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-databind - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.zaxxer - HikariCP - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.xml.bind - jakarta.xml.bind-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-jcl - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - org.springframework.shell - spring-shell-starter - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - cglib - * - - - asm - * - - - spring-aop - * - - - guava - * - - - aopalliance - * - - - spring-context-support - * - - - - - com.healthmarketscience.rmiio - rmiio - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-core/src/test/resources/expected-pom.xml b/geode-core/src/test/resources/expected-pom.xml index 4f72e77fc581..4b0caecf2602 100644 --- a/geode-core/src/test/resources/expected-pom.xml +++ b/geode-core/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-core - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - commons-io - commons-io - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - io.micrometer - micrometer-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.resource - jakarta.resource-api - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.transaction - jakarta.transaction-api - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.shiro - shiro-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-common - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-management - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - antlr - antlr - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.jgroups - jgroups - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-annotations - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-databind - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-validator - commons-validator - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.xml.bind - jakarta.xml.bind-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - it.unimi.dsi - fastutil - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - net.java.dev.jna - jna - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - net.java.dev.jna - jna-platform - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - net.sf.jopt-simple - jopt-simple - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - io.swagger.core.v3 - swagger-annotations - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - org.iq80.snappy - snappy - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - io.github.classgraph - classgraph - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.healthmarketscience.rmiio - rmiio - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-unsafe - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-tcp-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.springframework - spring-aop - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.glassfish.jaxb - jaxb-runtime - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.activation - jakarta.activation-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.sun.istack - istack-commons-runtime - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - * - * - - - - - org.apache.geode - geode-deployment-legacy - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-http-service - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - org.apache.geode - geode-gfsh - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-cq/src/test/resources/expected-pom.xml b/geode-cq/src/test/resources/expected-pom.xml index 1e7eea0d7ca7..3238e6c3c48f 100644 --- a/geode-cq/src/test/resources/expected-pom.xml +++ b/geode-cq/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-cq - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml b/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml index e24ae374bcf3..70dd4cd8828d 100644 --- a/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml +++ b/geode-deployment/geode-deployment-legacy/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - + - 4.0.0 - org.apache.geode - geode-deployment-legacy - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - diff --git a/geode-dunit/src/test/resources/expected-pom.xml b/geode-dunit/src/test/resources/expected-pom.xml index fe58e574e490..d33bf896f47f 100644 --- a/geode-dunit/src/test/resources/expected-pom.xml +++ b/geode-dunit/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-dunit - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-junit - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - geode-core - * - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-tcp-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-gfsh - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-cq - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-log4j - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - geode-core - * - - - - - com.jayway.jsonpath - json-path - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-io - commons-io - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.springframework.shell - spring-shell-starter - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - cglib - * - - - spring-core - * - - - asm - * - - - spring-aop - * - - - guava - * - - - aopalliance - * - - - spring-context-support - * - - - true - - - com.google.guava - guava - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.github.stefanbirkner - system-rules - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - junit-dep - * - - - - - org.assertj - assertj-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.mockito - mockito-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.awaitility - awaitility - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - pl.pragmatists - JUnitParams - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - junit - junit - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - hamcrest - * - - - - - diff --git a/geode-http-service/src/test/resources/expected-pom.xml b/geode-http-service/src/test/resources/expected-pom.xml index 6e27cde1ed46..b768efe732db 100644 --- a/geode-http-service/src/test/resources/expected-pom.xml +++ b/geode-http-service/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-http-service - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.eclipse.jetty.ee10 - jetty-ee10-webapp - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.eclipse.jetty.ee10 - jetty-ee10-annotations - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.eclipse.jetty - jetty-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.springframework - spring-aop - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-jmh/src/test/resources/expected-pom.xml b/geode-jmh/src/test/resources/expected-pom.xml index 9bbbc9953592..be1bcecb491b 100644 --- a/geode-jmh/src/test/resources/expected-pom.xml +++ b/geode-jmh/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-jmh - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.openjdk.jmh - jmh-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-junit/src/test/resources/expected-pom.xml b/geode-junit/src/test/resources/expected-pom.xml index 609be51741e8..2c6a64729c78 100644 --- a/geode-junit/src/test/resources/expected-pom.xml +++ b/geode-junit/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-junit - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - junit - junit - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - hamcrest - * - - - - - org.junit.jupiter - junit-jupiter-api - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.junit.jupiter - junit-jupiter-params - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.assertj - assertj-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.mockito - mockito-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - io.github.classgraph - classgraph - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-annotations - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-databind - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - joda-time - joda-time - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.github.stefanbirkner - system-rules - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - junit-dep - * - - - - - com.google.guava - guava - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.jayway.jsonpath - json-path - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-io - commons-io - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.awaitility - awaitility - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.hamcrest - hamcrest - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - io.micrometer - micrometer-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.skyscreamer - jsonassert - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.junit.jupiter - junit-jupiter-engine - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.junit.vintage - junit-vintage-engine - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - pl.pragmatists - JUnitParams - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-log4j/src/test/resources/expected-pom.xml b/geode-log4j/src/test/resources/expected-pom.xml index ca552a936460..1dd30357b2a9 100644 --- a/geode-log4j/src/test/resources/expected-pom.xml +++ b/geode-log4j/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-log4j - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-slf4j-impl - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - slf4j-api - * - - - true - - - org.apache.logging.log4j - log4j-jcl - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - org.apache.logging.log4j - log4j-jul - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - true - - - diff --git a/geode-logging/src/test/resources/expected-pom.xml b/geode-logging/src/test/resources/expected-pom.xml index 9204acc252bd..b2528f6ba474 100644 --- a/geode-logging/src/test/resources/expected-pom.xml +++ b/geode-logging/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-logging - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-common - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-lucene/src/test/resources/expected-pom.xml b/geode-lucene/src/test/resources/expected-pom.xml index 5ac6b12e8a7c..4899bb2f4fef 100644 --- a/geode-lucene/src/test/resources/expected-pom.xml +++ b/geode-lucene/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-lucene - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.lucene - lucene-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-gfsh - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.lucene - lucene-analysis-common - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.lucene - lucene-queryparser - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - lucene-sandbox - * - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - jakarta.xml.bind - jakarta.xml.bind-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.glassfish.jaxb - jaxb-runtime - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.lucene - lucene-analysis-phonetic - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-management/src/test/resources/expected-pom.xml b/geode-management/src/test/resources/expected-pom.xml index 3256ca876b57..738c52522175 100644 --- a/geode-management/src/test/resources/expected-pom.xml +++ b/geode-management/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-management - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-io - commons-io - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-databind - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - com.fasterxml.jackson.core - jackson-annotations - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.springframework - spring-web - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.httpcomponents.client5 - httpclient5 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.httpcomponents.core5 - httpcore5 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-membership/src/test/resources/expected-pom.xml b/geode-membership/src/test/resources/expected-pom.xml index 26ed756ec1b4..3fd2e3cf4e3c 100644 --- a/geode-membership/src/test/resources/expected-pom.xml +++ b/geode-membership/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-membership - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-common - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-tcp-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.jgroups - jgroups - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - it.unimi.dsi - fastutil - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-validator - commons-validator - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-memcached/src/test/resources/expected-pom.xml b/geode-memcached/src/test/resources/expected-pom.xml index c2aa1e47d9f8..b9ea313d1ed7 100644 --- a/geode-memcached/src/test/resources/expected-pom.xml +++ b/geode-memcached/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-memcached - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-old-client-support/src/test/resources/expected-pom.xml b/geode-old-client-support/src/test/resources/expected-pom.xml index edbbda18ef54..4b50e9620ae0 100644 --- a/geode-old-client-support/src/test/resources/expected-pom.xml +++ b/geode-old-client-support/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-old-client-support - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-rebalancer/src/test/resources/expected-pom.xml b/geode-rebalancer/src/test/resources/expected-pom.xml index c91a8eaf2d62..2d94a9365349 100644 --- a/geode-rebalancer/src/test/resources/expected-pom.xml +++ b/geode-rebalancer/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-rebalancer - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.springframework - spring-context - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - spring-beans - * - - - spring-expression - * - - - spring-aop - * - - - - - diff --git a/geode-serialization/src/test/resources/expected-pom.xml b/geode-serialization/src/test/resources/expected-pom.xml index 3edd44776ef0..719336ecdbab 100644 --- a/geode-serialization/src/test/resources/expected-pom.xml +++ b/geode-serialization/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-serialization - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-common - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - it.unimi.dsi - fastutil - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-server-all/src/test/resources/expected-pom.xml b/geode-server-all/src/test/resources/expected-pom.xml index 78940b2d9df7..7c572939f7a7 100644 --- a/geode-server-all/src/test/resources/expected-pom.xml +++ b/geode-server-all/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-server-all - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-common - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-connectors - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-core - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-cq - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-gfsh - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-log4j - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-logging - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-management - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-lucene - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-rebalancer - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - compile - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-memcached - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-old-client-support - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-wan - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-tcp-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-unsafe - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-http-service - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.iq80.snappy - snappy - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - io.swagger.core.v3 - swagger-annotations - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-tcp-server/src/test/resources/expected-pom.xml b/geode-tcp-server/src/test/resources/expected-pom.xml index 5f48c3fb4a45..e8b3e583a3b8 100644 --- a/geode-tcp-server/src/test/resources/expected-pom.xml +++ b/geode-tcp-server/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-tcp-server - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-common - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.logging.log4j - log4j-api - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - commons-validator - commons-validator - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - diff --git a/geode-unsafe/src/test/resources/expected-pom.xml b/geode-unsafe/src/test/resources/expected-pom.xml index 5e8612feab93..a5533e9a7c87 100644 --- a/geode-unsafe/src/test/resources/expected-pom.xml +++ b/geode-unsafe/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - + - 4.0.0 - org.apache.geode - geode-unsafe - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - diff --git a/geode-wan/src/test/resources/expected-pom.xml b/geode-wan/src/test/resources/expected-pom.xml index 18c62f9a39f0..cfc6b77738da 100644 --- a/geode-wan/src/test/resources/expected-pom.xml +++ b/geode-wan/src/test/resources/expected-pom.xml @@ -1,6 +1,5 @@ - - 4.0.0 - org.apache.geode - geode-wan - ${version} - Apache Geode - Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing - http://geode.apache.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - scm:git:https://github.com:apache/geode.git - scm:git:https://github.com:apache/geode.git - https://github.com/apache/geode - - - - - org.apache.geode - geode-all-bom - ${version} - pom - import - - - - - - org.apache.geode - geode-logging - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-membership - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-serialization - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-tcp-server - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-core - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.geode - geode-gfsh - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - - org.apache.commons - commons-lang3 - runtime - - - log4j-to-slf4j - org.apache.logging.log4j - - - - -