elastic / ecs-logging-java

https://www.elastic.co/guide/en/ecs-logging/java/current/intro.html
Apache License 2.0
139 stars 74 forks source link

OSGi support #126

Open anton-johansson opened 3 years ago

anton-johansson commented 3 years ago

I'm trying to run this layout in Apache Karaf, but the JAR is lacking OSGi headers in its manifest. Could this be added?

anton-johansson commented 3 years ago

I tried adding the maven-bundle-plugin, but for some reason, it stopped including the META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat file in the JAR.

fidgi commented 3 years ago

@anton-johansson may be you've hit this issue : https://issues.apache.org/jira/browse/LOG4J2-954

anton-johansson commented 3 years ago

@fidgi, thanks, that might be the case. Will try again soon. :)