Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-16Bug 531268 - java.lang.RuntimeException: Must not re-enter openLock inI20180219-2000I20180218-2000I20180217-1500I20180216-2000Thomas Watson1-0/+3
getZipFile. Remove the restriction on re-entering open lock Change-Id: I7ff625fa7993b58813b4a17f21637931037ac418 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-11-03Add org.eclipse.osgi/debug/storage trace optionThomas Watson1-0/+1
2015-07-29Bug 473216 - Add trace option to log call stack of the system bundle stop()Thomas Watson1-0/+2
2014-04-03Bug 431491 - Debug tracing option to print stacktrace when bundle isThomas Watson1-25/+3
lazy-loaded
2014-03-24Bug 431052 - Support DebugOptionsListener for framework trace optionsI20140325-0830Thomas Watson1-18/+0
2013-12-18Add option to trace resolving of root resourcesThomas Watson1-0/+2
Also remove the DEBUG_RESOLVER field. Instead each debug option is set to true of the base resolver option is enabled.
2013-12-05[Bug 420067] Set all .options to false.John Ross1-1/+1
2013-12-05[Bug 420067] Add support for org.eclipse.osgi/resolver/report resolver trace ↵John Ross1-1/+3
option. Setting org.eclipse.osgi/resolver/report = true will print out the resolution report information.
2013-12-05[Bug 420067] Add support for org.eclipse.osgi/resolver/wiring resolver trace ↵John Ross1-0/+2
option. Setting org.eclipse.osgi/resolver/wiring = true will print out the wiring information for all bundles that were resolved as part of the resolution.
2013-12-05[Bug 420067] Add support for org.eclipse.osgi/resolver/uses resolver trace ↵John Ross1-0/+2
option. Setting org.eclipse.osgi/resolver/uses = true will print out information about uses constraint violations.
2013-12-05[Bug 420067] Add support for org.eclipse.osgi/resolver/hooks resolver trace ↵John Ross1-1/+4
option. Setting org.eclipse.osgi/resolver/hooks = true will print out everything filtered by resolver hooks. Information is printed out separately for each method: filterMatches, filterResolvable, and filterSingletonCollisions. The filterMatches information is now printed for both DEBUG_PROVIDERS and DEBUG_HOOKS.
2013-12-05[Bug 420067] Add support for org.eclipse.osgi/resolver/providers resolver ↵John Ross1-14/+6
trace option. Specifying org.eclipse.osgi/resolver/providers = true within the .options file will enable trace output describing what's happening between the resolve context and resolver when finding providers. A list of the current output follows. (1) The requirement for which providers are being found. (2) Capabilities filtered because their effective directive was not equal to "resolve". (3) Capabilities filtered by resolver hooks via the filterMatches method. (4) Capabilities filtered because their resource was no resolved. (5) Capabilities filtered because the requirer did not have permission. (6) Capabilities filtered because the provider did not have permission. (7) Capabilities filtered because they were disabled. (8) Capabilities filtered because they were substituted. (9) The list of capabilities being returned to the resolver after filtering. I tried to format the output so that it's easily readable using line separators and tabs. The risk, of course, is that while it might look good in the console output, it could look horrible when System.out is routed to some third-party logging mechanism.
2013-10-24Bug 420067 - Review trace options for org.eclipse.osgiThomas Watson1-1/+2
- implement debug/cachedmanifest trace option
2013-10-24Bug 420067 - Review trace options for org.eclipse.osgiThomas Watson1-1/+2
- properly document debug/location option
2010-02-09Add debug options to CachedManifest.Thomas Watson1-0/+1
2009-08-13Bug 286022 Large number of Version objects retained in memoryThomas Watson1-0/+4
2008-01-30Added more debug info to uses clause processingThomas Watson1-2/+2
2007-03-29Bug 139531 debug/monitorbundles and monitor/activation trace options conflictThomas Watson1-1/+0
2006-05-01Bug 137993 [doc] org.eclipse.osgi/.options poorly documentedThomas Watson1-0/+2
2006-05-01Bug 137993 [doc] org.eclipse.osgi/.options poorly documentedThomas Watson1-7/+17
2006-04-07Bug 106086 Class loader tracing entries invalid in core.runtime .options fileThomas Watson1-30/+28
2006-03-17Bug 123707 consider resolver support for matching arbitrary propertiesThomas Watson1-0/+1
2005-05-17Bug 94726after-osgi-api-refactorThomas Watson1-1/+1
[osgi] ensure osgi packages follow eclipse API rules
2005-04-12Bug 90724 - [osgi] Unable to debug message resource bundle loadingDJ Houghton1-0/+3
2005-02-10Released Profiling classes.Thomas Watson1-0/+18
2005-01-14Merge from the osgi layering branchPascal Rapicault1-0/+8
2004-05-26Fixed bug 63373 - provide a better message when locking failsv20040527bv20040526b1-1/+2
2004-05-20Bug 63199 .options missing some valuesJeff McAffer1-1/+31
2004-04-29Add support to track calls to the pluginConverterPascal Rapicault1-0/+1
2004-03-30*** empty log message ***Pascal Rapicault1-1/+4
2004-01-22Fix for Bug 50168 - Unresolved bundle should appear as warning in the log1-0/+4
2003-12-04Moved DebugOptions into its own package and modified the framework debug ↵Thomas Watson1-0/+17
options to follow naming convention.

    Back to the top