OSGi encryption Karaf feature

Apache Karaf feature for encryption services.

Лицензия

Лицензия

Группа

Группа

hu.blackbelt
Идентификатор

Идентификатор

osgi-encryption-karaf-feature
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

OSGi encryption Karaf feature
Apache Karaf feature for encryption services.

Скачать osgi-encryption-karaf-feature

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25

provided (2)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.16
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.0
1.0.2
1.0.1
1.0.0