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

[sling-org-apache-sling-api] branch issue/SLING-10871 updated (fd15fda -> a00740d)

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

radu pushed a change to branch issue/SLING-10871
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.


    from fd15fda  SLING-10871 - Add builder API for request/resource objects
     add a00740d  SLING-10871 - Add builder API for request/resource objects

No new revisions were added by this update.

Summary of changes:
 .../apache/sling/api/request/builder/Builders.java | 18 +++--
 .../builder/SlingHttpServletRequestBuilder.java    | 88 +++++++++++-----------
 .../builder/SlingHttpServletResponseBuilder.java   | 17 ++---
 .../builder/SlingHttpServletResponseResult.java    | 41 +++++-----
 .../builder/impl/SlingHttpServletRequestImpl.java  | 18 +++--
 5 files changed, 96 insertions(+), 86 deletions(-)