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 "Sisu/Roadmap"

m
m
Line 1: Line 1:
 
* Review the API/SPI/package layout
 
* Review the API/SPI/package layout
  Currently in-progress under the [http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/?h=code-janitor code-janitor] branch
+
  Will begin after the 0.0.0.M0 baseline milestone has been staged
 
* Reduce dependency on Guice/ASM types
 
* Reduce dependency on Guice/ASM types
 
  Would be nice if more of the higher-level wiring/scanning/utility code could be re-used by other low-level injection frameworks
 
  Would be nice if more of the higher-level wiring/scanning/utility code could be re-used by other low-level injection frameworks

Revision as of 10:34, 21 September 2012

  • Review the API/SPI/package layout
Will begin after the 0.0.0.M0 baseline milestone has been staged
  • Reduce dependency on Guice/ASM types
Would be nice if more of the higher-level wiring/scanning/utility code could be re-used by other low-level injection frameworks
  • Document programming model
  • Document reusable utility code
  • Document SPI for extenders
  • Clean up tests and increase coverage

Back to the top