[
https://issues.apache.org/jira/browse/CXF-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405041#comment-15405041
]
ASF GitHub Bot commented on CXF-6987:
-------------------------------------
GitHub user johnament opened a pull request:
https://github.com/apache/cxf/pull/149
[CXF-6987] Also consider the classees defined on an application when …
…singletons are populated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnament/cxf CXF-6987
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/149.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #149
----
commit ac209a93df3403424ea2300bd2252d55b65b0836
Author: John D. Ament <[email protected]>
Date: 2016-08-02T23:49:29Z
[CXF-6987] Also consider the classees defined on an application when
singletons are populated.
----
> Consider classes attribute of application when using CDI
> --------------------------------------------------------
>
> Key: CXF-6987
> URL: https://issues.apache.org/jira/browse/CXF-6987
> Project: CXF
> Issue Type: Improvement
> Reporter: John D. Ament
>
> CXF's CDI integration integration assumes that all of the components included
> will be CDI beans. They either need to be defined as singletons, or picked
> up via scanning. If singleton is specified, the classes are ignored.
> - It ignores classes defined.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)