[cdi-dev] [JBoss JIRA] (CDI-558) Standardize the BeanBuilder API

Martin Kouba (JIRA) issues at jboss.org
Tue Sep 8 04:03:00 EDT 2015


Martin Kouba created CDI-558:
--------------------------------

             Summary: Standardize the BeanBuilder API
                 Key: CDI-558
                 URL: https://issues.jboss.org/browse/CDI-558
             Project: CDI Specification Issues
          Issue Type: Feature Request
            Reporter: Martin Kouba


The RI includes an experimental BeanBuilder API (see also http://weld.cdi-spec.org/news/2015/02/25/weld-300Alpha5/#_bean_builder_api for more information). The API is similar to the [API provided by DeltaSpike|http://deltaspike.apache.org/javadoc/1.2.1/org/apache/deltaspike/core/util/bean/BeanBuilder.html] but also includes some improvements (e.g. Java 8 lambdas may be used to simplify the process of registration).

* BeanBuilder Javadoc: http://docs.jboss.org/weld/javadoc/3.0/weld-api/org/jboss/weld/experimental/BeanBuilder.html
* ExperimentalAfterBeanDiscovery Javadoc: http://docs.jboss.org/weld/javadoc/3.0/weld-api/org/jboss/weld/experimental/ExperimentalAfterBeanDiscovery.html
* See also [the test extension for more examples of using this API|https://github.com/weld/core/blob/master/tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BuilderExtension.java]



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the cdi-dev mailing list