[
https://issues.apache.org/jira/browse/TAMAYA-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387819#comment-16387819
]
ASF GitHub Bot commented on TAMAYA-332:
---------------------------------------
GitHub user acoburn opened a pull request:
https://github.com/apache/incubator-tamaya-extensions/pull/2
TAMAYA-332: Move beans.xml file into META-INF directory
This moves the beans.xml file into the standard
(./src/main/resources/META-INF) directory for CDI bean discovery.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/incubator-tamaya-extensions TAMAYA-332
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-extensions/pull/2.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 #2
----
commit 4cfe24dd374abd408fc262c37f29e87f8b8007e7
Author: Aaron Coburn <acoburn@...>
Date: 2018-03-06T13:54:10Z
TAMAYA-332: Move beans.xml file into META-INF directory
----
> beans.xml file is not in META-INF directory for microprofile extension
> ----------------------------------------------------------------------
>
> Key: TAMAYA-332
> URL: https://issues.apache.org/jira/browse/TAMAYA-332
> Project: Tamaya
> Issue Type: Bug
> Components: Extensions
> Reporter: Aaron Coburn
> Priority: Minor
> Fix For: 0.4-incubating
>
>
> The microprofile extension contains a beans.xml file in ./src/main/resources,
> but the standard location of a beans.xml file is in
> ./src/main/resources/META-INF. In order to enable CDI for this component, the
> beans.xml file should be moved to the standard location.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)