Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] [ANN] Eclipse/Sisu milestone 0.0.0.M4

Hi folks,

Eclipse/Sisu milestone 0.0.0.M4 has been tagged:


This milestone involved a cleanup of the API, some fixes, and support for pluggable extensions:


Many thanks to Don for the initial suggestions and use-cases, documentation to follow soon.

Sisu-Inject is now available as two bundles: org.eclipse.sisu.inject which is a library bundle
that people can re-use and embed as necessary, and org.eclipse.sisu.inject.extender which
uses the OSGi extender pattern to scan for JSR330 enabled bundles to automatically wire-up.

This milestone also provides support for legacy Sisu applications. Those that just used the
"org.sonatype.sisu" interfaces and annotations will now work unchanged with Eclipse/Sisu.
Those applications that used more specific APIs, such as the locator API, can upgrade to
Sonatype/Sisu 2.4.1 which is now implemented as a simple wrapper around Eclipse/Sisu:


This lets you re-use legacy components with new applications while they are being migrated.

The focus for the next couple of weeks is to finish various tutorials and javadoc so we can get
things in shape for our initial release review and hopefully proceed to graduation later in the year.

I've already given the website a makeover and added a shiny new logo: http://eclipse.org/sisu/
There's also a new Sonar job providing an overview of code quality and coverage over time:


Enjoy!

--
Cheers, Stuart

Back to the top