Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sisu-dev] [ANN] Eclipse/Sisu milestone 0.0.0.M2

Forgot to mention that 0.0.0.M2 includes initial Maven support for generating Sisu index files (META-INF/sisu/...):

	http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/tag/?id=milestones/0.0.0.M2

You can configure Sisu to use these index files instead of classpath scanning by using the BeanScanning option.

On 14 Mar 2013, at 23:51, Stuart McCulloch wrote:

> Hi folks,
> 
> Eclipse/Sisu milestone 0.0.0.M2 has been tagged:
> 
> 	http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tag/?id=milestones/0.0.0.M2
> 	http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/tag/?id=milestones/0.0.0.M2
> 
> This milestone contains minor fixes and further Plexus support:
> 
> 	https://bugs.eclipse.org/bugs/show_bug.cgi?id=390240 - Provide cleanroom implementation of Plexus configurators
> 
> This concludes the cleanroom effort required to use pure Eclipse/Sisu as the container for Maven 3 and other Plexus-based applications (except fixes for regressions in expected/assumed behaviour).
> 
> The next milestone M3 will focus on the @Inject side of things - I'll be doing a "spring clean" of the packages and at the same time will look into reviewing and merging Don's fixes+improvements:
> 
> 	https://bugs.eclipse.org/bugs/show_bug.cgi?id=393213
> 	https://bugs.eclipse.org/bugs/show_bug.cgi?id=393214
> 
> --
> Cheers, Stuart



Back to the top