This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.
from 2ee8c10 Added groovy-version and all the needed property placeholder
for features
new 3c5beda Added catalog for Karaf
new 92fb9fb Modify skeleton of Catalog
The 2 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:
.../camel-catalog-provider-karaf}/pom.xml | 55 ++++---
.../camel/catalog/karaf/KarafRuntimeProvider.java | 159 +++++++++++++++++++++
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../catalog/karaf/KarafRuntimeProviderTest.java | 109 ++++++++++++++
{platforms => catalog}/pom.xml | 34 ++++-
pom.xml | 1 +
7 files changed, 332 insertions(+), 26 deletions(-)
copy {components/camel-paxlogging =>
catalog/camel-catalog-provider-karaf}/pom.xml (63%)
create mode 100644
catalog/camel-catalog-provider-karaf/src/main/java/org/apache/camel/catalog/karaf/KarafRuntimeProvider.java
copy {platforms/karaf/commands =>
catalog/camel-catalog-provider-karaf}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {platforms/karaf/commands =>
catalog/camel-catalog-provider-karaf}/src/main/resources/META-INF/NOTICE.txt
(100%)
create mode 100644
catalog/camel-catalog-provider-karaf/src/test/java/org/apache/camel/catalog/karaf/KarafRuntimeProviderTest.java
copy {platforms => catalog}/pom.xml (56%)