[ 
https://issues.apache.org/jira/browse/TAMAYA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839516#comment-16839516
 ] 

ASF subversion and git services commented on TAMAYA-400:
--------------------------------------------------------

Commit b3089cde2b635ce2ec0e4cc73f1578c47efac573 in incubator-tamaya's branch 
refs/heads/master from Anatole Tresch
[ https://gitbox.apache.org/repos/asf?p=incubator-tamaya.git;h=b3089cd ]

TAMAYA-398 TAMAYA-399 TAMAYA-400 TAMAYA-401 TAMAYA-402 TAMAYA-403 TAMAYA-404 
TAMAYA-405 TAMAYA-406 TAMAYA-407 Implemented MP 1.3 spec.


> Use ThreadContext ClassLoader as default
> ----------------------------------------
>
>                 Key: TAMAYA-400
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-400
>             Project: Tamaya
>          Issue Type: Bug
>          Components: API, Core
>            Reporter: Anatole Tresch
>            Assignee: Anatole Tresch
>            Priority: Major
>             Fix For: 0.4-incubating
>
>
> Use the thread class loader as default classloader. This is necessary for 
> correctly implement the Microprofile specs:
> {code:java}
> public static ClassLoader getDefaultClassLoader() {
>   ClassLoader cl = Thread.currentThread().getContextClassLoader();
>   if(cl==null) {
>     cl = ServiceContextManager.class.getClassLoader();
>   }
>   return cl;
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to