You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2021/06/07 13:57:04 UTC

[sling-org-apache-sling-event] branch master updated (7d11695 -> 8fee4fa)

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

stefanegli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git.


    from 7d11695  [maven-release-plugin] prepare for next development iteration
     new db266bd  Add scheduled jobs for inventory printer in json format
     new 52d3d4d  Use jsonpath approach for testing
     new 8efd3e6  Change text comparations in InventoryPluginTest
     new 11afbd7  change licence command to be at the top
     new 8fee4fa  Merge pull request #13 from angulito/SLING-10326-include-scheduled-jobs-for-sling-jobs-inventory-printer-in-json-format

The 92 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:
 pom.xml                                            |  16 +-
 .../event/impl/jobs/console/InventoryPlugin.java   |  62 ++++++
 .../org/apache/sling/event/impl/JsonTestBase.java  |  47 +++++
 .../impl/jobs/console/InventoryPluginTest.java     | 230 +++++++++++++++++++++
 4 files changed, 353 insertions(+), 2 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/event/impl/JsonTestBase.java
 create mode 100644 src/test/java/org/apache/sling/event/impl/jobs/console/InventoryPluginTest.java