OSGi encryption parent

Parent project of encryption components.

License

License

GroupId

GroupId

hu.blackbelt
ArtifactId

ArtifactId

osgi-encryption-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

OSGi encryption parent
Parent project of encryption components.
Project URL

Project URL

http://github.com/BlackBeltTechnology/osgi-encryption
Source Code Management

Source Code Management

http://github.com/BlackBeltTechnology/osgi-encryption

Download osgi-encryption-parent

How to add to project

<!-- https://jarcasting.com/artifacts/hu.blackbelt/osgi-encryption-parent/ -->
<dependency>
    <groupId>hu.blackbelt</groupId>
    <artifactId>osgi-encryption-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt/osgi-encryption-parent/
implementation 'hu.blackbelt:osgi-encryption-parent:1.1.0'
// https://jarcasting.com/artifacts/hu.blackbelt/osgi-encryption-parent/
implementation ("hu.blackbelt:osgi-encryption-parent:1.1.0")
'hu.blackbelt:osgi-encryption-parent:pom:1.1.0'
<dependency org="hu.blackbelt" name="osgi-encryption-parent" rev="1.1.0">
  <artifact name="osgi-encryption-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt', module='osgi-encryption-parent', version='1.1.0')
)
libraryDependencies += "hu.blackbelt" % "osgi-encryption-parent" % "1.1.0"
[hu.blackbelt/osgi-encryption-parent "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.16
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

OSGi encryption

Wrapper OSGi components for Jasypt.

Modules

  • osgi-encryption-services: OSGi Declarative Service 1.3 components supporting configuration in standard way
  • osgi-encryption-metrics: JMX statistics povider for encryption services
  • osgi-encryption-karaf-commands: Apache Karaf console commands
  • osgi-encryption-karaf-feature: Apache Karaf feature definition
  • osgi-encryption-test: sample module showing how to use encrypted configuration values

How to build

Use the following command to build modules.

mvn clean install

How to use

Apache Karaf

Install as Apache Karaf feature (Apache Felix SCR and Jasypt encryption dependencies are installed too).

feature:repo-add mvn:hu.blackbelt/osgi-encryption-karaf-features/1.2.0/xml/features
feature:install osgi-encryption
hu.blackbelt

BlackBelt Technology

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0