FHIR Chat · hapi-fhir-osgi-core · implementers

Stream: implementers

Topic: hapi-fhir-osgi-core


view this post on Zulip Bassem Elsodany (Nov 22 2016 at 19:19):

Hi everyone,
i have issue to install bundle hapi-fhir-osgi-core to fuse KARAF OSGI, issue because of logging dependencies FHIR library using ( ch.qos.logback.classic and org.slf),

KARAF using org.ops4j.pax for logging, so looks like we need to migrate this module to use same logging library ?

slf4j.api [386.0
import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

export: osgi.wiring.package=org.slf4j.impl; uses:=org.slf4j.spi

ch.qos.logback.classic [385.0
import: (&(osgi.wiring.package=org.slf4j.spi)(version>=1.6.0))

export: osgi.wiring.package=org.slf4j.spi

org.ops4j.pax.logging.pax-logging-api [4.0

i can't also remove Karaf logging , also installing ch.qos.logback.classic and org.slf make a lot of issues in server
any help please....


Last updated: Apr 12 2022 at 19:14 UTC