[jira] [Resolved] (DELTASPIKE-991) javax.interceptor.Interceptor.Priority.PLATFORM_BEFORE is used per default

2015-09-19 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-991. - Resolution: Fixed > javax.interceptor.Interceptor.Priority.PLATFORM_BEFORE is

[jira] [Created] (DELTASPIKE-991) javax.interceptor.Interceptor.Priority.PLATFORM_BEFORE is used per default

2015-09-19 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-991: --- Summary: javax.interceptor.Interceptor.Priority.PLATFORM_BEFORE is used per default Key: DELTASPIKE-991 URL: https://issues.apache.org/jira/browse/DELTASPIKE-991

RE: [Proposal] CdiManagedRunnable

2015-09-19 Thread Romain Manni-Bucau
Well fork join solution is elegant but doesnt fit yet the default case from what i saw so executor service is still a good choice for me. Le 19 sept. 2015 09:53, "Marvin Toll" a écrit : > The Executor Service was added by Doug Lea in Java 5. > > > http://docs.oracle.com/javase/1.5.0/docs/api/java

RE: [Proposal] CdiManagedRunnable

2015-09-19 Thread Marvin Toll
The Executor Service was added by Doug Lea in Java 5. http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/ExecutorService.html However, in Java 7 he put in the much improved Fork Join Pool... which extends http://docs.oracle.com/javase/7/docs/api/java/util/conc

Re: [Proposal] CdiManagedRunnable

2015-09-19 Thread Romain Manni-Bucau
Le 19 sept. 2015 09:13, "John D. Ament" a écrit : > > Are you thinking that this includes an executor service impl? This is the working out of the box solution to me. Happy to get another solution. > Wouldn't we need to jump to java 7? > Dont think so. It is an interface so easy to proxy and we

Re: [Proposal] CdiManagedRunnable

2015-09-19 Thread John D. Ament
Are you thinking that this includes an executor service impl? Wouldn't we need to jump to java 7? John On Sat, Sep 19, 2015 at 12:05 PM Romain Manni-Bucau wrote: > I always thought a CDI frienly executor service would be nice so +1 for ds > Le 19 sept. 2015 01:32, "Thomas Andraschko" > a > écr

Re: [Proposal] CdiManagedRunnable

2015-09-19 Thread Romain Manni-Bucau
I always thought a CDI frienly executor service would be nice so +1 for ds Le 19 sept. 2015 01:32, "Thomas Andraschko" a écrit : > 1+ romain > But wdyt about adding something to DS for JEE6/7 users? > > 2015-09-19 9:23 GMT+02:00 Arne Limburg : > > > +1 > > I really thought the same, when I read t

[jira] [Resolved] (DELTASPIKE-990) BeanBuilder#readFromType drops java.lang.Object as type

2015-09-19 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-990. - Resolution: Fixed > BeanBuilder#readFromType drops java.lang.Object as type >

[jira] [Updated] (DELTASPIKE-990) BeanBuilder#readFromType drops java.lang.Object as type

2015-09-19 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-990: Description: workaround e.g.: {code} BeanBuilder beanBuilder = new BeanBuilder(

[jira] [Updated] (DELTASPIKE-990) BeanBuilder#readFromType drops java.lang.Object as type

2015-09-19 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-990: Priority: Minor (was: Major) > BeanBuilder#readFromType drops java.lang.Object

[jira] [Created] (DELTASPIKE-990) BeanBuilder#readFromType drops java.lang.Object as type

2015-09-19 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-990: --- Summary: BeanBuilder#readFromType drops java.lang.Object as type Key: DELTASPIKE-990 URL: https://issues.apache.org/jira/browse/DELTASPIKE-990 Project: D

Re: [Proposal] CdiManagedRunnable

2015-09-19 Thread Thomas Andraschko
1+ romain But wdyt about adding something to DS for JEE6/7 users? 2015-09-19 9:23 GMT+02:00 Arne Limburg : > +1 > I really thought the same, when I read that proposal. > > Cheers, > Arne > > Von meinem Samsung Gerät gesendet. > > > Ursprüngliche Nachricht > Von: Romain Manni-Buc

AW: [Proposal] CdiManagedRunnable

2015-09-19 Thread Arne Limburg
+1 I really thought the same, when I read that proposal. Cheers, Arne Von meinem Samsung Gerät gesendet. Ursprüngliche Nachricht Von: Romain Manni-Bucau Datum: 18.09.2015 16:28 (GMT+01:00) An: dev@deltaspike.apache.org Cc: Thomas Andraschko Betreff: Re: [Proposal] CdiManaged