Skip to content

PercClassLoader misspelled in pom.xml #76

@jest

Description

@jest

The package name COM.newmonics.PercClassLoader, used as part of classes loaded in PercSerializationInstantiator is misspelled in pom.xml (L vs l):

COM.newmonics.PercClassloader;resolution:=optional,

This causes the Objenesis bundle to not resolve in OSGi context (i.e. the bundle cannot be resolved by Bnd in bndrun files because COM.newmonics.PercClassLoader is not marked as optional, only misspelled COM.newmonics.PercClassloader).

Of course it might be the other way around, and PercSerializationInstantiator needs fixing. :)

BTW, there are more Class.forName() usage in the code, which should be marked as optional (e.g. android.os). I work with OSGi, so I can assist if you need help.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions