-
Notifications
You must be signed in to change notification settings - Fork 394
Open
Description
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
Labels
No labels