You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/17 13:06:10 UTC

[sling-org-apache-sling-api] branch feature/update-to-parent49 updated (5d3b5e2 -> 2777bdb)

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

kwin pushed a change to branch feature/update-to-parent49
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git


 discard 5d3b5e2  Update to parent 49
     add 7fc5850  SLING-11448 : Provide a mode option for resource providers
     add f80f183  SLING-11448 : Provide a mode option for resource providers
     add 1e99ec1  SLING-11514 : Provide dispatcher option to ignore header changes on include
     add ff5fae0  [maven-release-plugin] prepare release org.apache.sling.api-2.26.0
     add 8711049  [maven-release-plugin] prepare for next development iteration
     add 42736eb  SLING-11531 add RequestParameter factory to Builders (#45)
     add 2777bdb  Update to parent 49

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5d3b5e2)
            \
             N -- N -- N   refs/heads/feature/update-to-parent49 (2777bdb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 12 ++++++---
 .../api/request/RequestDispatcherOptions.java      | 27 ++++++++++++++++++++
 .../apache/sling/api/request/builder/Builders.java | 29 ++++++++++++++++++++++
 .../request/builder/impl/RequestParameterImpl.java |  9 ++++++-
 .../sling/api/request/builder/package-info.java    |  2 +-
 .../org/apache/sling/api/request/package-info.java |  2 +-
 .../spi/resource/provider/ResourceProvider.java    | 28 +++++++++++++++++++++
 .../sling/spi/resource/provider/package-info.java  |  2 +-
 .../api/request/RequestDispatcherOptionsTest.java  | 17 ++++++++++++-
 .../sling/api/request/builder/BuildersTest.java    | 26 +++++++++++++++++++
 10 files changed, 145 insertions(+), 9 deletions(-)