[2/4] karaf git commit: [KARAF-5287] Provide a way to hide passwords in shell

2017-09-12 Thread gnodet
[KARAF-5287] Provide a way to hide passwords in shell Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5228a23f Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5228a23f Diff: http://git-wip-us.apache.org/repos/asf/karaf

karaf git commit: [KARAF-5359] Upgrade to JLine 3.5.0

2017-09-12 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 49e1b8e5d -> 05239d40b [KARAF-5359] Upgrade to JLine 3.5.0 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/05239d40 Tree: http://git-wip-us.apache.org/repos/asf/ka

karaf git commit: [KARAF-5377] Speed up repository loading

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 9a84c0a5a -> 83727d913 [KARAF-5377] Speed up repository loading toLoad is used as a java.util.Queue, but is backed by an ArrayList, which is highly inefficient when large number of items are present. Turn it into a Queue with ArrayDeque as

karaf git commit: [KARAF-5377] Speed up repository loading

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x f694205d5 -> 981facf88 [KARAF-5377] Speed up repository loading toLoad is used as a java.util.Queue, but is backed by an ArrayList, which is highly inefficient when large number of items are present. Turn it into a Queue with ArrayDeq

karaf git commit: [KARAF-5377] Speed up repository loading

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.0.x cba24f79d -> 6cae963ae [KARAF-5377] Speed up repository loading toLoad is used as a java.util.Queue, but is backed by an ArrayList, which is highly inefficient when large number of items are present. Turn it into a Queue with ArrayDeq

karaf git commit: Fix blacklist mechanism broken by commit eb95bce7d5a1bcf23a5bda919209394ffcf3c01a

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 83727d913 -> 1103f3de2 Fix blacklist mechanism broken by commit eb95bce7d5a1bcf23a5bda919209394ffcf3c01a Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1103f3de Tree:

karaf git commit: Catch exceptions while parsing the command line in the masking callback

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 1103f3de2 -> 4dbc729f0 Catch exceptions while parsing the command line in the masking callback Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4dbc729f Tree: http://git-

[2/2] karaf git commit: Merge branch 'KARAF-5375', fixes #369

2017-09-14 Thread gnodet
Merge branch 'KARAF-5375', fixes #369 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e4ccd2c3 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e4ccd2c3 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e4ccd2c3

[1/2] karaf git commit: [KARAF-5375] feature:stop command does not stop its bundles

2017-09-14 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 4dbc729f0 -> e4ccd2c39 [KARAF-5375] feature:stop command does not stop its bundles Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e430d250 Tree: http://git-wip-us.apac

[4/5] karaf git commit: Merge branch 'KARAF-5375', fixes #371

2017-09-15 Thread gnodet
Merge branch 'KARAF-5375', fixes #371 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/644e3b93 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/644e3b93 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/644e3b93

[5/5] karaf git commit: Merge branch 'optimizations', fixes #367, #368, #370

2017-09-15 Thread gnodet
Merge branch 'optimizations', fixes #367, #368, #370 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cf651678 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cf651678 Diff: http://git-wip-us.apache.org/repos/asf/karaf/

[1/5] karaf git commit: Optimize string operations

2017-09-15 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master e4ccd2c39 -> cf651678c Optimize string operations Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/02350ad1 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/02350

[3/5] karaf git commit: [KARAF-5375] Add a unit test

2017-09-15 Thread gnodet
[KARAF-5375] Add a unit test Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b4875d65 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b4875d65 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b4875d65 Branch: r

[2/5] karaf git commit: Optimize using Map#computeIfAbstent

2017-09-15 Thread gnodet
Optimize using Map#computeIfAbstent Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/9b37038f Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9b37038f Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/9b37038f Br

[3/3] karaf git commit: Optimize using Map#computeIfAbstent

2017-09-15 Thread gnodet
Optimize using Map#computeIfAbstent Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/15c578e8 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/15c578e8 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/15c578e8 Br

