Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-12Bug 94970 plugins with external jars should use external:v20050512-1200Thomas Watson1-1/+3
2005-05-12Bug 88759 - [osgi] standalone osgi never moves to the "started" statePascal Rapicault1-1/+8
2005-05-12Bug 94859 bundle data discarded on every startup if install != user.dirThomas Watson1-4/+8
2005-05-11Update test to correctly test import-package and require-bundle behavior.Thomas Watson1-1/+1
2005-05-11remove BundleSymbolicNameConditionThomas Watson1-137/+0
2005-05-11Bug 94853 - AbstractBundleData#findNativePath should return first hitpostBuddyLoading1-3/+2
2005-05-11Bug 87775 - Overcoming classloading issues with third party librariesPascal Rapicault16-6/+808
2005-05-11remove eclipse.properties.Thomas Watson1-13/+0
2005-05-11Bug 94793 - NPE in ZipBundleEntry#getFileURLbeforeBuddyLoadingThomas Watson3-8/+15
2005-05-11implementation of ConditionalPermissionAdmin#getAccessControlContextThomas Watson1-8/+33
2005-05-11externalize stringsJohn Arthorne4-5/+5
2005-05-11Add support in the adaptor to do dnChain matching.Thomas Watson3-7/+88
2005-05-11Fix consistency checking for import-package and require-bundle.Thomas Watson1-11/+0
2005-05-10must throw CNFE for imported packages if the class does not exist.Thomas Watson1-2/+6
2005-05-10backout changed for bug 87780Thomas Watson1-24/+7
2005-05-09[security] protect callers from access to system propertiesv20050509-2000Thomas Watson1-2/+2
2005-05-09Bug 87504 - Warn when .log becomes bigPascal Rapicault1-1/+100
2005-05-09Bug 67699 - EclipseClassLoader should not log exceptions that are thrown to c...Pascal Rapicault1-3/+1
2005-05-06Bug 88078 - support running on read-only configuration areav200505063-3/+6
2005-05-05Add support for osgi.java.profile.bootdelegation property for java profile bo...Thomas Watson7-21/+68
2005-05-05Add StateHelper#getAccessCode method for PDE to use.Thomas Watson5-13/+50
2005-05-05Bug 93787 - NPE in DevClassPathHelper#load(URL)1-1/+2
2005-05-05Bug 87780 [osgi] should PluginConverter auto require org.eclipse.osgi ?Jeff McAffer2-13/+5
2005-05-04added test case for moving pre-primed configuration areas4-26/+172
2005-05-04Prevent possible NPEThomas Watson1-1/+4
2005-05-04x-internal and x-friend directives should be set on ExportPackageDescription ...Thomas Watson9-19/+43
2005-05-04Bug 88120 - improve error messages when framework cannot write2-5/+6
2005-05-04sorted message keys1-19/+19
2005-05-0387780 [osgi] should PluginConverter auto require org.eclipse.osgi ?Thomas Watson2-11/+38
2005-05-03Bug 93572 - CodeSource(URL, null) is ambiguous in 1.51-2/+2
2005-05-03Move FileManager to org.eclipse.core.runtime.adaptorThomas Watson7-8/+7
2005-05-02must fail install if framework extensions import-package, require-bundle, or ...Thomas Watson3-2/+22
2005-04-30Only recognize x-friends if using strict mode.Thomas Watson1-1/+2
2005-04-29back out fix to 86713 Don't hold class loader lock while waiting for bundle a...Thomas Watson1-3/+1
2005-04-29improved error message for java.nio locking failure2-3/+4
2005-04-29Updated javadoc.DJ Houghton2-4/+8
2005-04-29Updated javadoc.DJ Houghton8-237/+322
2005-04-28Bug 92924 [osgi] query class context to determine parent delegationThomas Watson3-6/+52
2005-04-27Bug 92979 FileManager tests fail on linuxThomas Watson3-40/+74
2005-04-27Updates from OSGi.Thomas Watson1-2/+2
2005-04-25Fix for accessing builtin URL handlers when security is enabled.v20050425aOSGI_RI_20050427Thomas Watson4-12/+62
2005-04-25testJavaIOLocking should run on Windows only1-0/+3
2005-04-25Fixes for multiple hosts per fragment.Thomas Watson2-1/+2
2005-04-25Bug 92283 - Timestamp of !SESSION entry in log is not accuratev20050425DJ Houghton1-5/+20
2005-04-25should publish missing classpath entries as INFO events.Thomas Watson1-1/+1
2005-04-25Bug 92550Thomas Watson1-1/+16
2005-04-22return default locale headers when requested locale is not found.Thomas Watson1-4/+8
2005-04-22return default locale headers when bundle is uninstalled.Thomas Watson1-0/+3
2005-04-22- removed dev classpath entry property support (not API)Thomas Watson3-46/+13
2005-04-2158281 [osgi] Support for importing libraries outside the plugin folderThomas Watson2-24/+86

Back to the top