You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/11/10 18:16:48 UTC

[karaf] 01/01: Merge pull request #653 from jbonofre/KARAF-5509

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit ca5254d3e569fdcc8ee7b56d9273fa44992fc386
Merge: b72e912 e13d89a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Nov 10 19:16:42 2018 +0100

    Merge pull request #653 from jbonofre/KARAF-5509
    
    [KARAF-5509] Add HTTP resource example

 examples/karaf-http-resource-example/README.md     | 68 +++++++++++++++
 .../karaf-http-resource-example-features/pom.xml   | 99 ++++++++++++++++++++++
 .../src/main/feature/feature.xml                   | 27 ++++++
 .../karaf-http-resource-example-whiteboard/pom.xml | 52 ++++++++++++
 .../http/resource/whiteboard/ExampleResource.java  | 20 +++++
 .../src/main/resources/resources/index.html        | 25 ++++++
 examples/karaf-http-resource-example/pom.xml       | 40 +++++++++
 examples/pom.xml                                   | 31 +++----
 .../itests/examples/HttpResourceExampleTest.java   | 62 ++++++++++++++
 9 files changed, 409 insertions(+), 15 deletions(-)