You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/22 07:35:17 UTC

[isis] branch master updated (fe92b1c -> fc59bed)

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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from fe92b1c  ISIS-2222: renaming isis-extensions-command-log-impl -> ...-jdo
     add fc59bed  ISIS-2437: Commons: add _Yaml for YAML parsing

No new revisions were added by this update.

Summary of changes:
 commons/pom.xml                                    |  5 ++
 .../isis/commons/internal/resources/_Yaml.java     | 72 +++++++++++++++++++++
 .../internal/resources/JsonYamlReaderTest.java     | 73 ++++++++++++++++++++++
 .../commons/internal/resources/ResourcesTest.java  |  2 -
 .../isis/commons/internal/resources/customer.json  |  5 ++
 .../isis/commons/internal/resources/customer.yml   |  3 +
 6 files changed, 158 insertions(+), 2 deletions(-)
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/resources/_Yaml.java
 create mode 100644 commons/src/test/java/org/apache/isis/commons/internal/resources/JsonYamlReaderTest.java
 create mode 100644 commons/src/test/java/org/apache/isis/commons/internal/resources/customer.json
 create mode 100644 commons/src/test/java/org/apache/isis/commons/internal/resources/customer.yml