[1/3] karaf git commit: [KARAF-5375] feature:stop command does not stop its bundles

2017-09-15 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 981facf88 -> 15c578e88 [KARAF-5375] feature:stop command does not stop its bundles Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/682664e8 Tree: http://git-wip-us

[2/3] karaf git commit: Optimize string operations

2017-09-15 Thread gnodet
Optimize string operations # Conflicts: # features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d842a373 Tree: http://git-wip-us

[1/2] karaf git commit: [KARAF-5375] feature:stop command does not stop its bundles

2017-09-15 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 6cae963ae -> 356b839f1 [KARAF-5375] feature:stop command does not stop its bundles Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5aa6a38e Tree: http://git-wip-us

[2/2] karaf git commit: Optimize string operations

2017-09-15 Thread gnodet
Optimize string operations # Conflicts: # features/core/src/main/java/org/apache/karaf/features/internal/service/FeaturesServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/356b839f Tree: http://git-wip-us

karaf git commit: [KARAF-5371] Race condition between FeatureService and Fileinstall

2017-09-19 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 15c578e88 -> 16bdd6446 [KARAF-5371] Race condition between FeatureService and Fileinstall # Conflicts: # features/core/src/main/java/org/apache/karaf/features/internal/osgi/Activator.java # features/core/src/main/java/org

karaf git commit: [KARAF-5382] Karaf shell session.readLine consumes backslashes

2017-09-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 2e99ce8f6 -> 56718ec70 [KARAF-5382] Karaf shell session.readLine consumes backslashes Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/56718ec7 Tree: http://git-wip-us.a

[1/2] karaf git commit: Avoid possible error message in the console

2017-09-22 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 56718ec70 -> 262e9cb17 Avoid possible error message in the console Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/dcfa79db Tree: http://git-wip-us.apache.org/repos/asf

[2/2] karaf git commit: [KARAF-5359] Upgrade to JLine 3.5.1

2017-09-22 Thread gnodet
[KARAF-5359] Upgrade to JLine 3.5.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/262e9cb1 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/262e9cb1 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/262e9cb1 Br

karaf git commit: [KARAF-5359] Upgrade to JLine 3.5.1

2017-09-26 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 262e9cb17 -> 82280215c [KARAF-5359] Upgrade to JLine 3.5.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/82280215 Tree: http://git-wip-us.apache.org/repos/asf/karaf/t

karaf git commit: [KARAF-4932] Add back blueprint-core-compatibility, still used by cxf

2017-09-28 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 82280215c -> a3cb3a099 [KARAF-4932] Add back blueprint-core-compatibility, still used by cxf Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a3cb3a09 Tree: http://git-w

karaf git commit: [KARAF-4932] Add back blueprint-core-compatibility, still used by cxf

2017-09-28 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 6c64ecad8 -> 5811010ac [KARAF-4932] Add back blueprint-core-compatibility, still used by cxf Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5811010a Tree: http://

[5/9] karaf git commit: Turn Feature.VERSION_SEPARATOR into a char

2017-09-29 Thread gnodet
Turn Feature.VERSION_SEPARATOR into a char String.indexOf(char) is faster than String.indexOf(String), so use char for VERSION_SEPARATOR. Signed-off-by: Robert Varga Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/826cf5c2

[2/9] karaf git commit: Deduplicate common OSGi filter strings

2017-09-29 Thread gnodet
Deduplicate common OSGi filter strings Based on a heap dump with a large number of features/bundles, 5 strings have a large number of duplicates -- ~48K duplicate strings, wasting ~1.9MiB of memory. Create a small interning Map, which can normalize these, squashing a number of these duplicates.

[8/9] karaf git commit: Minimize memory used by capabilities / requirements in LinkedHashMap

2017-09-29 Thread gnodet
Minimize memory used by capabilities / requirements in LinkedHashMap Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1614ea78 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1614ea78 Diff: http://git-wip-us.apache.org/

[9/9] karaf git commit: Use List.sort

