You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2020/09/20 19:29:58 UTC

[sling-org-apache-sling-api] branch feature/SLING-9745-ResourceUri-Api updated (31fb59a -> 11c0a62)

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

ghenzler pushed a change to branch feature/SLING-9745-ResourceUri-Api
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.


    from 31fb59a  SLING-9745 Avoid introducing runtime dependency to StringUtils
     add 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
     add 11c0a62  SLING-9745 Improve javadoc and add Nullable/NotNull annotations

No new revisions were added by this update.

Summary of changes:
 .../apache/sling/api/resource/uri/ResourceUri.java | 173 +++++++----
 .../sling/api/resource/uri/ResourceUriBuilder.java | 323 +++++++++++++++------
 .../sling/api/resource/uri/ResourceUriTest.java    |  23 +-
 3 files changed, 355 insertions(+), 164 deletions(-)