DRAFT: Feature/osgi helpers#6
Closed
mnmercer wants to merge 14 commits intofeature/staticTypeField_IRIsfrom
Closed
DRAFT: Feature/osgi helpers#6mnmercer wants to merge 14 commits intofeature/staticTypeField_IRIsfrom
mnmercer wants to merge 14 commits intofeature/staticTypeField_IRIsfrom
Conversation
… interfaces and core classes easier. Changed the Bundle Name for the other modules to be different instead of all the same. Added a specific org.slf4j version to the engine bundle to avoid clashes with core Karaf versions.
…sure is set to true
…s reference doesn't cause an exception unless full closure enforcement is turned o
…olsMissingParentException Feature/enforce full closure controls missing parent exception
…instances in the BaseThingFactory to work within the isolated class loader framework of Osgi. Changed name of ThingFactoryProvider to OsgiThingFactory and made it implement the ThingFactory interface. Added methods to add and remove class loaders from the service. Updated ORMActivator to add and remove the bundle class loader on activate and deactive respectively.
Merge with staticTypeField_IRIs changes. Changed BaseThingFactory to not throw an exception if a superclass doesn't have a Type annotation and instead filter then out. Cleaned up OsgiThingFactory.
…remove methods using only a resource instead of an object. Updated OwlOrmInnovationHandler to handle void methods, separate handling of clearOut methods to support functional and non-functional, handle _resource methods, and use Resource for retrieving the subjects of object property values to support bnodes as well as IRIs. Updated OsgiThingFactory with an ordered getParents method, ordering on the getChildren method, and a getTypes method given a model, Resource, and super class. General cleanup.
Contributor
Author
|
Failed attempt. Better approach is in #7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created new OSGi focused bundle with helper classes and an OSGi Service implementation of ThingFactory. Updated ObjectProperty generation logic to create get, set, add, and remove methods using only a resource instead of an object. Updated OwlOrmInnovationHandler to handle void methods, separate handling of clearOut methods to support functional and non-functional, handle _resource methods, and use Resource for retrieving the subjects of object property values to support bnodes as well as IRIs.