2017-09-29 Thread gnodet
Use List.sort Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/69695c8b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/69695c8b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/69695c8b Branch: refs/heads/maste

[4/9] karaf git commit: Improve ResourceBuilder's use of maps

2017-09-29 Thread gnodet
Improve ResourceBuilder's use of maps Do not instatiate an empty HashMap where Collections.emptyMap() does the same. Also reuse default directives map, now backed by a Collections.singletonMap(). Signed-off-by: Robert Varga Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: htt

[6/9] karaf git commit: Merge remote-tracking branch 'rovarga/dup-objects' into master2

2017-09-29 Thread gnodet
Merge remote-tracking branch 'rovarga/dup-objects' into master2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b47bdaea Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b47bdaea Diff: http://git-wip-us.apache.org/repos

[1/9] karaf git commit: Reuse empty SimpleFilter

2017-09-29 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master a3cb3a099 -> 69695c8bc Reuse empty SimpleFilter Rather than instantiating a new filter, use a precomputed constant. This eliminates constructor calls from outside of the package, allowing it be be hidden. Signed-off-by: Robert Varga Pro

[7/9] karaf git commit: Merge remote-tracking branch 'rovarga/feature-version-char' into master2

2017-09-29 Thread gnodet
Merge remote-tracking branch 'rovarga/feature-version-char' into master2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1411e3c1 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1411e3c1 Diff: http://git-wip-us.apache.

[3/9] karaf git commit: Clean SimpleFilter up

2017-09-29 Thread gnodet
Clean SimpleFilter up Profiling OpenDaylight SFT has turned up large memory usage when a lot of features are created. Some of the memory wasted is in over-allocated ArrayLists, which are using default pre-allocation size. This patch uses Collections.singletonList() to hold NOT operation arguments

[4/4] karaf git commit: Merge remote-tracking branch 'rovarga/backport-plugin' into karaf-4.0.x, fixes #378

2017-09-29 Thread gnodet
Merge remote-tracking branch 'rovarga/backport-plugin' into karaf-4.0.x, fixes #378 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/774581ac Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/774581ac Diff: http://git-wi

[3/4] karaf git commit: Reuse extracted manifest

2017-09-29 Thread gnodet
Reuse extracted manifest Obtaining the manifest can cost us some IO. Treat it as an invariant when determining whether a file is a bundle. Signed-off-by: Robert Varga (cherry picked from commit edcda0b0ea4a50ae8e8019af1eaff161507e3ee4) Project: http://git-wip-us.apache.org/repos/asf/karaf/repo

[2/4] karaf git commit: Cache unmarshalled Features

2017-09-29 Thread gnodet
Cache unmarshalled Features If we are processing a deep feature tree with multiple dependencies referencing same features (like in the case of OpenDaylight), we end up unmarshalling the same features over and over again. Rather than doing that, instantiate a cache, which will hold a weak referenc

[1/4] karaf git commit: Use java.util.file.Files.newInputStream()

2017-09-29 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.0.x be11fde75 -> 774581acd Use java.util.file.Files.newInputStream() Instead of wiring to FileInputStream, which is hard to GC due to the presence of finalize(), use Files.newInputStream. Brings down feature generation time in OpenDayligh

karaf git commit: Minimize memory used by identity requirements and capabilities

2017-10-02 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master a6d51d5f6 -> 3adf596fd Minimize memory used by identity requirements and capabilities Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/3adf596f Tree: http://git-wip-us.a

karaf git commit: [KARAF-5398] The "cd" command should not attempt to complete multiple directories

2017-10-02 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 3adf596fd -> f2bcb [KARAF-5398] The "cd" command should not attempt to complete multiple directories Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f2bc Tree:

[1/3] karaf git commit: [KARAF-5400] Remove usage of felix scr compatibility bundle

2017-10-03 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 1a834e745 -> 9248128b4 [KARAF-5400] Remove usage of felix scr compatibility bundle Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/66a75fcd Tree: http://git-wip-us.apac

