Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Changelog"

(Created page with "= Release 0.1.0 = First incubation release. == Sisu-Inject changes == * {{BugN|372081}} - Initial Contribution (JSR330/@Inject extension) * {{BugN|386449}} - Support limitin...")
 
m
Line 3: Line 3:
 
First incubation release.
 
First incubation release.
  
== Sisu-Inject changes ==
+
== Sisu-Inject 0.1.0 changes ==
 
* {{BugN|372081}} - Initial Contribution (JSR330/@Inject extension)
 
* {{BugN|372081}} - Initial Contribution (JSR330/@Inject extension)
 
* {{BugN|386449}} - Support limiting scanning to a sub-set (or super-set) of classes
 
* {{BugN|386449}} - Support limiting scanning to a sub-set (or super-set) of classes
Line 19: Line 19:
 
* {{BugN|417602}} - Support upcoming change to Guice's Binder.getSource() SPI
 
* {{BugN|417602}} - Support upcoming change to Guice's Binder.getSource() SPI
  
== Sisu-Plexus changes ==
+
== Sisu-Plexus 0.1.0 changes ==
 
* {{BugN|385803}} - Initial Contribution (Plexus compatibility layer)
 
* {{BugN|385803}} - Initial Contribution (Plexus compatibility layer)
 
* {{BugN|386448}} - Add support to inject fields of plain Collection type in Plexus
 
* {{BugN|386448}} - Add support to inject fields of plain Collection type in Plexus
Line 29: Line 29:
 
* {{BugN|413233}} - java.lang.NoSuchMethodError: ClassRealmConverter.<init>
 
* {{BugN|413233}} - java.lang.NoSuchMethodError: ClassRealmConverter.<init>
 
* {{BugN|419068}} - Support (degraded) use of sisu-plexus with guice 3.0
 
* {{BugN|419068}} - Support (degraded) use of sisu-plexus with guice 3.0
 +
  
 
[[Category:Sisu]]
 
[[Category:Sisu]]

Revision as of 14:11, 12 November 2013

Release 0.1.0

First incubation release.

Sisu-Inject 0.1.0 changes

  • 372081 - Initial Contribution (JSR330/@Inject extension)
  • 386449 - Support limiting scanning to a sub-set (or super-set) of classes
  • 392441 - Initial Contribution (Sisu Maven Plugin)
  • 393082 - Support context-based @Named modules
  • 393213 - Pluggable bean scanning
  • 393214 - Pluggable external modules
  • 403232 - InheritableThreadLocal is a huge memory leak in OSGi
  • 406177 - Upgrade to ASM4
  • 406612 - Avoid exposing ASM dependency
  • 409525 - Support legacy org.sonatype.inject annotations
  • 410819 - Extract SisuActivator into separate extender bundle
  • 416557 - Extract re-usable parts from the example extender bundle
  • 416841 - Make Guice a provided scope dependency
  • 417602 - Support upcoming change to Guice's Binder.getSource() SPI

Sisu-Plexus 0.1.0 changes

  • 385803 - Initial Contribution (Plexus compatibility layer)
  • 386448 - Add support to inject fields of plain Collection type in Plexus
  • 390239 - Provide cleanroom implementation of PlexusTestCase
  • 390240 - Provide cleanroom implementation of Plexus configurators
  • 391135 - Align Sisu and Plexus-Shim behaviour regarding parameters
  • 403286 - BeanHelper inconsistencies when searching for setters/adders/fields
  • 403287 - ComponentConfigurator interface should have a ROLE field
  • 413233 - java.lang.NoSuchMethodError: ClassRealmConverter.<init>
  • 419068 - Support (degraded) use of sisu-plexus with guice 3.0

Copyright © Eclipse Foundation, Inc. All Rights Reserved.