Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Bug 490890 - Avoid holding system properties objectY20160407-1000I20160405-0800Thomas Watson2-24/+63
2016-03-30Bug 478310 - improve ClasspathManager internal javadocY20160331-1000Thomas Watson1-13/+15
2016-03-29Bug 489686 - Some bundles in Orbit Recipes cannot be used in targetThomas Watson1-8/+7
2016-03-22Bug 490008 - Avoid storing complete jar Manifest objectY20160324-1000Alex Blewitt4-38/+222
2016-03-21Bug 489675 - ContextFinder.getResources() searches resources inThomas Watson1-10/+12
2016-03-09Bug 489312 - Prefer usage of Integer.valueof instead of new() for org.eclipse...Lars Vogel12-19/+19
2016-03-08Bug 489233 - Avoid queue start-level operation if a bundle is notY20160310-0830Y20160310-0800Thomas Watson1-10/+16
2016-03-03[Bug 477787] Embedded Equinox in an entreprise application ear - NullPointerE...I20160308-0800John Ross2-1/+9
2016-03-02Bug 488846 - The profile.list entry for Java 9 is incorrectMat Booth1-2/+2
2016-02-26Bug 488570 - Need to be more robust in the container persistence whenI20160301-1230I20160301-0800Thomas Watson2-21/+26
2016-02-25Bug 488501 - optimize storage and reading of strings and versionsThomas Watson2-150/+219
2016-02-23Bug 483986 Footprint of module representation can be reducedEd Merks8-85/+184
2016-02-23Bug 487165 - Framework should read the parent configuration config.iniThomas Watson1-4/+9
2016-02-19Bug 487842 - Unable to acquire state change lock for the module whenThomas Watson5-20/+48
2016-02-18Bug 487842 - Unable to acquire state change lock for the module whenThomas Watson1-14/+11
2016-02-18Bug 487954 - SignedBundleHook.getSignedContent() should report path David Williams1-3/+6
2016-02-17Bug 487842 - Unable to acquire state change lock for the module whenThomas Watson3-3/+19
2016-02-15Bug 487842 - Unable to acquire state change lock for the module whenI20160216-1400I20160216-0800Thomas Watson2-35/+46
2016-02-11Bug 487696 - ModuleContainer should avoid dynamically resolving packagesThomas Watson1-4/+11
2016-02-09Bug 487537 - Resolving multiple framework extensions should add contentThomas Watson3-35/+39
2016-02-09Bug 487524 - extension bundle content is not added on framework creationThomas Watson2-2/+7
2016-02-08Bug 487466 - BundleFiles are not closed for removal pending wirings fromI20160209-0800Thomas Watson1-0/+6
2016-02-08Bug 486969 Optionally imported packages prevent a package from beingSamuel Bratton2-18/+17
2016-02-04Bug 478175 - Adapt EE definition to java 9s new version scheme (JEP 223Thomas Watson2-4/+6
2016-01-21Bug 483799 - Fragments with the 'system.bundle' host are not attached onI20160127-2000I20160127-0800I20160126-2000I20160126-0800I20160125-2000I20160125-0800I20160125-0400I20160124-2000Thomas Watson1-16/+45
2016-01-21Bug 486108: Latest felix resolver code has compile warnings in buildMarkus Keller1-1/+1
2016-01-18Bug 478175 - Adapt EE definition to java 9s new version scheme (JEP 223I20160119-0800Thomas Watson2-9/+17
2016-01-12Bug 485695 - WrappedResource getCapabilities and getRequirements are incorrectI20160112-1800Thomas Watson1-52/+62
2016-01-11Bug 485217 - Update resolver implementation and default to using batchI20160112-0800Thomas Watson2-19/+36
2016-01-11Bug 485217 - Update resolver implementation and default to using batch resolv...Thomas Watson1-22/+68
2016-01-11Bug 485217 - Update resolver implementation and default to using batch resolv...Thomas Watson1-3/+5
2016-01-07Bug 485300 - Bundle manifest with double byte UTF chars are parsedThomas Watson1-36/+58
2016-01-05Bug 485217 - Update resolver implementation and default to using batchThomas Watson25-1690/+3864
2015-12-11Bug 483665 - Bundle.getHeader("Export-Package) implementation returns system....I20151215-0800I20151213-2000Thomas Watson2-10/+16
2015-12-07Bug 483849 - Wires to capabilities provided by dynamically attached fragments...I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000Thomas Watson1-7/+8
2015-12-04Bug 483665 - Bundle.getHeader("Export-Package) implementation returnsI20151207-0800I20151206-2000Thomas Watson2-4/+9
2015-12-01Bug 482643 The performance of FilterImpl.matches(Map) can be improved.I20151203-1230I20151203-0800I20151201-1100Ed Merks2-8/+83
2015-12-01Bug 482673 Make Storage.needsDiscarding(Generation) fasterEd Merks1-6/+10
2015-12-01Bug 482666 Make ModuleDatabase.Persistence.readGenericInfo() fasterEd Merks2-2/+17
2015-11-20Bug 482624 Reformatted according to the org.eclipse.osgi project codeI20151201-0800I20151124-1000I20151124-0800Todor Boev4-14/+79
2015-10-20Bug 479988 - BundleListener not called for System Bundle events (esp.Thomas Watson4-73/+120
2015-09-23Bug 478234 - ResolverHookFactory services are looked up and used during dynam...I20150929-0800Thomas Watson1-10/+16
2015-08-31Bug 475924 - Measure activator class loading at bundle startAlex Blewitt1-2/+5
2015-08-31Bug 475416 - Add timing information to BundleLoaderAlex Blewitt1-4/+9
2015-08-26Bug 475760 - Bundles with a header "Bundle-NativeCode = *" lead to an invalid...Thomas Watson1-3/+11
2015-08-20Bug 475424 - ResolutionException not printed during debug of dynamic import r...I20150825-0800Thomas Watson1-1/+4
2015-08-12Bug 253738 - EclipseLog forces UTF-8 for System.errI20150818-0800Thomas Watson1-5/+14
2015-08-11Bug 471551 - SchemaFactory - Loading behaves differently by switchingI20150811-1400Thomas Watson1-7/+5
2015-07-30Bug 455721 - Calling Framework.stop twice will potentially cause subsequent f...I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Thomas Watson1-6/+15
2015-07-30Bug 446571 - Many settings not configurable via config.ini (includingThomas Watson6-251/+349

Back to the top