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/02/09 06:34:57 UTC

[karaf] branch master updated (9b9338b -> 8949699)

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 9b9338b  Merge pull request #442 from jbonofre/KARAF-5596
     add 6d10058  KARAF-5604: Speed up features-generate-descriptor
     new 8949699  Merge pull request #444 from rovarga/lru-cache

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:
 .../tooling/features/GenerateDescriptorMojo.java   | 57 +++++++++++++++-------
 .../karaf/tooling/utils/Dependency31Helper.java    | 53 +++++++++++++-------
 .../tooling/utils/DependencyHelperFactory.java     |  7 +--
 .../SimpleLRUCache.java}                           | 43 +++++++---------
 4 files changed, 96 insertions(+), 64 deletions(-)
 copy tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/{features/CopyFileBasedDescriptor.java => utils/SimpleLRUCache.java} (50%)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.

[karaf] 01/01: Merge pull request #444 from rovarga/lru-cache

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 89496992cd01375cebe761e4416ecfc933a5e230
Merge: 9b9338b 6d10058
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Feb 9 07:34:55 2018 +0100

    Merge pull request #444 from rovarga/lru-cache
    
    [KARAF-5604] Speed up features-generate-descriptor

 .../tooling/features/GenerateDescriptorMojo.java   | 57 +++++++++++++++-------
 .../karaf/tooling/utils/Dependency31Helper.java    | 53 +++++++++++++-------
 .../tooling/utils/DependencyHelperFactory.java     |  7 +--
 .../apache/karaf/tooling/utils/SimpleLRUCache.java | 45 +++++++++++++++++
 4 files changed, 123 insertions(+), 39 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.