cdi icon indicating copy to clipboard operation
cdi copied to clipboard

CDI specification

Results 82 cdi issues
Sort by recently updated
recently updated
newest added

As per the existing issue https://issues.redhat.com/browse/CDI-610 There's currently not a clear way on how to obtain the current injection point (if any) from `Bean#create`. A previously somewhat accepted way (though...

Currently, CDI doesn't mandate that OM have certain return type. However, since those methods are invoked by CDI, user has no means to obtain whatever return type/value it has. It...

CDI.next

This issue aims to capture ideas for next CDI version and should help us get a measure of changes we are looking at. Eventually, this will lead to a formulation...

CDI.next

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

The core profile cannot cleanly separate a dependency on jakarta.el-api from the dependency on jakarta.enterprise.cdi-api because of the usage in BeanManager#{getELResolver, wrapExpressionFactory}. We need to think about how factor out...

CDI.next

In CDI spec, the context propagation was not addressed in the spec. The original ticket was raised: > Key: CDI-587 > URL: https://issues.jboss.org/browse/CDI-587 > Project: CDI Specification Issues > Issue...

Any non-service release (major, minor) requires that we create a release plan that states the scope and goals. We can use this issue to define the scope and whether a...

CDI.next

Currently when adding a `Bean` using `jakarta.enterprise.inject.spi.AfterBeanDiscovery.addBean()` or `jakarta.enterprise.inject.spi.AfterBeanDiscovery.addBean(Bean)` any decorators declared or programatically added for the types of the `Bean` are not automatically applied. Not only is this perhaps...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

(copied from CDI.Next doc, as there was no issue yet to track this) Currently CDI does not have a concept of a bean method that can be executed from another...

CDI.next