This is an automated email from the ASF dual-hosted git repository. dixie pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git
commit 3fa307ecfd4491259f2a37d78d51244b7815785b Merge: fa34122 9bcb440 Author: Dick Cavender <[email protected]> AuthorDate: Fri Oct 19 13:07:46 2018 -0700 Merge pull request #2670 from onichols-pivotal/GEODE-5905 GEODE-5905 no need for Java 12 in pipeline yet ci/images/google-geode-builder/scripts/setup.sh | 3 - .../windows-packer.json | 9 +- ci/images/test-container/Dockerfile | 4 - ci/pipelines/geode-build/jinja.template.yml | 2 +- ci/pipelines/meta/deploy_meta.sh | 37 ++--- ci/pipelines/shared/jinja.variables.yml | 2 - ...artitionedRegionCompactRangeIndexDUnitTest.java | 89 ++++++------ .../gms/locator/GMSLocatorRecoveryJUnitTest.java | 25 ++-- .../geode/internal/ClassPathLoaderDeployTest.java | 161 --------------------- .../internal/ClassPathLoaderIntegrationTest.java | 127 ++++++++++++++++ .../internal/beans/ManagementAdapterTest.java | 2 +- .../ConfigurePDXCommandIntegrationTest.java | 2 +- .../ExportLogsFunctionIntegrationTest.java | 3 +- .../cli/util/LogExporterIntegrationTest.java | 2 +- .../geode/distributed/internal/ProductUseLog.java | 2 +- .../membership/gms/locator/GMSLocator.java | 10 +- .../dunit/rules/tests/MemberStarterRuleTest.java | 22 ++- .../geode/test/dunit/rules/ClusterStartupRule.java | 1 - .../geode/test/junit/rules/MemberStarterRule.java | 63 +++++--- .../apache/geode/test/junit/rules/VMProvider.java | 2 - .../internal/cli/commands/CommandOverHttpTest.java | 2 +- 21 files changed, 279 insertions(+), 291 deletions(-)
