Wrapper OSGi components for Jasypt.
- 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
Use the following command to build modules.
mvn clean install
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