Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Bug 483799 - Fragments with the 'system.bundle' host are not attached onThomas Watson2-1/+37
2016-01-18Bug 478175 - Adapt EE definition to java 9s new version scheme (JEP 223I20160119-0800Thomas Watson1-0/+45
2016-01-14Bug 485692 - Add test to get class loader from system bundle wiringThomas Watson1-0/+7
2016-01-07Bug 485300 - Bundle manifest with double byte UTF chars are parsedThomas Watson2-1/+84
2016-01-05Bug 485217 - Update resolver implementation and default to using batchThomas Watson4-4/+114
2015-12-11Bug 483665 - Bundle.getHeader("Export-Package) implementation returns system....I20151215-0800I20151213-2000Thomas Watson1-5/+39
2015-12-07Bug 483849 - Wires to capabilities provided by dynamically attached fragments...I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000Thomas Watson4-0/+55
2015-12-04Bug 483665 - Bundle.getHeader("Export-Package) implementation returnsI20151207-0800I20151206-2000Thomas Watson1-0/+32
2015-11-09Bug 481710 - Get rid of nested JAR for testsI20151110-0800Mat Booth2-4/+3
2015-11-04Bug 443233 - Remove performance target from "osgi tests"Thomas Watson1-3/+6
2015-10-20Bug 479988 - BundleListener not called for System Bundle events (esp.Thomas Watson1-1/+48
2015-10-02Add a testcase for a fragment that introduces a uses constraint conflict with...I20151006-0800Thomas Watson5-3/+50
2015-09-23Bug 478234 - ResolverHookFactory services are looked up and used during dynam...I20150929-0800Thomas Watson5-1/+131
2015-08-26Bug 475760 - Bundles with a header "Bundle-NativeCode = *" lead to an invalid...Thomas Watson2-0/+15
2015-08-20Bug 475424 - ResolutionException not printed during debug of dynamic import r...I20150825-0800Thomas Watson5-4/+171
2015-08-19Add an explicit test that confirms host bundles can get resolved whileThomas Watson1-0/+33
2015-08-19Improve the container tests for dynamic importThomas Watson1-3/+56
2015-08-11Bug 471551 - SchemaFactory - Loading behaves differently by switchingI20150811-1400Thomas Watson6-2/+74
2015-07-30Bug 446571 - Many settings not configurable via config.ini (includingThomas Watson3-1/+140
2015-07-09Bug 470527 - Replace `new Boolean` with `Boolean.valueOf`I20150714-0800Alex Blewitt3-4/+4
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Thomas Watson1-1/+1
2015-05-30Bug 468817 - Implementation of BundleFileWrapper.getResourceURL does notI20150601-2000I20150531-2000Thomas Watson1-1/+3
2015-05-29Bug 468817 - Implementation of BundleFileWrapper.getResourceURL does notI20150529-2000Thomas Watson2-24/+102
2015-05-21Bug 467797 - Dynamic package resolution with fragment exported packagesI20150521-1100Thomas Watson2-12/+25
2015-04-07Bug 464057 - 3 warnings in official buildI20150408-1100Thomas Watson1-2/+2
2015-04-02Bug 463808 - Fix more warnings in rt.equinox.framework projectsSzymon Ptaszkiewicz15-69/+70
2015-03-18Bug 462423 - URLStreamHandlerService registrationsThomas Watson7-4/+102
2015-02-24Bug 460637 - BundleFileWrapper does not wrap the invocation toThomas Watson6-2/+145
2015-01-29Bug 458778 - Need to protect against interrupt flag on threads doingI20150203-1300I20150129-1830Thomas Watson1-1/+19
2015-01-16Bug 457118 - OutOfMemoryError (Java Heap Space) when resolving bundlesI20150120-0800Thomas Watson9-3/+36
2015-01-16Bug 457118 - OutOfMemoryError (Java Heap Space) when resolving bundlesThomas Watson6-0/+52
2014-12-18Bug 454204 - Equinox Built in Log Service has no historyThomas Watson1-2/+75
2014-11-03Bug 449484 - Add configuration property to allow bundles to provideThomas Watson1-3/+3
2014-11-03Bug 449484 - Add configuration property to allow bundles to provideThomas Watson4-1/+53
2014-10-31Bug 449465 - Compile error in org.eclipse.osgi.tests/plugin.xmlThomas Watson2-4/+8
2014-10-20Bug 445122 - ClassCastException received whenI20141021-0800Markus Keller1-0/+76
2014-10-06Bug 439134 - BasicLocation.getDataArea uses substring but discards theI20141008-1300I20141007-1500I20141007-0800Thomas Watson1-0/+5
2014-09-30Bug 445122 - ClassCastException received when System.getProperties().store() ...Thomas Watson1-0/+25
2014-09-22Bug 444534 - Locale parsing of -nl parameter allows invalid valuesI20140923-0800Thomas Watson1-3/+3
2014-09-19Bug 444534 - Parsing of nl parameter will now always return a validDirk Fauth1-0/+127
2014-09-08Bug 443340 - Add a testcase to ensure osgi.checkConfiguration is set ifThomas Watson1-0/+20
2014-09-02Bug 441377 - test for null configurationThomas Watson1-0/+4
2014-08-28Bug 442641 - Add test case for system bundle NLSThomas Watson5-1/+34
2014-08-15Bug 441848 - Remove org.eclipse.core.runtime.compatibility.registry from org....I20140819-1200I20140819-0800Thomas Watson1-4/+0
2014-08-07Bug 441377 - Add testcase for null configuration valueThomas Watson1-0/+17
2014-07-16Bug 436082 - Bundle.getHeaders may not return default locale headersI20140806-2000I20140806-0800I20140805-2000I20140805-0800I20140804-2000I20140804-0800I20140803-2000I20140729-0800I20140722-0800Thomas Watson1-1/+9
2014-07-14Bug 438904 - Global buddy class loading is not working for packages in aThomas Watson8-1/+64
2014-07-08Bug 438652 - NPE when exporting a bundle with 'Deployable Plug-ins andHEADmasterThomas Watson1-1/+1
2014-07-02Bug 438652 - NPE when exporting a bundle with 'Deployable Plug-ins andThomas Watson2-2/+33
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140701-0800Paul Webster1-1/+1

Back to the top