[3/3] karaf git commit: Provide a SecuredCommand#toString implementation to ease debugging

2017-10-03 Thread gnodet
Provide a SecuredCommand#toString implementation to ease debugging Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/9248128b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9248128b Diff: http://git-wip-us.apache.org/re

[2/3] karaf git commit: [KARAF-5401] Upgrade to Aries Blueprint Spring 0.5.0

2017-10-03 Thread gnodet
[KARAF-5401] Upgrade to Aries Blueprint Spring 0.5.0 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/9d6e48e5 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9d6e48e5 Diff: http://git-wip-us.apache.org/repos/asf/karaf/

[1/3] karaf git commit: [KARAF-4785] Leverage felix @Descriptor to find the command description

2017-10-04 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 9248128b4 -> 880b838cb [KARAF-4785] Leverage felix @Descriptor to find the command description Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2dd0ae3d Tree: http://git

[2/3] karaf git commit: [KARAF-4785] Use the scr gogo commands and provide completion

2017-10-04 Thread gnodet
[KARAF-4785] Use the scr gogo commands and provide completion Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d586939d Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d586939d Diff: http://git-wip-us.apache.org/repos/a

[3/3] karaf git commit: [KARAF-5407] Allow feature:info to print the xml for a given feature

2017-10-04 Thread gnodet
[KARAF-5407] Allow feature:info to print the xml for a given feature Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/880b838c Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/880b838c Diff: http://git-wip-us.apache.org/

karaf git commit: [KARAF-5404] CLI autocompletion issue

2017-10-05 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 880b838cb -> 412d2b371 [KARAF-5404] CLI autocompletion issue Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/412d2b37 Tree: http://git-wip-us.apache.org/repos/asf/karaf

karaf git commit: [KARAF-5395] Further improve memory consumption for capabilities / requirements

2017-10-05 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 03bc8dfed -> e5bd746b3 [KARAF-5395] Further improve memory consumption for capabilities / requirements Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e5bd746b Tree: ht

karaf git commit: [KARAF-5404] CLI autocompletion issue

2017-10-10 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 07539de1e -> ff9dfd469 [KARAF-5404] CLI autocompletion issue Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ff9dfd46 Tree: http://git-wip-us.apache.org/repos/asf/

karaf git commit: [KARAF-5404] CLI autocompletion issue

2017-10-10 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master e5bd746b3 -> 4188ef858 [KARAF-5404] CLI autocompletion issue Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4188ef85 Tree: http://git-wip-us.apache.org/repos/asf/karaf

karaf git commit: [KARAF-5404] CLI autocompletion issue

2017-10-10 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x ff9dfd469 -> ae5867032 [KARAF-5404] CLI autocompletion issue Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ae586703 Tree: http://git-wip-us.apache.org/repos/asf/

[2/2] karaf git commit: [KARAF-5371] Use a defaut region to avoid having bundles not included in any region

2017-10-10 Thread gnodet
[KARAF-5371] Use a defaut region to avoid having bundles not included in any region Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/28415d0a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/28415d0a Diff: http://git-wi

[1/2] karaf git commit: [KARAF-5395] Various minor improvements

2017-10-10 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 4188ef858 -> 28415d0a2 [KARAF-5395] Various minor improvements Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/495fbd3c Tree: http://git-wip-us.apache.org/repos/asf/kar

karaf git commit: [KARAF-5371] Use a defaut region to avoid having bundles not included in any region

2017-10-10 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x ae5867032 -> b3c848fce [KARAF-5371] Use a defaut region to avoid having bundles not included in any region Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b3c848f

[1/3] karaf git commit: [KARAF-5396] Fix instance starting on java 9

2017-10-11 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 183763959 -> c77fe2cae [KARAF-5396] Fix instance starting on java 9 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c77fe2ca Tree: http://git-wip-us.apache.org/repos/as

