You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2022/02/04 10:45:59 UTC

[sling-org-apache-sling-scripting-core] branch master updated (23d35c3 -> 049df56)

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

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


    from 23d35c3  SLING-11051 - Fixing JavaDoc badge
     new c86096f  SLING-11118 null returned even if OSGi service is found
     new fea92c5  Update test as requested by @raducotescu
     new 049df56  Merge pull request #11 from bosschaert/SLING-11118

The 481 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:
 .../impl/bundled/AbstractBundledRenderUnit.java    |  4 +-
 .../bundled/AbstractBundledRenderUnitTest.java     | 81 ++++++++++++++++++++++
 2 files changed, 82 insertions(+), 3 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/scripting/core/impl/bundled/AbstractBundledRenderUnitTest.java