This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 4b0854a GEODE-5016: Replace org.json with Jackson in geode-web-api
(#3267)
new b6fb735 GEODE-6033: Add vmCount constructor to DistributedDiskDirRule
new 9c12025 GEODE-6033: Order geode-junit compile dependencies
alphabetically
new 8b3084c GEODE-6033: Add new test UseJacksonForJsonPathRuleTest
new 1806564 GEODE-6033: Support dynamic VMs in
DistributedUseJacksonForJsonPathRule
The 7480 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...edUseJacksonForJsonPathRuleDistributedTest.java | 339 +++++++++++++++++++++
.../test/dunit/rules/DistributedDiskDirRule.java | 26 +-
.../DistributedUseJacksonForJsonPathRule.java | 85 +++++-
geode-junit/build.gradle | 19 +-
.../junit/rules/UseJacksonForJsonPathRule.java | 25 +-
.../junit/rules/UseJacksonForJsonPathRuleTest.java | 124 ++++++++
geode-junit/src/test/resources/expected-pom.xml | 68 +++--
7 files changed, 603 insertions(+), 83 deletions(-)
create mode 100644
geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/DistributedUseJacksonForJsonPathRuleDistributedTest.java
create mode 100644
geode-junit/src/test/java/org/apache/geode/test/junit/rules/UseJacksonForJsonPathRuleTest.java