You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2020/12/15 22:51:01 UTC

[felix-dev] branch master updated (a1ec804 -> 425655e)

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

pauls pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git.


    from a1ec804  Merge pull request #65 from apache/frameworkR8
     add af8cf08  FELIX-6294: add a slash to urls for directories
     new 425655e  Merge pull request #66 from apache/issues/FELIX-6294

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:
 .../apache/felix/framework/BundleRevisionImpl.java | 12 ++++++
 .../apache/felix/framework/ExtensionManager.java   |  9 ++++-
 .../framework/cache/ConnectContentContent.java     |  6 +++
 .../org/apache/felix/framework/cache/Content.java  | 12 ++++++
 .../framework/cache/ContentDirectoryContent.java   |  8 ++++
 .../felix/framework/cache/DirectoryContent.java    | 12 ++++++
 .../apache/felix/framework/cache/JarContent.java   | 16 +++++++-
 .../felix/framework/util/MultiReleaseContent.java  |  6 +++
 .../felix/framework/ResourceLoadingTest.java       | 44 +++++++++++++++++++++-
 9 files changed, 122 insertions(+), 3 deletions(-)


[felix-dev] 01/01: Merge pull request #66 from apache/issues/FELIX-6294

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 425655e3470cfcbfa562c852eb8b7c18d64f20f7
Merge: a1ec804 af8cf08
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Tue Dec 15 23:50:55 2020 +0100

    Merge pull request #66 from apache/issues/FELIX-6294
    
    FELIX-6294: add a slash to urls for directories

 .../apache/felix/framework/BundleRevisionImpl.java | 12 ++++++
 .../apache/felix/framework/ExtensionManager.java   |  9 ++++-
 .../framework/cache/ConnectContentContent.java     |  6 +++
 .../org/apache/felix/framework/cache/Content.java  | 12 ++++++
 .../framework/cache/ContentDirectoryContent.java   |  8 ++++
 .../felix/framework/cache/DirectoryContent.java    | 12 ++++++
 .../apache/felix/framework/cache/JarContent.java   | 16 +++++++-
 .../felix/framework/util/MultiReleaseContent.java  |  6 +++
 .../felix/framework/ResourceLoadingTest.java       | 44 +++++++++++++++++++++-
 9 files changed, 122 insertions(+), 3 deletions(-)