This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch 289/auto-configure-spi-providers
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
from ba51d490 Ref #289: Add SPI-Provider to all wrapped bundles with SPI
services
add aab02891 Simplify EnsureWrapBundleVersionMojo thanks to the regexp
No new revisions were added by this update.
Summary of changes:
.../feature/maven/AbstractWrapBundleMojo.java | 13 +-
.../maven/ConfigureWrapSpiProviderMojo.java | 30 ++--
.../feature/maven/EnsureWrapBundleVersionMojo.java | 66 ++-------
.../camel/karaf/feature/maven/WrappedBundle.java | 97 +++++++++++++
.../maven/EnsureWrapBundleVersionMojoTest.java | 75 ++++------
.../karaf/feature/maven/WrappedBundleTest.java | 152 +++++++++++++++++++++
6 files changed, 301 insertions(+), 132 deletions(-)
create mode 100644
tooling/camel-karaf-feature-maven-plugin/src/main/java/org/apache/camel/karaf/feature/maven/WrappedBundle.java
create mode 100644
tooling/camel-karaf-feature-maven-plugin/src/test/java/org/apache/camel/karaf/feature/maven/WrappedBundleTest.java