Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/Meeting Minutes/20101108"

(New page: ==Attending== ==Agenda== - p2 support for OSGi R4.3 (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=324352 bug 324352]) - For instance, there was a case last week where some bundles w...)
 
Line 4: Line 4:
 
- p2 support for OSGi R4.3 (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=324352 bug 324352])
 
- p2 support for OSGi R4.3 (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=324352 bug 324352])
 
- For instance, there was a case last week where some bundles were using "version" to specify a range or version in the required bundle section of their manifest but it should have been "bundle-version". After some changes in OSGi to treat unknown attributes differently, things started failing. We need to discuss whether or not p2 should even deploy bundles that are invalid and will die at runtime.
 
- For instance, there was a case last week where some bundles were using "version" to specify a range or version in the required bundle section of their manifest but it should have been "bundle-version". After some changes in OSGi to treat unknown attributes differently, things started failing. We need to discuss whether or not p2 should even deploy bundles that are invalid and will die at runtime.
 +
 +
- Strategies for optimizing manifest TouchPointData memory footprint for MetadataRepositories.  (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329386 bug 329386])

Revision as of 14:34, 4 November 2010

Attending

Agenda

- p2 support for OSGi R4.3 (see bug 324352) - For instance, there was a case last week where some bundles were using "version" to specify a range or version in the required bundle section of their manifest but it should have been "bundle-version". After some changes in OSGi to treat unknown attributes differently, things started failing. We need to discuss whether or not p2 should even deploy bundles that are invalid and will die at runtime.

- Strategies for optimizing manifest TouchPointData memory footprint for MetadataRepositories. (see bug 329386)

Back to the top