Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Mark Struberg
Try to use Unmanaged e.g for injecting into unit test instances ;) > Am 25.09.2016 um 20:57 schrieb John D. Ament : > > On Sun, Sep 25, 2016 at 12:30 PM Mark Struberg > wrote: > >>> Basically, one sticking target I see continually is

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Mark Struberg
Reflection calls are not much slower anymore since java6. > Am 25.09.2016 um 20:57 schrieb John D. Ament : > > On Sun, Sep 25, 2016 at 12:30 PM Mark Struberg > wrote: > >>> Basically, one sticking target I see continually is

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Gerhard Petracek
-1 for a cdi2 module (we can't improve our api in such a case - e.g. for a better user-experience in combination with java8+) +1 for a branch for supporting cdi 1.0+ (= current master) + keeping it compatible with new spec.-revisions as long as possible/useful. +1 for moving to ds2 in our master

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Romain Manni-Bucau
2016-09-25 21:44 GMT+02:00 John D. Ament : > On Sun, Sep 25, 2016 at 3:16 PM Romain Manni-Bucau > wrote: > > > Le 25 sept. 2016 21:10, "John D. Ament" a écrit > : > > > > > > On Sun, Sep 25, 2016 at 3:07 PM Romain Manni-Bucau

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread John D. Ament
On Sun, Sep 25, 2016 at 3:16 PM Romain Manni-Bucau wrote: > Le 25 sept. 2016 21:10, "John D. Ament" a écrit : > > > > On Sun, Sep 25, 2016 at 3:07 PM Romain Manni-Bucau < > rmannibu...@gmail.com> > > wrote: > > > > > Le 25 sept. 2016 20:57, "John D.

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread John D. Ament
On Sun, Sep 25, 2016 at 3:07 PM Romain Manni-Bucau wrote: > Le 25 sept. 2016 20:57, "John D. Ament" a écrit : > > > > On Sun, Sep 25, 2016 at 12:30 PM Mark Struberg > > > wrote: > > > > > > Basically, one sticking target

[jira] [Commented] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521041#comment-15521041 ] Romain Manni-Bucau commented on DELTASPIKE-1206: @struberg there was no question when

[jira] [Commented] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521038#comment-15521038 ] Mark Struberg commented on DELTASPIKE-1206: --- Nope will NOT break anything! NO CDI impl

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Romain Manni-Bucau
2016-09-25 17:42 GMT+02:00 John D. Ament : > On Sun, Sep 25, 2016 at 11:40 AM Romain Manni-Bucau > > wrote: > > > 2016-09-25 17:37 GMT+02:00 John D. Ament : > > > > > On Sun, Sep 25, 2016 at 11:34 AM Thomas Andraschko < > > >

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread John D. Ament
On Sun, Sep 25, 2016 at 11:40 AM Romain Manni-Bucau wrote: > 2016-09-25 17:37 GMT+02:00 John D. Ament : > > > On Sun, Sep 25, 2016 at 11:34 AM Thomas Andraschko < > > andraschko.tho...@gmail.com> wrote: > > > > > not sure if a cdi2-module is enough >

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Romain Manni-Bucau
2016-09-25 17:37 GMT+02:00 John D. Ament : > On Sun, Sep 25, 2016 at 11:34 AM Thomas Andraschko < > andraschko.tho...@gmail.com> wrote: > > > not sure if a cdi2-module is enough > > we should also get rid of some of our api's which are in CDI 2.0 now > > > > Yes. I agree.

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Romain Manni-Bucau
2016-09-25 17:33 GMT+02:00 Thomas Andraschko : > not sure if a cdi2-module is enough > we should also get rid of some of our api's which are in CDI 2.0 now > we can switch them of on CDI 2 while we still maintain it on CDI 1.0, that said not sure we should switch

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread John D. Ament
On Sun, Sep 25, 2016 at 11:34 AM Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > not sure if a cdi2-module is enough > we should also get rid of some of our api's which are in CDI 2.0 now > Yes. I agree. Basically, one sticking target I see continually is BeanManagerProvider. Maybe

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Thomas Andraschko
not sure if a cdi2-module is enough we should also get rid of some of our api's which are in CDI 2.0 now 2016-09-25 17:28 GMT+02:00 Romain Manni-Bucau : > 2016-09-25 17:22 GMT+02:00 John D. Ament : > > > Hey guys, > > > > Since its inception,

Re: [DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread Romain Manni-Bucau
2016-09-25 17:22 GMT+02:00 John D. Ament : > Hey guys, > > Since its inception, DeltaSpike has targeted Java EE 6 and lower, and as a > result the CDI 1.0 runtime. We have maintained a pretty backwards > compatible code base for 5 years now. > > CDI 2.0 is going to wrap up

[DISCUSS] Start a branch for DS 2.0?

2016-09-25 Thread John D. Ament
Hey guys, Since its inception, DeltaSpike has targeted Java EE 6 and lower, and as a result the CDI 1.0 runtime. We have maintained a pretty backwards compatible code base for 5 years now. CDI 2.0 is going to wrap up in January, if current schedules align correctly. I'd like to propose that we

[jira] [Updated] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John D. Ament updated DELTASPIKE-1206: -- Issue Type: Test (was: Bug) > support for CDI 2.0 feature >

[jira] [Commented] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15520966#comment-15520966 ] Romain Manni-Bucau commented on DELTASPIKE-1206: Will be broken to servers using jaxb

[jira] [Commented] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread John D. Ament (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15520961#comment-15520961 ] John D. Ament commented on DELTASPIKE-1206: --- Good idea Mark. However, what do we do if

[jira] [Created] (DELTASPIKE-1206) support for CDI 2.0 feature

2016-09-25 Thread Mark Struberg (JIRA)
Mark Struberg created DELTASPIKE-1206: - Summary: support for CDI 2.0 feature Key: DELTASPIKE-1206 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1206 Project: DeltaSpike Issue