Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-26Bug 406658: Define and implement the new OSGi registerService methodBJ Hargrave1-1/+7
2013-04-26Revert "Bug 375784 - osgi.context.bootdelegation can cause unexpected fwk par...BJ Hargrave1-1/+1
2013-04-25container adaptor should not get configuration properties from the system pro...Thomas Watson1-1/+1
2013-04-25Bug 375784 - osgi.context.bootdelegation can cause unexpected fwk parent clas...Thomas Watson1-1/+1
2013-04-23Allow adapting to ProtectionDomain for testingThomas Watson1-0/+4
2013-04-23Legacy PackageAdmin implementation must return null when no results are found.Thomas Watson1-2/+2
2013-04-22Bug 405922 - [unity] support for dynamic attachment of fragmentsThomas Watson10-122/+214
2013-04-16Merge branch 'master' into twatson/containerThomas Watson4-14/+70
2013-04-15Improve javadocThomas Watson2-5/+96
2013-04-09Bug 404984 - Reinstate ability for a hook to create a bundle classThomas Watson3-3/+40
2013-04-08When getting ServiceReferenceDTO an NPE could occur if service has been unreg...Thomas Watson1-5/+16
2013-04-08Bug 404934 - [RFC 198] system bundle and framework hooksThomas Watson4-40/+71
2013-04-04Allow Equinox construct to take Map<String, ?> as configurationThomas Watson4-12/+12
2013-03-18Merge branch 'master' into twatson/containerMergeThomas Watson2-3/+4
2013-03-15call classLoaderCreated hook method.Thomas Watson1-0/+3
2013-03-14Add javadoc to hooksThomas Watson5-3/+65
2013-03-14Do not consult system properties for framework configsThomas Watson1-1/+1
2013-03-13Do not set auto-start settings for fragments.Thomas Watson1-0/+4
2013-03-09Felix resolver does not handle it well if the ResolveContext returns host cap...Thomas Watson1-0/+15
2013-03-07Final fix for felix resolver bug:Thomas Watson1-9/+17
2013-03-06Move pattern constant closer to the code that uses it and use Filter instead ...Thomas Watson1-4/+5
2013-02-26Use an Equinox specific header for extension activator.Thomas Watson2-0/+11
2013-02-26Temporary fix for felix resolver bug:Thomas Watson1-1/+12
2013-02-26Fix Native code processing for PDE build.Thomas Watson1-1/+1
2013-02-22Protect code from lazy activation and resuming bundles security checks.Thomas Watson2-3/+10
2013-02-21Handle case where module loaders are not supported by the container adaptor.Thomas Watson1-1/+6
2013-02-21Properly handle relative paths for normal (non-reference) bundle installs.Thomas Watson2-11/+38
2013-02-21Add framework UUID to active thread nameThomas Watson1-1/+1
2013-02-21Merge branch 'master' into twatson/containerThomas Watson5-64/+89
2013-02-20Additional fixes to restart trigger bundles on refresh operations.Thomas Watson1-21/+35
2013-02-20Bug 284520 Class org.osgi.framework.Bundle.loadClass(String name) throws Clas...Thomas Watson2-18/+2
2013-02-20Make trigger class load persistent per class loader.Thomas Watson4-1/+54
2013-02-20Eclipse-LazyStart header uses an exceptions attributes.Thomas Watson2-1/+4
2013-02-19Auto start persistently started bundles upon resolutionThomas Watson1-0/+12
2013-02-19Fire bundle events according to start-level and dependency orderThomas Watson1-5/+12
2013-02-19Fix for ExportedPackage getImportingBundles for substituted exports.Thomas Watson1-7/+23
2013-02-19Avoid IllegalStateException on sorting uninstalled modules.Thomas Watson1-1/+1
2013-02-19Add any new exports to the system bundle loader for framework extensionsThomas Watson2-0/+8
2013-02-14Fix issue with attempting to persist dynamically added package requirements f...Thomas Watson1-1/+1
2013-02-14Avoid possible NPE when there is no signedBundleHook.Thomas Watson1-1/+3
2013-02-14Need to handle HostedCapability when comparing capabilities.Thomas Watson1-3/+15
2013-02-14Avoid invalid capabilities when empty string is specified.Thomas Watson1-3/+4
2013-02-14Must fail to install boot class path extension bundles.Thomas Watson1-1/+11
2013-02-14Handle R3 bundles with no symbolic name.Thomas Watson1-12/+8
2013-02-14Do not uninstall the module from the database until after the UNRESOLVEDThomas Watson1-1/+1
2013-02-08Fix check for transient attr support.Thomas Watson1-1/+1
2013-02-07Support PDE source lookup.Thomas Watson2-5/+17
2013-02-07Do not require DS for compatibility stateThomas Watson4-12/+53
2013-02-04Merge branch 'master' into twatson/containerThomas Watson3-2/+5
2012-12-14Add read locking where necessary for DTOsThomas Watson1-4/+36

Back to the top