Skip to content

OSGi problem split packages  #66

@dschmitz

Description

@dschmitz

Hi,

json-schema-validator and json-schema-core share for some packages the same scope / name. This is not allowed in OSGi as package names have to be unique per bundle. If I throw in the bundles of json-schema-validator and json-schema-core OSGi is not able to load the stuff as there can only be one package scope at a time not two or more from different bundles.

Affected packages are:

com.github.fge.jsonschema.exceptions
com.github.fge .jsonschema.keyword
com.github.fge .jsonschema.messages
com.github.fge .jsonschema.processors

The solution would be either make one bundle / jar out of both components or to distinguish scope e.g. com.github.fge.jsonschema.core.exceptions

Regards
David

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions