Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Javadoc clarification for recordClassDefinev20120227-2121Thomas Watson2-9/+15
2011-11-11Bug 363528 - IOExceptions while reading class bytes should not beThomas Watson1-1/+1
2011-11-04Bug 362589 - Add DefaultClassLoader.toStringv20111107-1631Thomas Watson1-1/+9
2011-11-01Bug 361390 - Framework should ensure weaving hooks are presentedThomas Watson4-54/+84
2011-10-19Bug 359535 - Deadlock on startup when using Spring OSGiv20111020-2203Thomas Watson1-28/+49
2011-10-12Bug 360732 - ArrayMap does not sort correctly if there are duplicatev20111017-1643Thomas Watson1-1/+11
2011-09-08Bug 357137 - Changes to equinox resolver to support RFC 112 resolverv20110908-1857Thomas Watson1-1/+15
2011-07-21Bug 352732 - Adding the same log listener causes the log filters to get out o...Thomas Watson1-1/+1
2011-07-08Bug 351083 - cannot install by reference WTP project to a osgi based web cont...Thomas Watson1-11/+24
2011-06-20Bug 349309 - Clean up code for initializing MRUBundleFileListv20110620Thomas Watson3-37/+42
2011-06-13Bug 349235 - restart can fail after installing new bundles, as a function of ...Thomas Watson1-1/+1
2011-06-13Bug 349121 - SignatureBlockProcessor.readIntoArray(BundleEntry) does not clos...Thomas Watson1-4/+3
2011-06-08Bug 348770 - weaving hook support creates an extra byte[] copy each class loa...Thomas Watson2-23/+25
2011-05-13Bug 345743 - BundleWiring.listResources does not work properly for directoy c...v20110513Thomas Watson1-15/+29
2011-05-11Bug 345500 - LinkageError caused by duplicate loadclass calls for the same cl...v20110511DJ Houghton1-0/+12
2011-05-02update copyrightsThomas Watson2-2/+2
2011-04-19Bug 343208 - bootdelegation property not honoredThomas Watson1-1/+9
2011-04-07Bug 301418 - Unable to initialize the framework from an appletThomas Watson1-7/+43
2011-03-29Bug 338697 - NullPointerException in BundleLoader.getImportedSourcesv20110404-1700Thomas Watson1-3/+3
2011-03-21Bug 336938 - Error Log view doesn't update reliablyv20110321Thomas Watson1-2/+9
2011-02-24Bug 338081 - StringIndexOutOfBoundsException in BaseAdaptor.listEntryPathsv20110224Thomas Watson1-1/+4
2011-02-18Bug 337569 - Failures in OSGi tests for findEntriesThomas Watson1-2/+2
2011-02-17Bug 337370 - Optimization for BaseAdaptor.listEntryPathsThomas Watson1-2/+14
2011-02-17Bug 337434 - Javadoc warnings in N201102162000Thomas Watson2-5/+5
2011-02-16Merge wiring branch, fixes for the following bugs:Thomas Watson2-5/+13
2011-02-01Bug 334553 - OSGi added weave action to AdminPermissionThomas Watson2-4/+22
2011-01-06Bug 333686 - Clean up unused NLS keysbefore_bug292135Thomas Watson2-10/+2
2011-01-06Bug 333661 - Implement new BundleException.READ_ERROR typeThomas Watson2-4/+4
2011-01-05Bug 332771 - Resolver hook not driven for State resolution operationsThomas Watson1-4/+14
2010-12-17Bug 329879 - Listen to updates in dev.properties during runtimev20101217Thomas Watson1-21/+61
2010-12-15Bug 332650 - Bundle find hook should govern BundleContext.getBundle(id)Thomas Watson4-6/+19
2010-12-14Bug 332579 - Support for osgi.host capabilityThomas Watson1-8/+93
2010-12-10Bug 329330 - Bundle.getResource() returns null for local resource when bundle...Thomas Watson5-50/+171
2010-11-29Bug 330905 - Problem with persisting bundles state after install when eclipse...Thomas Watson4-6/+16
2010-11-10Use correct error codes for framework log entries.Thomas Watson1-1/+1
2010-11-01Bug 328795 - [Webapp] Possible security issue with JSP code exposure.Thomas Watson1-8/+15
2010-11-01Bug 328795 - [Webapp] Possible security issue with JSP code exposure.Thomas Watson1-2/+38
2010-10-20Bug 309968 - Avoid call to File.isDirectory() to improve the performance of ...Thomas Watson1-1/+24
2010-10-13Bug 326707 - [RFC 159] Support in core for WeavingHookThomas Watson4-9/+396
2010-10-11Bug 327477 - change BundleWiring#listResources to return Collection instead ...v20101011Thomas Watson2-3/+3
2010-09-28 Bug 323426 - Implement BundleWiring(s) supportThomas Watson3-8/+197
2010-09-20Add back suppress warnings for URL.toFile (deprecated in 1.6)Thomas Watson2-0/+2
2010-09-18remove unnecessary suppress warning.Thomas Watson2-2/+0
2010-09-08bug 324774: Update the framework source code for genericsBJ Hargrave28-167/+176
2010-08-23Bug 323423 - Implement FrameworkWiring supportThomas Watson1-2/+2
2010-08-20Bug 323296 - Implement ResolverHook supportThomas Watson2-3/+8
2010-08-06Bug 322007 - Update OSGi APIs to use genericsv20100806a-postGenericsThomas Watson2-6/+6
2010-08-06Bug 321942 - Eclipse will not Launch with certain .bundledata.## file in ORG...v20100806aThomas Watson1-1/+9
2010-07-22Bug 320546 - FileLocator.find() can find files outside of the bundleThomas Watson1-14/+21
2010-07-16Fix warnings.v20100716Thomas Watson11-50/+99

Back to the top