[2/3] karaf git commit: Remove start="true" attribute on bundle dependencies as it's the default value

2017-10-11 Thread gnodet
Remove start="true" attribute on bundle dependencies as it's the default value Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e03196e7 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e03196e7 Diff: http://git-wip-us.a

[3/3] karaf git commit: [KARAF-5371] Make sure the region hooks are invoked first by the framework

2017-10-11 Thread gnodet
[KARAF-5371] Make sure the region hooks are invoked first by the framework Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cd0ecbbb Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cd0ecbbb Diff: http://git-wip-us.apach

[2/2] karaf git commit: [KARAF-5416] Remove support for ext and endorsed libraries for Java 9 compatibility

2017-10-12 Thread gnodet
[KARAF-5416] Remove support for ext and endorsed libraries for Java 9 compatibility Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/3f1f44b6 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/3f1f44b6 Diff: http://git-wi

[1/2] karaf git commit: [KARAF-5417] Trim down distributions

2017-10-12 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master f56fd1bdf -> e7ca1e209 [KARAF-5417] Trim down distributions Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e7ca1e20 Tree: http://git-wip-us.apache.org/repos/asf/karaf/

karaf git commit: [KARAF-5417][KARAF-4188] Add detailed instructions to enable systemd watchdog

2017-10-12 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 01ca22e97 -> b03bd9620 [KARAF-5417][KARAF-4188] Add detailed instructions to enable systemd watchdog Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b03bd962 Tree: http

karaf git commit: [KARAF-5420] Bad console behavior when dealing with the input stream for piped commands

2017-10-12 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master b03bd9620 -> 435982bfc [KARAF-5420] Bad console behavior when dealing with the input stream for piped commands Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/435982bf

karaf git commit: [KARAF-5103] Update quickstart for Karaf 4.1.0 and recent camel

2017-10-13 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 14612fdc1 -> cefe274d7 [KARAF-5103] Update quickstart for Karaf 4.1.0 and recent camel Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cefe274d Tree: http://git-wi

karaf git commit: [KARAF-5103] Update quickstart for Karaf 4.2.0 and recent camel

2017-10-13 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 435982bfc -> 2aeb00bdb [KARAF-5103] Update quickstart for Karaf 4.2.0 and recent camel Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2aeb00bd Tree: http://git-wip-us.

karaf git commit: [KARAF-5371] Make sure the region hooks are invoked first by the framework

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 04dfa30af -> 8dbd217b0 [KARAF-5371] Make sure the region hooks are invoked first by the framework # Conflicts: # features/core/src/main/java/org/apache/karaf/features/internal/osgi/Activator.java Project: http://git-wip-us.apa

karaf git commit: [KARAF-5427] Add RBAC support for reflection invocation and redirections in the console

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/KARAF-5427 [created] 103f33105 [KARAF-5427] Add RBAC support for reflection invocation and redirections in the console Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/103f331

karaf git commit: Fix build on Java 9

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master e3915a4f1 -> f0843c902 Fix build on Java 9 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f0843c90 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f0843c90 Dif

karaf git commit: Fix previous commit which fails with JDK 1.8

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master f0843c902 -> e7473daed Fix previous commit which fails with JDK 1.8 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e7473dae Tree: http://git-wip-us.apache.org/repos/as

karaf git commit: [KARAF-5371] Race condition between FeatureService and Fileinstall

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 8dbd217b0 -> b19e54707 [KARAF-5371] Race condition between FeatureService and Fileinstall Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b19e5470 Tree: http://git

karaf git commit: [KARAF-5371] Race condition between FeatureService and Fileinstall

2017-10-16 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master e7473daed -> 45afc23cd [KARAF-5371] Race condition between FeatureService and Fileinstall Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/45afc23c Tree: http://git-wip-

karaf git commit: [KARAF-5310] Upgrade to maven surefire plugin 2.20 to get colored output

2017-10-17 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 45afc23cd -> 90d289ee5 [KARAF-5310] Upgrade to maven surefire plugin 2.20 to get colored output Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/90d289ee Tree: http://gi

