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

ghenzler pushed a change to branch 
feature/SLING-9662-Introduce-SlingUri-Mapping-SPI-v3
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.


 discard d345c0f  SLING-9745 Sling Uri Mapping SPI
    omit a0201b0  SLING-9745 Ensure invalid URIs are untouched (Unit test)
    omit f980f39  SLING-9745 Ensure invalid URIs are untouched
    omit 75079d3  SLING-9745 Use name SlingUri(Builder) instead of 
ResourceUri(Builder)
    omit 11c0a62  SLING-9745 Improve javadoc and add Nullable/NotNull 
annotations
    omit a62f388  SLING-9745 Renamed method isFullUri() to isAbsolute() to be 
in line with JDK URI class and removed default impl in interface. Added 
@ProviderType annotations
    omit 31fb59a  SLING-9745 Avoid introducing runtime dependency to StringUtils
    omit 8771430  SLING-9745 Improved javadoc and added some more java URI 
compatibility checks
    omit b1b44e1  SLING-9745 Ensure getSchemeSpecificPart() matches to java URI 
impl
    omit bc65bfd  SLING-9745 ResourceUri improvements from code review
    omit 4b6c809  SLING-9745 Introduce ResourceUri (immutable) and 
ResourceUriBuilder
     add 0aa6f2c  SLING-9745 Introduce SlingUri (immutable) and SlingUriBuilder
     new 7f02e81  SLING-9745 Sling Uri Mapping SPI

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   (d345c0f)
            \
             N -- N -- N   
refs/heads/feature/SLING-9662-Introduce-SlingUri-Mapping-SPI-v3 (7f02e81)

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.

The 1 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:
 .../java/org/apache/sling/api/uri/SlingUri.java    | 12 ++--
 .../org/apache/sling/api/uri/SlingUriBuilder.java  | 71 +++++++++++++++-------
 .../uri/SlingUriBuilderWithAdjustMethodTest.java   | 68 +++++++++++++++++++++
 .../org/apache/sling/api/uri/SlingUriTest.java     |  5 ++
 4 files changed, 130 insertions(+), 26 deletions(-)

Reply via email to