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"

(New page: * Review current API/SPI/package layout * Reduce dependency on Guice/ASM types * Document programming model * Document reusable utility code * Document SPI for extenders * Clean up tests a...)
 
m
Line 1: Line 1:
* Review current 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
 
* 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
 
* Document programming model
 
* Document programming model
 
* Document reusable utility code
 
* Document reusable utility code
 
* Document SPI for extenders
 
* Document SPI for extenders
 
* Clean up tests and increase coverage
 
* Clean up tests and increase coverage

Revision as of 17:50, 5 August 2012

  • Review the API/SPI/package layout
Currently in-progress under the code-janitor branch
  • 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