[2/2] karaf git commit: Fix typo in comment

2017-10-18 Thread gnodet
Fix typo in comment Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/965ac924 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/965ac924 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/965ac924 Branch: refs/heads

[1/2] karaf git commit: [KARAF-5354] The log:get and log:set commands should support etc/log4j2.xml configuration

2017-10-18 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 48f26e60d -> b52309a36 [KARAF-5354] The log:get and log:set commands should support etc/log4j2.xml configuration Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b52309

karaf git commit: [KARAF-5436] Factory configurations file in etc/ are not deleted when the configuration is deleted

2017-10-19 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 747eaa959 -> fe5f0e94d [KARAF-5436] Factory configurations file in etc/ are not deleted when the configuration is deleted Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/comm

karaf git commit: [KARAF-5436] Factory configurations file in etc/ are not deleted when the configuration is deleted

2017-10-19 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 18ec985a1 -> 777f0c6d3 [KARAF-5436] Factory configurations file in etc/ are not deleted when the configuration is deleted Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf

[2/2] karaf git commit: [KARAF-2401] Improve log coloring

2017-10-20 Thread gnodet
[KARAF-2401] Improve log coloring Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5686ccf6 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5686ccf6 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5686ccf6 Bran

[1/2] karaf git commit: Fix minor typo

2017-10-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/KARAF-2401 [created] 5686ccf65 Fix minor typo Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/844bacfc Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/844bacfc Diff: h

[1/2] karaf git commit: Fix minor typo

2017-10-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master fe5f0e94d -> 180942b50 Fix minor typo Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/844bacfc Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/844bacfc Diff: ht

[2/2] karaf git commit: [KARAF-5437] Use named thread pools to help identifying threads

2017-10-20 Thread gnodet
[KARAF-5437] Use named thread pools to help identifying threads Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/180942b5 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/180942b5 Diff: http://git-wip-us.apache.org/repos

karaf git commit: Fix meta command / completer to not print a warning when MetaType is not available

2017-10-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 180942b50 -> 475be9310 Fix meta command / completer to not print a warning when MetaType is not available I think this is a regression caused by https://github.com/apache/karaf/commit/bf31fe84f0394a9b948b5088d205bf52db36#diff-290cb1e2

karaf git commit: [KARAF-5435] BundleException when installing a bundle by API when the FeatureService install a feature

2017-10-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/master 5e050de5e -> 45fed9365 [KARAF-5435] BundleException when installing a bundle by API when the FeatureService install a feature Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/

karaf git commit: [KARAF-5435] BundleException when installing a bundle by API when the FeatureService install a feature

2017-10-20 Thread gnodet
Repository: karaf Updated Branches: refs/heads/karaf-4.1.x 777f0c6d3 -> 67e2e6c24 [KARAF-5435] BundleException when installing a bundle by API when the FeatureService install a feature Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/k

[karaf] 02/02: [KARAF-5396] Remove unused jvm config file

