[cdi-dev] [JBoss JIRA] (CDI-570) Weld shutdown in Java SE during asynch event calling

Mark Struberg (JIRA) issues at jboss.org
Wed Nov 11 03:42:00 EST 2015


    [ https://issues.jboss.org/browse/CDI-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127611#comment-13127611 ] 

Mark Struberg commented on CDI-570:
-----------------------------------

Many server have a thread stuck warning. That is causes enerving warnings if the job in question is especially designed to be long running (and properly shuts down itself on request). Something in the spec which could denote such a thread would be welcome. Of course that is not a CDI problem otoh but such feature should be a more generic one.

> Weld shutdown in Java SE during asynch event calling
> ----------------------------------------------------
>
>                 Key: CDI-570
>                 URL: https://issues.jboss.org/browse/CDI-570
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>          Components: Events
>    Affects Versions: 2.0-EDR1
>            Reporter: Michael Remijan
>
> In a Java SE environment, there is no way to tell if there are async observers are in the process of being called when the time comes for the JVM to shut down.  My assumption is the JVM should wait until all the async observers are complete before shutting down.  Or perhaps this behavior can be configured through the CDI object, system property, or beans.xml 



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


More information about the cdi-dev mailing list