Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] [ANN] Eclipse/Sisu 0.3.0 milestone 1

Hi folks,

The first milestone of Sisu 0.3.0 is now available:

http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.sisu%22%20AND%20v%3A%220.3.0.M1%22%20AND%20%28p%3A%22eclipse-plugin%22%20OR%20p%3A%22maven-plugin%22%29

http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tag/?id=milestones/0.3.0.M1
http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/tag/?id=milestones/0.3.0.M1
http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/tag/?id=milestones/0.3.0.M1

This milestone contains the following features:

429268 Support @org.eclipse.sisu.Typed as alternative to @javax.enterprise.inject.Typed
429277 Remove unused type parameter from BeanEntry List/Set adapters
433187 Update ASM to version 5.0.2
433807 Fix warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.space.SisuIndexAPT6' less than -source '1.7' 
433960 Avoid evaluating value in BeanEntry.toString()

423596 Upgrade to Plexus Classworlds 2.5.1
441254 DefaultPlexusContainer#discoverComponents mishandles recreated realms

There were also various caching improvements made while fixing 441254 which should help both JSR330 and Plexus applications.

--
Cheers, Stuart

Back to the top