You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by GitBox <gi...@apache.org> on 2019/05/21 23:52:28 UTC

[GitHub] [deltaspike] jw941 opened a new pull request #90: Fix an issue which causes "Argument bean must not be null". When lazy…

jw941 opened a new pull request #90: Fix an issue which causes "Argument bean must not be null". When lazy…
URL: https://github.com/apache/deltaspike/pull/90
 
 
   …Init() is called concurrently, the first thread should be the only one to initialize it; however, deltaSpikeProxyInvocationHandler has been assigned before all initialization jobs are completed, which sometimes causes issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services