Skip to main content

Sisu in 5 minutes


Sisu is a modular JSR330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring. Sisu uses Google-Guice to perform dependency injection and provide the core JSR330 support, but removes the need to write explicit bindings in Guice modules. Integration with other containers via the Eclipse Extension Registry and the OSGi Service Registry is a goal of this project.

New and Noteworthy
2021-09-13

0.3.5 Build against CDI API 1.2

2019-11-05

0.3.4 Reproducible builds

2016-02-17

0.3.3 Lifecycle maintenance

2015-09-14

0.3.2 Java9+Jigsaw support

2015-02-20

Sisu 0.3.0 has been released!

Back to the top