Eric Norman

Results 3 issues of Eric Norman

See issue https://github.com/ua-parser/uap-java/issues/46 Use the bnd-maven-plugin to generate the bundle information. The resulting jar can then be used the normal way as before as well as an OSGI bundle.

This is the proposed changes to resolve issue #803 This is an alternate way to declare the PatternLayoutBase defaultConverterMap and instanceConverterMap values in a way that works with the OSGi...

The values in the PatternLayoutBase defaultConverterMap and instanceConverterMap are class names. The ch.qos.logback.core.pattern.parser.Compiler class attempts to load the class for those class names with the assumption that those classes are...