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/11/19 17:19:34 UTC

[geode] branch develop updated (4c1b21c -> 829ebd8)

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

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


    from 4c1b21c  GEODE-7456: Moving GMSMembershipManager into gms package (#4313)
     add 829ebd8  GEODE-7446: Update Spring from 4.x to 5.x (#4256)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            | 32 ++++----
 .../gradle/plugins/DependencyConstraints.groovy    |  6 +-
 .../test/junit/rules/GeodeHttpClientRule.java      |  0
 ...eveloperRestSecurityConfigurationDUnitTest.java | 86 ++++++++++++++++++++++
 ...nagementRestSecurityConfigurationDUnitTest.java | 85 +++++++++++++++++++++
 .../integrationTest/resources/assembly_content.txt | 11 ++-
 .../resources/dependency_classpath.txt             |  3 +-
 .../integrationTest/resources/expected_jars.txt    |  9 ++-
 .../main/webapp/WEB-INF/mvc-dispatcher-servlet.xml |  6 +-
 .../src/main/webapp/WEB-INF/spring-security.xml    |  4 +-
 geode-web-api/build.gradle                         |  1 +
 .../web/security/RestSecurityConfiguration.java    | 14 ++--
 .../geode/rest/internal/web/util/JsonWriter.java   |  2 +-
 .../src/main/webapp/WEB-INF/geode-servlet.xml      |  8 +-
 geode-web-management/build.gradle                  |  1 +
 .../rest/security/RestSecurityConfiguration.java   | 12 +--
 .../src/main/webapp/WEB-INF/management-servlet.xml |  8 +-
 .../src/main/webapp/WEB-INF/geode-mgmt-servlet.xml |  6 +-
 gradle/test.gradle                                 | 10 +++
 19 files changed, 248 insertions(+), 56 deletions(-)
 rename geode-assembly/{src/integrationTest => geode-assembly-test/src/main}/java/org/apache/geode/test/junit/rules/GeodeHttpClientRule.java (100%)
 create mode 100644 geode-assembly/src/distributedTest/java/org/apache/geode/management/internal/rest/DeveloperRestSecurityConfigurationDUnitTest.java
 create mode 100644 geode-assembly/src/distributedTest/java/org/apache/geode/management/internal/rest/ManagementRestSecurityConfigurationDUnitTest.java