Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 1.1.EDR
-
Fix Version/s: 1.1.PRD
-
Component/s: Javadoc and API, Portable Extensions
-
Labels:None
-
Environment:CDI API 1.1.EDR1
-
Affects:Release Notes
Description
The CDI SPI is not backwards-compatible after CDI-96. For example:
- InjectionPoint.getBean() now returns BeanAttributes instead of Bean
- AfterBeanDiscovery.addBean() now accepts BeanAttributes instead of Bean
The spec, Javadoc for the given methods as well as the fact that these changes cause backward incompatibility indicate that they are a result of accidental batch modification and not intentional.
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Fix
https://github.com/jboss/cdi/pull/56