You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/06/08 15:01:51 UTC

[sling-whiteboard] branch master updated (dfca945 -> 54f5440)

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

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


    from dfca945  Make API planes an actual module instead of just a demo (let's be ambitious)
     add 54f5440  API planes experiments, concluding that this module might not be needed

No new revisions were added by this update.

Summary of changes:
 .../org.apache.sling.api.planes/README.md          |  17 +++
 .../org.apache.sling.api.planes/pom.xml            |   6 ++
 .../sling/apiplanes/prototype/ApiPlanesFilter.java | 115 ---------------------
 .../ExtensionOverrideRequestPathInfo.java          |  75 ++++++++++++++
 .../ExtensionOverrideRequestWrapper.java}          |  28 +++--
 .../ExtensionOverrideRequestWrapperTest.java       |  50 +++++++++
 .../org/apache/sling/apiplanes/it/ApiPlanesIT.java |  35 +++++--
 .../org/apache/sling/apiplanes/it/TestServlet.java |  72 +++++++++++++
 8 files changed, 256 insertions(+), 142 deletions(-)
 delete mode 100644 remote-content-api/org.apache.sling.api.planes/src/main/java/org/apache/sling/apiplanes/prototype/ApiPlanesFilter.java
 create mode 100644 remote-content-api/org.apache.sling.api.planes/src/main/java/org/apache/sling/apiplanes/prototype/ExtensionOverrideRequestPathInfo.java
 copy remote-content-api/{unused-for-now/sample-http-api/src/main/java/org/apache/sling/remotecontentapi/typesystem/AnnotationImpl.java => org.apache.sling.api.planes/src/main/java/org/apache/sling/apiplanes/prototype/ExtensionOverrideRequestWrapper.java} (52%)
 create mode 100644 remote-content-api/org.apache.sling.api.planes/src/test/java/org/apache/sling/apiplanes/ExtensionOverrideRequestWrapperTest.java
 create mode 100644 remote-content-api/org.apache.sling.api.planes/src/test/java/org/apache/sling/apiplanes/it/TestServlet.java