Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24increment launcher versionSilenio Quarti1-1/+1
2013-07-24Bug 413663 - Eclipse doesn't restart after switch workspaceSilenio Quarti1-2/+3
2013-07-24Bug 413537 - Marketplace Install trashes JDTThomas Watson1-116/+130
- Fix resolve to not blow up on uses constraint issues if an optional resource can be omitted from the resolve - Fix the false positive uses constraint issue for split packages
2013-07-24Update to latest released resolver implThomas Watson1-3/+15
2013-07-24Bug 413537 - Marketplace Install trashes JDTThomas Watson8-0/+126
- add new tests
2013-07-24Bug 413574 - NPE in EclipseStarterThomas Watson1-1/+0
2013-07-22Bug 411404 - Build from source for osgi.services and osgi.util bundlesI20130723-0800Thomas Watson2-2/+3
- need to include '.' in bin.includes
2013-07-21Bug 411404 - Build from source for osgi.services and osgi.util bundlesThomas Watson1-0/+1
- need to include '.' in bin.includes
2013-07-18Bug 411404 - Build from source for osgi.services and osgi.util bundlesThomas Watson211-402/+13823
2013-07-17Update to latest OSGi R6 core APII20130717-1600Thomas Watson1-1/+10
2013-07-13Revert "Bug 412850 - Need eclipse.inf in osgi.tests to avoid signing inner jars"I20130716-0800Thomas Watson1-1/+0
This reverts commit bd4a14fca9213e39df20c9c810ad2178582b216d.
2013-07-12Update parent pom for compatibility.plugins fragmentThomas Watson1-1/+1
2013-07-12Add tests for Old 2.0 style plugins.Thomas Watson19-1/+494
2013-07-12Add compatibility fragment to support 2.0 style pluginsThomas Watson18-0/+1953
2013-07-12Make FileBundleEntry constructor public to allow extensions to construct it.Thomas Watson1-2/+2
2013-07-12Bug 412850 - Need eclipse.inf in osgi.tests to avoid signing inner jarsThomas Watson1-0/+1
2013-07-10Bug 411833 - Should clean up removal pending during refreshThomas Watson1-2/+26
- add a test.
2013-07-09Bug 412053 - remove ModuleDatabase.getRevisions(String name, Version version)Thomas Watson9-244/+179
2013-07-09Improve logic of waitForStop.Thomas Watson1-13/+8
There was a bug that would result in leaking threads in the forStop map if timeLeft became a negative value. This is possible if time taken to lock the bundle state took nearly the amount of the timeout value.
2013-07-09Bug 412598 - Should use MANIFEST_ERROR type when native capability is specifiedThomas Watson1-3/+3
2013-07-02Bug 412125 - FrameworkStartLevel setInitialBundleStartLevel implementation ↵I20130709-0800Thomas Watson1-0/+3
allows negative start level
2013-07-01Fix compile warnings.I20130702-1230I20130702-1000I20130702-0800Thomas Watson4-9/+5
2013-07-01[Bug 411829] StorageHookFactory validates factory class of StorageHookThomas Watson3-4/+4
at creation time. - change createStorageHook to protected to prevent classes outside of the package from calling it.
2013-07-01[Bug 411829] Tests for bundle install, update, and framework restart with ↵John Ross2-6/+85
persisted bundles. A bundle installation should fail with a BundleException having an IllegalStateException as the cause when a storage hook has the wrong factory class. Same for bundle update. A framework start with persisted bundles should fail with an IllegalStateException when a storage hook has the wrong factory class.
2013-07-01[Bug 411829] StorageHookFactory validates factory class of StorageHook at ↵John Ross2-4/+24
creation time. Added public final method createStorageHookAndValidateFactoryClass(Generation) to StorageHookFactory. This method calls the existing public abstract createStorageHook(Generation) method then validates the factory class of the storage hook against its own class. If not equal, an IllegalStateException is thrown. Modified the framework code to call the new method instead of the original one.
2013-07-01Change TextProcessorSessionTest to use its own configurationThomas Watson1-6/+10
2013-07-01Bug 412019 - configuration area is not locked on reading of framework.info fileThomas Watson3-20/+70
2013-06-30Make configuration area read-only for tests.Thomas Watson1-0/+6
2013-06-30Disable failing tests.Thomas Watson2-2/+2
2013-06-28Bug 411910 - EcipseStarter.getProperty methods should both use the ↵Thomas Watson1-1/+1
getConfiguration method.
2013-06-27Bug 411833 - Should clean up removal pending during refreshThomas Watson2-1/+3
2013-06-27fix copyrightsThomas Watson157-158/+174
2013-06-27Make sure to use the correct reference handler in case of multiple frameworks.Thomas Watson4-19/+53
2013-06-26Binaries v20130626-1554Silenio Quarti24-24/+24
2013-06-26Bug 407416 - [unity] Allow storage hooks to validate the Generation.Thomas Watson1-3/+1
- Remove unnecessary list copy.
2013-06-26Bug 407416 - [unity] Allow storage hooks to validate the Generation.Thomas Watson1-1/+0
- remove unnecessary refreshPackages call
2013-06-26Bug 407416 - [unity] Allow storage hooks to validate the Generation.Thomas Watson2-0/+24
- add tests to overall osgi test suite.
2013-06-26Bug 407416 - [unity] Allow storage hooks to validate the Generation.Thomas Watson3-0/+30
- add copy rights
2013-06-26Bug 407416 - [unity] Allow storage hooks to validate the Generation.John Ross3-27/+44
The framework will now ask storage hooks to validate bundles at load time. If a storage hook throws an IllegalStateException, the bundle will be discarded.
2013-06-26[Bug 407416] Test framework discards bundles at load time when storage hooks ↵John Ross7-1/+308
invalidate. A new package and initial infrastructure for framework hook tests was created. Two storage hook tests have been added. One tests that bundles are discarded if a storage hook throws IllegalStateException from the validate() method. The other ensure that bundles are not discarded when storage hook validation succeeds.
2013-06-26Bug 409033 - Mac OS X: fix for bug 302584 broke ability to specify arbitrary ↵Silenio Quarti1-6/+11
Java VM using -vm parameter
2013-06-26Bug 411361 - [Mac] Kepler doesn't launch without JRE 6, even if JDK 7 is ↵Silenio Quarti2-9/+22
installed
2013-06-24Bug 411169 - Update parent POMs for LunaPaul Webster31-31/+31
2013-06-24Bug 411512 - Dynamic resolution is brokenThomas Watson4-11/+27
2013-06-20Bug 387699 - Create a Java8 SE profileThomas Watson2-1/+204
2013-06-18Bug 411036 - SignedContentFactory.getSignedContent(File) should throwThomas Watson1-2/+7
IOException on invalid ZipFile
2013-06-12Implement new findProviders method.Thomas Watson1-3/+9
2013-06-12Update to latest OSGi R6 core APIThomas Watson104-190/+1154
2013-06-12Merge branch 'master' into twatson/containerThomas Watson1-2/+9
2013-06-12Bug 410549 - Allow newly resolved bundles to get resolved to any capability ↵Thomas Watson1-1/+1
from a current or in-use revision - Fixed by only removing capabilities when the removal pending revision is actually flushed from the revisions.

Back to the top