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

Sisu/Changelog

< Sisu
Revision as of 14:10, 12 November 2013 by Mcculls.gmail.com (Talk | contribs) (Created page with "= Release 0.1.0 = First incubation release. == Sisu-Inject changes == * {{BugN|372081}} - Initial Contribution (JSR330/@Inject extension) * {{BugN|386449}} - Support limitin...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Release 0.1.0

First incubation release.

Sisu-Inject 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 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

Back to the top