2017-10-23 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit ecdfeaae5adc25fc5d1ec8ff88a3a1a53d74202d Author: Guillaume Nodet AuthorDate: Mon Oct 23 14:36:47 2017 +0200 [KARAF

[karaf] branch master updated (807c020 -> ecdfeaa)

2017-10-23 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git. from 807c020 [KARAF-5396]enhance so that don't need have "--add-modules java.xml.bind" in MAVEN_OPTS when

[karaf] 01/02: [KARAF-5440] Remove warning when starting karaf

2017-10-23 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit ad89d81ceea78ae81c9712b049b5e8d752674bde Author: Guillaume Nodet AuthorDate: Mon Oct 23 14:35:52 2017 +0200 [KARAF

[karaf] branch master updated (ecdfeaa -> fe0fa69)

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git. from ecdfeaa [KARAF-5396] Remove unused jvm config file add 5686ccf [KARAF-2401] Improve log coloring new

[karaf] branch KARAF-2401 deleted (was 5686ccf)

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch KARAF-2401 in repository https://gitbox.apache.org/repos/asf/karaf.git. was 5686ccf [KARAF-2401] Improve log coloring The revisions that were on this branch are still contained in other

[karaf] 01/01: Merge pull request #388 from apache/KARAF-2401

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit fe0fa69986fb6fadacbd18fd6060d64e9b784b4b Merge: ecdfeaa 5686ccf Author: Guillaume Nodet AuthorDate: Tue Oct 24 17:23:21

[karaf] 03/04: [KARAF-5427] Add RBAC support for reflection invocation and redirections in the console

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit 24fb477ea886e8f294dedbad98d2a2c4cb2a44f9 Author: Guillaume Nodet AuthorDate: Tue Oct 24 20:38:07 2017 +0200 [KARAF

[karaf] branch master updated (fe0fa69 -> d6b9ee8)

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git. from fe0fa69 Merge pull request #388 from apache/KARAF-2401 new b6494ae [KARAF-5023] The config:update command does

[karaf] 04/04: Merge branch 'KARAF-5427'

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit d6b9ee8040d317ca67e7e47941ab2c0290ef79a0 Merge: b6494ae 24fb477 Author: Guillaume Nodet AuthorDate: Tue Oct 24 20:38:41

[karaf] 02/04: [KARAF-5431] Upgrade to Felix Gogo Runtime / JLine 1.0.10

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit 540adc3e5fca1f22a05791366f52fe3308d20a35 Author: Guillaume Nodet AuthorDate: Mon Oct 16 15:59:45 2017 +0200 [KARAF

[karaf] 01/04: [KARAF-5023] The config:update command does not handle substituted properties correctly

2017-10-24 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit b6494ae17709fff6c50df4fd219fec2a880ecfd1 Author: Guillaume Nodet AuthorDate: Tue Oct 24 17:08:01 2017 +0200 [KARAF

[karaf] branch master updated: [KARAF-5443] Add a completer for bundle symbolic names

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/master by this push: new fdc0397 [KARAF-5443] Add a completer for bundle

[karaf] 04/05: [KARAF-5023] Fix regression that cause newly created configurations to not be persisted in the etc directory

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit 05beb1769cdf0fa1d44e769e6455a6f5edebb982 Author: Guillaume Nodet AuthorDate: Thu Oct 26 09:17:46 2017 +0200 [KARAF

[karaf] branch master updated (fdc0397 -> 2574524)

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git. from fdc0397 [KARAF-5443] Add a completer for bundle symbolic names new 1c6a337 [KARAF-5445] Completers should be

[karaf] 05/05: [KARAF-5023] Fix regression when using "config:property-delete --pid"

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit 25745245c5655a3f86ac7fd75a289f00a9d0b08e Author: Guillaume Nodet AuthorDate: Thu Oct 26 15:26:11 2017 +0200 [KARAF

[karaf] 01/05: [KARAF-5445] Completers should be followed by a space when complete

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit 1c6a3371116c3f48a7f6405be1cc17fd7c06ef8c Author: Guillaume Nodet AuthorDate: Thu Oct 26 12:42:56 2017 +0200 [KARAF

[karaf] 03/05: [KARAF-5023] Improve the error message a bit.

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit e913df7cdfac222dfc8215fe78281d5a3f04dd18 Author: Guillaume Nodet AuthorDate: Thu Oct 26 09:19:52 2017 +0200 [KARAF

[karaf] 02/05: [KARAF-5432] Upgrade to Felix Utils 1.10.4 and FileInstall 3.6.4

2017-10-26 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git commit b23ca4169ce1d5fb8c0494ecb6d7ffa56a818aae Author: Guillaume Nodet AuthorDate: Wed Oct 25 20:21:52 2017 +0200 [KARAF

<    2   3   4   5   6   7   8   9   10   11   >