May 2011 Archives by subject
Starting: Sun May 1 11:55:18 EDT 2011
Ending: Tue May 31 01:23:01 EDT 2011
Messages: 410
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-12) Specifically exclude methods inherited from java.lang.Object from the list of business method invocations
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-28) Abstract methods on decorators
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-41) Improve clarity of decorators
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-44) Clarify that interceptors must be implemented using subclassing, and clarify the behaviour of self-invocation
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-5) 9.5.1 Around-Invoke Interceptor example have wrong signature
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-58) Clarify that there can be multiple AnnotatedType instances per Java class
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-59) Clarify that interceptors/decorators don't apply to producers in resolution rules
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-60) In lifecycle chapter, clarify creation of interceptors/decorator
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-69) Clarify that POST_ACTIVATE and PRE_PASSIVATE on InterceptorType are only for EJBs
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-73) Specify that the BM should be available from the Servlet context for ease of access
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-74) State explicitely that Decorators must be implemented using subclassing
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Assigned: (CDI-82) Clarify the usage of EJB3 interceptors as managed beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-10) Add ability to access a bean instance from a proxy
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-11) cdi-api lists el-api as optional in pom, but is required by api
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-111) ValidationFactory -> ValidatorFactory
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-115) Interceptor.intercept() must throw exceptions
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-117) Add BeanManager to a ServletContext attribute
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-12) Specifically exclude methods inherited from java.lang.Object from the list of business method invocations
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-122) Create a standard way to bootstrap a CDI container outside of a Java EE environment for unit testing and other JSRs that need CDI features
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-131) Correct the signature of Interceptor.intercept() in the API
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-35) add support for 'optional' beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-40) XSD missing enable element
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-41) Improve clarity of decorators
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-46) Clarify in the specification that extensions do not require a beans.xml file
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-46) Clarify in the specification that extensions do not require a beans.xml file
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-5) 9.5.1 Around-Invoke Interceptor example have wrong signature
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-52) Make it clearer that an InjectionPoint injected into a disposer method refers to the producer method bean and not to the declaring bean
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-56) Clarify that scope types should not have members
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-56) Clarify that scope types should not have members
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-57) Clarify that not all classes in a bean archive are bean classes
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-64) Clarify that the instance of EntityManager associated with a resource declaration is the same instance that would be injected using @PersistenceContext
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-65) Clarify that non-contextual stateful EJB references are not automatically destroyed by the container (the app must call the @Remove method explicitly)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-66) Clarify that EJB and web service references are truly @Dependent scoped (instance per injection)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-67) Clarify destruction of resources
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-68) Clarify that there is only one instance of a Context object per application deployment for built in contexts
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-69) Clarify that POST_ACTIVATE and PRE_PASSIVATE on InterceptorType are only for EJBs
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-70) Clarify that if an extension provides an Annotated* then it is considered "metadata complete"
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-72) Clarify what InjectionPoint should return when the injection point is Instance<>
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-75) Clarify what happens to a bean which belongs to inactive when it observes an event
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-76) JavaDocs regarding adding scopes are weak
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-95) Ability to obtain a container-created bean for a Producer or InjectionTarget or for an AnnotatedType
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-95) Ability to obtain a container-created bean for a Producer or InjectionTarget or for an AnnotatedType
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-96) Ability to override attributes of a Bean
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-97) Ability to process modules
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-97) Ability to process modules
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-98) Ability to wrap the InjectionPoint
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Closed: (CDI-99) Obtain Extension instances from BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-1) Clarify how resource producer fields (for persistence contexts) interact with transaction propagation
Stuart Douglas (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Stuart Douglas (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Stuart Douglas (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-106) Support JMS mappings
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-108) Align with release of @Inject included in the Java EE 7 platform
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-109) Invalid beans should not be injectable into extensions
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
Dan Allen (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
Dan Allen (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
Dan Allen (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-112) Clarify how alternatives are enabled
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-112) Clarify how alternatives are enabled
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-119) Standard way to obtain a BeanManager regardless of environment
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-12) Specifically exclude methods inherited from java.lang.Object from the list of business method invocations
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-121) TransactionScope
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-121) TransactionScope
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Pete Muir
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Mark Struberg
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Pete Muir
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Rick Hightower
- [cdi-dev] [JBoss JIRA] Commented: (CDI-127) Add support for annotation scanning of Java enums
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-128) Ability to access CDI enhanced metadata from the InvocationContext.getMethod()
jaikiran pai (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Stuart Douglas (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Jens Schumann (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Gerhard Petracek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Arne Limburg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Fab Mars (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Arne Limburg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Arne Limburg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Arne Limburg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-14) Add instance() method to BeanManager
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-18) Global enablement of interceptors, decorators and alternatives
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-18) Global enablement of interceptors, decorators and alternatives
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-18) Global enablement of interceptors, decorators and alternatives
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-26) Embedded Mode
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-28) Abstract methods on decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-30) An API for managing built in contexts
Shane Bryzak (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-35) add support for 'optional' beans
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Pete Muir
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christian Sadilek (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
John Ament (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Jason Porter (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Jason Porter (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Jason Porter (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Aslak Knutsen (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-40) XSD missing enable element
Jason Porter (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-44) Clarify that interceptors must be implemented using subclassing, and clarify the behaviour of self-invocation
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-44) Clarify that interceptors must be implemented using subclassing, and clarify the behaviour of self-invocation
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-48) Global Interceptor/Decorator ordering
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-50) Ability to veto beans, both unconditionally and based on classes visible
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-58) Clarify that there can be multiple AnnotatedType instances per Java class
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-6) Clarify InjectionTarget method parameters
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
John Ament (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
John Ament (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Christian Bauer (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-70) Clarify that if an extension provides an Annotated* then it is considered "metadata complete"
Arne Limburg (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-70) Clarify that if an extension provides an Annotated* then it is considered "metadata complete"
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-74) State explicitely that Decorators must be implemented using subclassing
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-74) State explicitely that Decorators must be implemented using subclassing
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-8) Decorators are not applied to custom beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-82) Clarify the usage of EJB3 interceptors as managed beans
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-9) Interceptors are not applied to custom bean types
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-92) Allow injection of Bean object for a bean
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-92) Allow injection of Bean object for a bean
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Commented: (CDI-98) Ability to wrap the InjectionPoint
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-122) Create a standard way to bootstrap a CDI container outside of a Java EE environment for unit testing and other JSRs that need CDI features
Pete Muir
- [cdi-dev] [JBoss JIRA] Created: (CDI-124) Clarify how the ObserverMethod interface should be used
Jozef Hartinger (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-125) Clarify *when* initialization should occur for normal scoped beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-126) Clarify whether it is allowable that a ctor is called more than once when a normal scoped bean is instantiated
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-127) Add support for annotation scanning of Java enums
Brian Leathem (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-128) We need a CDIInvocationContext which provides a getAnnotated
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-131) Correct the signature of Interceptor.intercept() in the API
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-132) Clarify which initial info AnnotatedType should contain
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Created: (CDI-133) Further clarify the notion of a decorated type
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Stuart Douglas (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-14) Add instance() method to BeanManager
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-14) Add instance() method to BeanManager
Fab Mars (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-14) Add instance() method to BeanManager
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-23) Allow BeanManager to be resolved as though you were in another bean archive
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-28) Abstract methods on decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-30) An API for managing built in contexts
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Christopher Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Jason Porter (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Mike Brock (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-4) Need a way to provide ordering for Event observers (@Observes)
Lincoln Baxter III (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-44) Clarify that interceptors must be implemented using subclassing, and clarify the behaviour of self-invocation
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-6) Clarify InjectionTarget method parameters
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-74) State explicitely that Decorators must be implemented using subclassing
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Issue Comment Edited: (CDI-82) Clarify the usage of EJB3 interceptors as managed beans
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-28) Abstract methods on decorators
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-46) Clarify in the specification that extensions do not require a beans.xml file
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-56) Clarify that scope types should not have members
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-95) Ability to obtain a container-created bean for a Producer or InjectionTarget or for an AnnotatedType
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Reopened: (CDI-97) Ability to process modules
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Resolved: (CDI-12) Specifically exclude methods inherited from java.lang.Object from the list of business method invocations
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Resolved: (CDI-131) Correct the signature of Interceptor.intercept() in the API
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Resolved: (CDI-28) Abstract methods on decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Resolved: (CDI-41) Improve clarity of decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Resolved: (CDI-5) 9.5.1 Around-Invoke Interceptor example have wrong signature
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-105) Provide a means for portable extensions to access beans.xml files
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-109) Invalid beans should not be injectable into extensions
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-110) Provide support for binding an invocation handler to an interface or abstract class
George Gastaldi (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-12) Specifically exclude methods inherited from java.lang.Object from the list of business method invocations
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-121) TransactionScope
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-121) TransactionScope
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-121) TransactionScope
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-122) Create a standard way to bootstrap a CDI container outside of a Java EE environment for unit testing and other JSRs that need CDI features
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-123) Using Seam XML extension for CDI and Candi XML as a guide, let's add the ability to do XML config back into the specification
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-125) Clarify *when* initialization should occur for normal scoped beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-125) Clarify *when* initialization should occur for normal scoped beans
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-126) Clarify whether it is allowable that a ctor is called more than once when a normal scoped bean is instantiated
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-127) Add support for annotation scanning of Java enums
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-128) Ability to access CDI enhanced metadata from the InvocationContext.getMethod()
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-128) Ability to access CDI enhanced metadata from the InvocationContext.getMethod()
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-129) Clarify behaviour of @ApplicationScoped in EARs
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-129) introduce @EnterpriseScoped (or similar)
Mark Struberg (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-129) introduce @EnterpriseScoped (or similar)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Richard Hightower (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-130) interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-132) Clarify which initial info AnnotatedType should contain
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-2) Interceptor bindings defined at method level should override those at the class level
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-28) Abstract methods on decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-41) Improve clarity of decorators
Marius Bogoevici (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-46) Clarify in the specification that extensions do not require a beans.xml file
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-5) 9.5.1 Around-Invoke Interceptor example have wrong signature
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-50) Ability to veto beans, both unconditionally and based on classes available
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-50) Ability to veto beans, both unconditionally and based on classes visible
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-50) Add annotation version of veto()
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-53) Datasources defined on alternatives
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-58) Clarify that there can be multiple AnnotatedType instances per Java class
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-59) Clarify that interceptors/decorators don't apply to producers in resolution rules
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-6) Clarify InjectionTarget method parameters
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-60) In lifecycle chapter, clarify creation of interceptors/decorator
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-65) Clarify that non-contextual stateful EJB references are not automatically destroyed by the container (the app must call the @Remove method explicitly)
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-7) Section 10.2, bullet 3, first paragraph contradicts the rest of the section
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-73) Specify that the BM should be available from the Servlet context for ease of access
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-78) Clarify how isDelegate() behaves on InjectionPoint, and what happens when an InjectionPoint is injected into a Decorator
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-78) Clarify how isDelegate() behaves on InjectionPoint, and what happens when an InjectionPoint is injected into a Decorator
Pete Muir (JIRA)
- [cdi-dev] [JBoss JIRA] Updated: (CDI-78) Clarify how isDelegate() behaves on InjectionPoint, and what happens when an InjectionPoint is injected into a Decorator
Pete Muir (JIRA)
- [cdi-dev] [weld-dev] Overly restrictive serialization requirements
Pete Muir
- [cdi-dev] [weld-dev] Overly restrictive serialization requirements
Pete Muir
- [cdi-dev] CDI 1.1
Pete Muir
- [cdi-dev] CDI 1.1
Pete Muir
- [cdi-dev] CDI 1.1
Pete Muir
- [cdi-dev] CDI github official repo moved
Pete Muir
- [cdi-dev] Clarifications
Pete Muir
- [cdi-dev] Code Formatting Rules
George Gastaldi
- [cdi-dev] Code Formatting Rules
Pete Muir
- [cdi-dev] Code Formatting Rules
Dan Allen
- [cdi-dev] Code Formatting Rules
Dan Allen
- [cdi-dev] Code Formatting Rules
Pete Muir
- [cdi-dev] Code Formatting Rules
Pete Muir
- [cdi-dev] Code Formatting Rules
Dan Allen
- [cdi-dev] Code Formatting Rules
George Gastaldi
- [cdi-dev] Eclipse formatter
Pete Muir
- [cdi-dev] Eclipse formatter
George Gastaldi
- [cdi-dev] Eclipse formatter
Pete Muir
- [cdi-dev] Eclipse formatter
Dan Allen
- [cdi-dev] Eclipse formatter
Pete Muir
- [cdi-dev] Eclipse formatter
George Gastaldi
- [cdi-dev] Feedback on CDI-58 fix needed
Pete Muir
- [cdi-dev] Fw: [weld-dev] Overly restrictive serialization requirements
Mark Struberg
- [cdi-dev] Fwd: [JBoss JIRA] Created: (CDI-121) TransactionScope
Pete Muir
- [cdi-dev] general goal for CDI-1.1
Mark Struberg
- [cdi-dev] general goal for CDI-1.1
Pete Muir
- [cdi-dev] general goal for CDI-1.1
Pete Muir
- [cdi-dev] Git updates
Pete Muir
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Marius Bogoevici
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Marius Bogoevici
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Mark Struberg
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Pete Muir
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Rick Hightower
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Jaikiran Pai
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Rick Hightower
- [cdi-dev] interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
Jaikiran Pai
- [cdi-dev] LifeCycle Event Callbacks and Interceptors
Jens Schumann
- [cdi-dev] Proxy implementation leaks
Christian Bauer
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Christian Bauer
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Arne Limburg
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Christian Bauer
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Arne Limburg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Jens Schumann
- [cdi-dev] Proxy implementation leaks
Pete Muir
- [cdi-dev] Proxy implementation leaks
Mark Struberg
- [cdi-dev] Review of proposed fix for CDI-78
Pete Muir
- [cdi-dev] Shared dependent instance injection with circular reference through decorator
Christian Bauer
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Peter Muir
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Peter Muir
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Mark Struberg
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Pete Muir
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Mark Struberg
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Pete Muir
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Mark Struberg
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Arne Limburg
- [cdi-dev] Should AnnotatedType also reflect inherited information?
Arne Limburg
- [cdi-dev] Work done on CDI-1.1 spec
George Gastaldi
Last message date:
Tue May 31 01:23:01 EDT 2011
Archived on: Tue May 31 01:24:57 EDT 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).