Apache Sling Context-Aware Configuration bnd Plugin

This bnd plugin detected all configuration annotation classes and adds a bundle header 'Sling-ContextAware-Configuration-Classes' containing their names.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

org.apache.sling.caconfig.bnd-plugin
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Sling Context-Aware Configuration bnd Plugin
This bnd plugin detected all configuration annotation classes and adds a bundle header 'Sling-ContextAware-Configuration-Classes' containing their names.
Project Organization

Project Organization

The Apache Software Foundation

Download org.apache.sling.caconfig.bnd-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.caconfig.bnd-plugin/ -->
<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.caconfig.bnd-plugin</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.caconfig.bnd-plugin/
implementation 'org.apache.sling:org.apache.sling.caconfig.bnd-plugin:1.0.2'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.caconfig.bnd-plugin/
implementation ("org.apache.sling:org.apache.sling.caconfig.bnd-plugin:1.0.2")
'org.apache.sling:org.apache.sling.caconfig.bnd-plugin:jar:1.0.2'
<dependency org="org.apache.sling" name="org.apache.sling.caconfig.bnd-plugin" rev="1.0.2">
  <artifact name="org.apache.sling.caconfig.bnd-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.caconfig.bnd-plugin', version='1.0.2')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.caconfig.bnd-plugin" % "1.0.2"
[org.apache.sling/org.apache.sling.caconfig.bnd-plugin "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2

provided (5)

Group / Artifact Type Version
biz.aQute.bnd : biz.aQute.bndlib jar 3.2.0
org.osgi : osgi.annotation jar 6.0.1
org.osgi : org.osgi.service.component.annotations jar 1.3.0
org.osgi : org.osgi.service.metatype.annotations jar 1.3.0
org.apache.felix : org.apache.felix.scr.annotations jar 1.11.0

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.15
org.apache.sling : org.apache.sling.caconfig.api jar 1.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0