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/06 06:51:21 UTC

[karaf] branch master updated (7dfffb8 -> 0290cc2)

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

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


    from 7dfffb8  Merge pull request #643 from coheigea/fileupload
     add 0241a19  [KARAF-5919] Be able to store Http Proxy list in order to keep configuration after restart
     new 0290cc2  Merge pull request #644 from sjhiggs/KARAF-5919

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:
 .../org/apache/karaf/http/core/ProxyService.java   |   2 +
 .../karaf/http/core/internal/ProxyServiceImpl.java | 123 ++++++++++++++++++++-
 .../karaf/http/core/internal/osgi/Activator.java   |  25 ++++-
 .../http/core/internal/HttpMBeanImplTest.java      |   2 +-
 4 files changed, 143 insertions(+), 9 deletions(-)


[karaf] 01/01: Merge pull request #644 from sjhiggs/KARAF-5919

Posted by jb...@apache.org.
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 0290cc2d465a915c39e43516d8e8cee148d2bc3c
Merge: 7dfffb8 0241a19
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 6 07:51:17 2018 +0100

    Merge pull request #644 from sjhiggs/KARAF-5919
    
    [KARAF-5919] Be able to store Http Proxy list in order to keep configuration after restart

 .../org/apache/karaf/http/core/ProxyService.java   |   2 +
 .../karaf/http/core/internal/ProxyServiceImpl.java | 123 ++++++++++++++++++++-
 .../karaf/http/core/internal/osgi/Activator.java   |  25 ++++-
 .../http/core/internal/HttpMBeanImplTest.java      |   2 +-
 4 files changed, 143 insertions(+), 9 deletions(-)