Source: geronimo-osgi-support Section: java Priority: optional Maintainer: Debian Java Maintainers Build-Depends: debhelper-compat (= 13), default-jdk, libmaven-bundle-plugin-java, libosgi-compendium-java, libosgi-core-java, maven-debian-helper Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/geronimo-osgi-support.git Vcs-Browser: https://salsa.debian.org/java-team/geronimo-osgi-support Homepage: https://geronimo.apache.org Package: libgeronimo-osgi-support-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: Java libraries providing OSGi lookup support for Geronimo projects These Java libraries allow the use of OSGi framework with Geronimo existing projects. They allow lookup and registration of components. . - geronimo-osgi-locator.jar: Allow performing class and components lookups with OSGi support. . - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers (components typically plugged in to the JRE through META-INF/services resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean Validation Spec API). . The service created by this library will maintain a registry of factory class that can be used by the spec bundles to locate factory classes that reside in other bundles.