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 2021/07/21 03:21:10 UTC

[geode] branch develop updated (6890221 -> d77cb31)

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 6890221  GEODE-9441: Reduce Nested func test thread count (#6708)
     add d77cb31  GEODE-9439: Convert CertificateBuilder to sun/jdk APIs (#6707)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            |   5 -
 .../gradle/plugins/DependencyConstraints.groovy    |   1 -
 geode-junit/build.gradle                           |   5 +-
 .../apache/geode/cache/ssl/CertificateBuilder.java | 185 ++++++++++++---------
 .../geode/cache/ssl/CertificateMaterial.java       |   9 +-
 .../geode/cache/ssl/CertificateBuildingTest.java   |  62 +++++++
 geode-junit/src/test/resources/expected-pom.xml    |   5 -
 7 files changed, 178 insertions(+), 94 deletions(-)
 create mode 100644 geode-junit/src/test/java/org/apache/geode/cache/ssl/CertificateBuildingTest.java