Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
OSGi 5 (but any version really), Karaf 3.0.1
Description
Storing the .dat file in the current location org/apache/logging/... makes it part of that package. Thus, every JAR that has plugins ends up trying to export the plugins package which causes conflicts.
This file needs to be stored in a location in META-INF instead so that it isn't included in the Export-Package attribute.