You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/07/22 14:01:17 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated (4c2e673 -> e2143bd)

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

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


    from 4c2e673  [maven-release-plugin] prepare for next development iteration
     new 8c16d31  Add support to return JSON format if servlet request path ends with .json extension
     new 226f713  Merge branch 'master' into SLING-10644-return-servlet-resolver-information-in-json-format
     new 0b4987f  Minor typo
     new d12537f  Minor change to add method to the response
     new fbef19a  Compose json by hand instead of adding a new dependency to manage it
     new 2f04ee0  Escape json strings just in case
     new 3fe32ac  Add test when servlet returning html code
     new 9f451c2  Address sonar feedback
     new 1bcf52e  Add more test cases to address sonar coverage
     new e2143bd  Merge pull request #19 from angulito/SLING-10644-return-servlet-resolver-information-in-json-format

The 552 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                                            |  12 +
 .../internal/console/WebConsolePlugin.java         | 403 ++++++++++++++-------
 .../internal/console/WebConsolePluginTest.java     | 338 +++++++++++++++++
 3 files changed, 617 insertions(+), 136 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/servlets/resolver/internal/console/WebConsolePluginTest.java