You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2020/04/29 19:55:21 UTC

[geode] branch develop updated (dd695c4 -> 466a19c)

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

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


    from dd695c4  GEODE-8032: Reclassify tests as integration tests (#5011)
     add 466a19c  GEODE-8033 - Create geode-module sub-project and ModuleService interface. (#5020)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            |  6 ++
 {static-analysis => geode-module}/build.gradle     | 10 ++++
 .../org/apache/geode/module/ModuleDescriptor.java  | 36 +++++++-----
 .../org/apache/geode/module/ModuleService.java     | 68 ++++++++++++++++++++++
 geode-module/src/test/resources/expected-pom.xml   | 44 ++++++++++++++
 settings.gradle                                    |  1 +
 6 files changed, 152 insertions(+), 13 deletions(-)
 copy {static-analysis => geode-module}/build.gradle (85%)
 copy geode-junit/src/main/java/com/examples/ds/Company.java => geode-module/src/main/java/org/apache/geode/module/ModuleDescriptor.java (61%)
 create mode 100644 geode-module/src/main/java/org/apache/geode/module/ModuleService.java
 create mode 100644 geode-module/src/test/resources/expected-pom.xml