You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2019/04/03 23:10:21 UTC

[geode] branch release/1.9.0 updated (41cd486 -> 75ac498)

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a change to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 41cd486  GEODE-6570 processing of cached join request delays view installation
     new 85e1362  GEODE-6559: PdxInstance.getObject() is using class from older jar in case of Reconnect (#3353)
     new 75ac498  GEODE-6589: Parameterize gradle project group for use in GradleBuildWithGeodeCoreAcceptanceTest (#3395)

The 7546 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:
 geode-assembly/build.gradle                        |  10 +-
 .../GradleBuildWithGeodeCoreAcceptanceTest.java    |   7 +-
 .../gradle-test-projects/management/build.gradle   |   4 +-
 ...rConfigServerRestartWithJarDeployDUnitTest.java | 134 +++++++++++++++++++++
 ...erConfigServerRestartWithJarDeployFunction.java |  63 ++++++++++
 .../org/apache/geode/internal/JarDeployer.java     |   2 +-
 .../messages/ConfigurationResponse.java            |  11 +-
 .../geode/pdx/internal/PeerTypeRegistration.java   |   7 ++
 .../configuration/ClusterConfigTestBase.java       |   2 +-
 .../geode/test/junit/rules/MemberStarterRule.java  |   4 +
 .../geode/test/junit/rules/ServerStarterRule.java  |  12 +-
 .../apache/geode/test/compiler/JarBuilderTest.java |  12 +-
 .../org/apache/geode/test/compiler/JarBuilder.java |   9 ++
 13 files changed, 258 insertions(+), 19 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/management/internal/configuration/ClusterConfigServerRestartWithJarDeployDUnitTest.java
 create mode 100644 geode-core/src/distributedTest/resources/ClusterConfigServerRestartWithJarDeployFunction.java