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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Review the API/SPI/package layout
+
== 1.0.0 ==
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
+
* Graduation!
Would be nice if more of the higher-level wiring/scanning/utility code could be re-used by other low-level injection frameworks
+
 
 +
== TODO ==
 +
 
 
* 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
 +
* Work towards graduation from incubator
 +
 +
[[Category:Sisu]]

Latest revision as of 15:39, 25 April 2015

1.0.0

  • Graduation!

TODO

  • Document programming model
  • Document reusable utility code
  • Document SPI for extenders
  • Clean up tests and increase coverage
  • Work towards graduation from incubator

Back to the top