Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08Add a SystemBundle update testcase.Thomas Watson1-0/+64
2008-10-01ASSIGNED - bug 244625: Implement new service registry hooks (RFC 126)BJ Hargrave1-8/+24
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244625 improve test to check for correct exception type
2008-10-01ASSIGNED - bug 244625: Implement new service registry hooks (RFC 126)BJ Hargrave1-29/+348
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244625 Add FindHook support
2008-09-24Bug 248488 Updates to RFC 132 to pass configuration to constructorThomas Watson2-64/+97
2008-09-22Bug 231290 ConditionalPermissionAdmin.getAccessControlContext() needs some fixesThomas Watson1-0/+92
2008-09-15FrameWorkUtil test with SystemBundle.v20080915-1045Thomas Watson5-1/+102
2008-09-10Bug 246640 System packages only added to first system bundleThomas Watson1-1822/+1931
2008-09-08Bug 245678 inconsistent security checkes for bundles with attached fragmentsv20080908-1645Thomas Watson10-1/+276
2008-09-05test dependency chain.Thomas Watson1-1/+1
2008-09-04Bug 246132 Refactor loader layerThomas Watson9-0/+178
2008-09-04Bug 246132 Refactor loader layerThomas Watson2-72/+55
2008-09-02Bug 242799 [osgi R4.2] implement changes to conditional permission admin RFC 120Thomas Watson1-0/+121
2008-08-28Bug 243654 TextProcessor should also be active on the MacThomas Watson1-46/+35
2008-08-26Bug 245303 [app] implement new ApplicationHandle.getExitValueThomas Watson3-5/+264
2008-08-25Bug 244624 Implement new BundleException typesv20080825-1800Thomas Watson23-55/+465
2008-08-21Bug 244629 implement the new ServiceException in the framework.Thomas Watson1-0/+225
- Added testcases.
2008-08-18Bug 244443 Implement SystemBundle (RFC 132)Thomas Watson3-4/+506
2008-08-15Bug 242799 [osgi R4.2] implement changes to conditional permission admin RFC 120Thomas Watson1-8/+154
2008-08-04Move AllSecurityAdminTests to end so they do not break other tests.v20080804-1500Thomas Watson1-1/+1
2008-08-01OSGi 4.2 - rfc 126: ServiceEvent.MODIFIED_ENDMATCH supportv20080801-2300BJ Hargrave2-0/+375
This is needed by the latest ServiceTracker code release
2008-07-31Bug 242799 [osgi R4.2] implement changes to conditional permission admin RFC 120Thomas Watson9-1/+691
2008-07-17 Bug 241128 StateHelper.getUnsatisfiedLeaves() behaviour changed from 3.2v20080722-0430Thomas Watson1-0/+216
2008-07-15Bug 184127 NullPointerException when trying to open a fileThomas Watson1-3/+84
2008-07-02Bug 239360 [sec] Unchecked SecurityException thrown when SignatureException ↵Thomas Watson2-0/+16
makes more sense
2008-07-02Bug 239322 java.lang.StackOverflowError in BundleLoader with version 3.4rc3Thomas Watson10-9/+110
2008-07-01Bug 238675 Bundle-NativeCode parsing errorThomas Watson1-2/+22
2008-04-23Bug 228427 Are files signed in META-INF or not?Thomas Watson5-0/+102
2008-04-09Bug 225090 Need cleanup of temporary files after browsing sitesThomas Watson2-1/+367
2008-04-04Fixed javadoc error.v20080407DJ Houghton1-2/+1
2008-03-26Bug 223945 [sec] Should AuthorizationEngine/AuthorizationManager be ↵v20080326Thomas Watson4-5/+5
internal.provisional ?
2008-03-11Bug 216309 [tests] KeyStoreTrustEngineTest is expecting exceptions in some ↵Thomas Watson1-25/+26
cases?
2008-02-22Bug 217503 DefaultAuthorizationEngine should allow policy to be setThomas Watson3-87/+91
2008-02-20Bug 67220 Location.setUrl needs more error informationv20080225Thomas Watson1-4/+73
2008-02-15Bug 217724 Substitutable exports and require-bundlev20080218v20080215Thomas Watson1-0/+110
2008-02-12Bug 217724 Substitutable exports and require-bundleThomas Watson57-2089/+3769
2008-02-12Bug 218625 [resolver] support for other system.bundle vendorsThomas Watson1-1/+292
2008-02-11Bug 218516 [tests] timing issues with security tests.v20080211Thomas Watson1-6/+6
2008-02-11manifest must end in blank lineThomas Watson2-2/+2
2008-02-05Bug 217789 Compiler warnings in I20080204-1800Thomas Watson1-7/+10
2008-02-04Bug 217150 ↵v20080204Thomas Watson1-7/+3
org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getFragments throws a NPE if there is no containing state
2008-01-30Bug 217150 ↵Thomas Watson1-0/+28
org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getFragments throws a NPE if there is no containing state
2008-01-29Bug 216511 Should exception be thrown when adding a bundle that already ↵Thomas Watson1-1/+161
belongs to another state?
2008-01-28Bug 181832 Console's "diag" command should try to display the ID of the ↵v20080128Thomas Watson1-0/+32
"Missing required bundle"
2008-01-28Bug 216648 Updating a bundle that exports/imports same package failsThomas Watson1-1/+1
2008-01-26Bug 216648 Updating a bundle that exports/imports same package failsThomas Watson8-2/+74
2008-01-24Bug 201068 refreshPackages() incorrect behaviourThomas Watson1-1/+50
additional test to make test that non-active lazy bundles are returned to STARTING state on refresh.
2008-01-24Bug 201068 refreshPackages() incorrect behaviourThomas Watson1-1/+5
2008-01-23Bug 216286 Compiler warnings in N20080123-0010 in osgi testsThomas Watson1-182/+188
2008-01-21Bug 215901 Bundle-NativeCode resolution of org.osgi.framework.os.name and ↵v20080121Thomas Watson1-0/+19
org.osgi.framework.processor is not case-insensitive
2008-01-21Bug 215901 Bundle-NativeCode resolution of org.osgi.framework.os.name and ↵Thomas Watson1-0/+38
org.osgi.framework.processor is not case-insensitive

Back to the top