RE: Could there be a final Java 6 version of DeltaSpike released?

2018-05-09 Thread Astley, Colin (C.J.)
Hello,

Do you guys know when you might release 1.8.2?

Thanks,
Colin

-Original Message-
From: Luís Alves <luisalve...@gmail.com> 
Sent: Wednesday, May 02, 2018 7:43 AM
To: users@deltaspike.apache.org
Subject: Re: Could there be a final Java 6 version of DeltaSpike released?

bah...that way developers cannot misbehave ;) now the only way a see this to 
work without a release is the nasty one...which depends on the class loader 
work.

On Wed, May 2, 2018 at 12:21 PM, Thomas Andraschko < 
andraschko.tho...@gmail.com> wrote:

> Thats what we fixed in 1.8.x trunk, too ;)
>
> 2018-05-02 13:17 GMT+02:00 Luís Alves <luisalve...@gmail.com>:
>
> > I think I'm out of luck...you've restricted it to package:
> >
> > @ApplicationScoped
> > class DeltaSpikeProxyInterceptorLookup
> >
> > so I can't specialize it...:(
> >
> > On Wed, May 2, 2018 at 11:49 AM, Luís Alves <luisalve...@gmail.com>
> wrote:
> >
> > > it's seems to be extensible: https://deltaspike.apache.org/ 
> > > documentation/proxy.html#_2_extend_code_deltaspikeproxyfactory_cod
> > > e so I'll dig in to try to make a custom implementation.
> > >
> > > On Wed, May 2, 2018 at 11:39 AM, Luís Alves 
> > > <luisalve...@gmail.com>
> > wrote:
> > >
> > >> Trying to get your changes in my code, so I don't depend on your
> > release,
> > >> that I dunno when is going to happen...but have now idea how to 
> > >> "Specialize" DeltaSpikeProxyFactory.java in a clean way...the 
> > >> nasty
> way
> > is
> > >> to create a class with the same name and package ;)
> > >>
> > >> LA
> > >>
> > >>
> > >>
> > >> On Wed, May 2, 2018 at 11:12 AM, Luís Alves 
> > >> <luisalve...@gmail.com>
> > >> wrote:
> > >>
> > >>> Tested. It works as in the master. Thanks :)
> > >>>
> > >>> LA
> > >>>
> > >>> On Wed, May 2, 2018 at 9:59 AM, Luís Alves 
> > >>> <luisalve...@gmail.com>
> > >>> wrote:
> > >>>
> > >>>> Ok...I just have to finish something that I have on my working 
> > >>>> copy...let's hope it doesn't take 6 hours to build like last 
> > >>>> time ;)
> > >>>>
> > >>>> LA
> > >>>>
> > >>>> On Wed, May 2, 2018 at 9:37 AM, Thomas Andraschko < 
> > >>>> andraschko.tho...@gmail.com> wrote:
> > >>>>
> > >>>>> merged the fixed for Luis into the 1.8.x branch Would be great 
> > >>>>> if you could test it ;)
> > >>>>>
> > >>>>>
> > >>>>> 2018-05-02 9:49 GMT+02:00 Luís Alves <luisalve...@gmail.com>:
> > >>>>>
> > >>>>> > Hi Colin,
> > >>>>> >
> > >>>>> > what you've asked has nothing to do with issue I had.
> > >>>>> > I was tying to use JCache (JSR-107) annotation in a 
> > >>>>> > @Repository
> and
> > >>>>> they
> > >>>>> > aren't supported unless Thomas latest fix get into a new release.
> > >>>>> >
> > >>>>> > LA
> > >>>>> >
> > >>>>> > On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <
> > >>>>> castl...@ford.com>
> > >>>>> > wrote:
> > >>>>> >
> > >>>>> > > Hi Luis,
> > >>>>> > >
> > >>>>> > > I want to make sure we're talking about the same thing. I
> tested
> > >>>>> some
> > >>>>> > > fixes Thomas made and added to 1.8.x that make DeltaSpike 
> > >>>>> > > Data
> > >>>>> work on
> > >>>>> > WAS
> > >>>>> > > 8 again. It had stopped working in 1.8.1.
> > >>>>> > >
> > >>>>> > > Colin
> > >>>>> > >
> > >>>>> > > -----Original Message-
> > >>>>> > > From: Luís Alves <luisalve...@gmail.com>
> > >>>>> > > Sent: Saturday, April 28, 2018 11:52 AM
> > >>>>> > > To: users@deltaspike.apache.org
> > >>>>> > > Subje

Re: Could there be a final Java 6 version of DeltaSpike released?

2018-05-02 Thread Thomas Andraschko
Thats what we fixed in 1.8.x trunk, too ;)

2018-05-02 13:17 GMT+02:00 Luís Alves <luisalve...@gmail.com>:

> I think I'm out of luck...you've restricted it to package:
>
> @ApplicationScoped
> class DeltaSpikeProxyInterceptorLookup
>
> so I can't specialize it...:(
>
> On Wed, May 2, 2018 at 11:49 AM, Luís Alves <luisalve...@gmail.com> wrote:
>
> > it's seems to be extensible: https://deltaspike.apache.org/
> > documentation/proxy.html#_2_extend_code_deltaspikeproxyfactory_code so
> > I'll dig in to try to make a custom implementation.
> >
> > On Wed, May 2, 2018 at 11:39 AM, Luís Alves <luisalve...@gmail.com>
> wrote:
> >
> >> Trying to get your changes in my code, so I don't depend on your
> release,
> >> that I dunno when is going to happen...but have now idea how to
> >> "Specialize" DeltaSpikeProxyFactory.java in a clean way...the nasty way
> is
> >> to create a class with the same name and package ;)
> >>
> >> LA
> >>
> >>
> >>
> >> On Wed, May 2, 2018 at 11:12 AM, Luís Alves <luisalve...@gmail.com>
> >> wrote:
> >>
> >>> Tested. It works as in the master. Thanks :)
> >>>
> >>> LA
> >>>
> >>> On Wed, May 2, 2018 at 9:59 AM, Luís Alves <luisalve...@gmail.com>
> >>> wrote:
> >>>
> >>>> Ok...I just have to finish something that I have on my working
> >>>> copy...let's hope it doesn't take 6 hours to build like last time ;)
> >>>>
> >>>> LA
> >>>>
> >>>> On Wed, May 2, 2018 at 9:37 AM, Thomas Andraschko <
> >>>> andraschko.tho...@gmail.com> wrote:
> >>>>
> >>>>> merged the fixed for Luis into the 1.8.x branch
> >>>>> Would be great if you could test it ;)
> >>>>>
> >>>>>
> >>>>> 2018-05-02 9:49 GMT+02:00 Luís Alves <luisalve...@gmail.com>:
> >>>>>
> >>>>> > Hi Colin,
> >>>>> >
> >>>>> > what you've asked has nothing to do with issue I had.
> >>>>> > I was tying to use JCache (JSR-107) annotation in a @Repository and
> >>>>> they
> >>>>> > aren't supported unless Thomas latest fix get into a new release.
> >>>>> >
> >>>>> > LA
> >>>>> >
> >>>>> > On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <
> >>>>> castl...@ford.com>
> >>>>> > wrote:
> >>>>> >
> >>>>> > > Hi Luis,
> >>>>> > >
> >>>>> > > I want to make sure we're talking about the same thing. I tested
> >>>>> some
> >>>>> > > fixes Thomas made and added to 1.8.x that make DeltaSpike Data
> >>>>> work on
> >>>>> > WAS
> >>>>> > > 8 again. It had stopped working in 1.8.1.
> >>>>> > >
> >>>>> > > Colin
> >>>>> > >
> >>>>> > > -Original Message-
> >>>>> > > From: Luís Alves <luisalve...@gmail.com>
> >>>>> > > Sent: Saturday, April 28, 2018 11:52 AM
> >>>>> > > To: users@deltaspike.apache.org
> >>>>> > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> >>>>> > released?
> >>>>> > >
> >>>>> > > Hi Colin,
> >>>>> > >
> >>>>> > > Thanks for clarifying that. As I'm on vacation I did even tried
> to
> >>>>> use
> >>>>> > > 1.8.1, but AFAIK it shouldn't work.
> >>>>> > >
> >>>>> > > LA
> >>>>> > >
> >>>>> > > On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <
> >>>>> castl...@ford.com
> >>>>> > >
> >>>>> > > wrote:
> >>>>> > >
> >>>>> > > > Hello,
> >>>>> > > >
> >>>>> > > > I'm writing to let you know that I tested 1.8.x with our
> >>>>> applications
> >>>>> > > > and it works. I replied on the '@Repository and
> >>>>> @CacheResult(cacheName
> >>>>&

Re: Could there be a final Java 6 version of DeltaSpike released?

2018-05-02 Thread Luís Alves
Tested. It works as in the master. Thanks :)

LA

On Wed, May 2, 2018 at 9:59 AM, Luís Alves <luisalve...@gmail.com> wrote:

> Ok...I just have to finish something that I have on my working
> copy...let's hope it doesn't take 6 hours to build like last time ;)
>
> LA
>
> On Wed, May 2, 2018 at 9:37 AM, Thomas Andraschko <
> andraschko.tho...@gmail.com> wrote:
>
>> merged the fixed for Luis into the 1.8.x branch
>> Would be great if you could test it ;)
>>
>>
>> 2018-05-02 9:49 GMT+02:00 Luís Alves <luisalve...@gmail.com>:
>>
>> > Hi Colin,
>> >
>> > what you've asked has nothing to do with issue I had.
>> > I was tying to use JCache (JSR-107) annotation in a @Repository and they
>> > aren't supported unless Thomas latest fix get into a new release.
>> >
>> > LA
>> >
>> > On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <
>> castl...@ford.com>
>> > wrote:
>> >
>> > > Hi Luis,
>> > >
>> > > I want to make sure we're talking about the same thing. I tested some
>> > > fixes Thomas made and added to 1.8.x that make DeltaSpike Data work on
>> > WAS
>> > > 8 again. It had stopped working in 1.8.1.
>> > >
>> > > Colin
>> > >
>> > > -Original Message-
>> > > From: Luís Alves <luisalve...@gmail.com>
>> > > Sent: Saturday, April 28, 2018 11:52 AM
>> > > To: users@deltaspike.apache.org
>> > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
>> > released?
>> > >
>> > > Hi Colin,
>> > >
>> > > Thanks for clarifying that. As I'm on vacation I did even tried to use
>> > > 1.8.1, but AFAIK it shouldn't work.
>> > >
>> > > LA
>> > >
>> > > On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <
>> castl...@ford.com
>> > >
>> > > wrote:
>> > >
>> > > > Hello,
>> > > >
>> > > > I'm writing to let you know that I tested 1.8.x with our
>> applications
>> > > > and it works. I replied on the '@Repository and
>> @CacheResult(cacheName
>> > > > = "my-cache")' thread above when someone else asked about a 1.8.2
>> > > > release but it might have gotten buried. That is quite an active
>> > thread.
>> > > >
>> > > > Thanks,
>> > > > Colin
>> > > >
>> > > > -Original Message-
>> > > > From: Astley, Colin (C.J.)
>> > > > Sent: Wednesday, April 04, 2018 4:55 AM
>> > > > To: users@deltaspike.apache.org
>> > > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
>> > > released?
>> > > >
>> > > > Hi Thomas,
>> > > >
>> > > > I'll try it out and let you know. Thanks alot for your help.
>> > > >
>> > > > Colin
>> > > > 
>> > > > From: Thomas Andraschko <andraschko.tho...@gmail.com>
>> > > > Sent: Tuesday, April 3, 2018 4:47 AM
>> > > > To: users@deltaspike.apache.org
>> > > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
>> > > released?
>> > > >
>> > > > I backported the both mentioned issues.
>> > > > Gerhard also did some backports of other features.
>> > > >
>> > > > Would you please give it a try? It's the 1.8.x branch.
>> > > > If everything works fine, we could trigger a release.
>> > > >
>> > > > 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
>> > > >
>> > > > > +1 for your suggestion
>> > > > >
>> > > > > regards,
>> > > > > gerhard
>> > > > >
>> > > > >
>> > > > >
>> > > > > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <
>> castl...@ford.com>:
>> > > > >
>> > > > > > Hello,
>> > > > > >
>> > > > > > Would you be willing to release a final Java 6 binary compatible
>> > > > > > version of DeltaSpike? Possibly a version 1.8.2? We are
>> currently
>> > > > > > using version 1.8.0. We are unable to move to version 1.8.1
>> > > > > > because it doesn't run on
>> > > > > WAS
>> > > > > > 8. Thomas made a code change after 1.8.1 was released that I
>> > > > > > tested with WAS 8 and it worked. With your upcoming move to
>> Java 8
>> > > > > > I'm wondering if
>> > > > > his
>> > > > > > fix can be made available in one final Java 6 release that will
>> > > > > > run in
>> > > > > WAS
>> > > > > > 8's stock JRE 6.
>> > > > > >
>> > > > > > Thanks for your consideration,
>> > > > > >
>> > > > > > Colin
>> > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-05-02 Thread Luís Alves
Ok...I just have to finish something that I have on my working copy...let's
hope it doesn't take 6 hours to build like last time ;)

LA

On Wed, May 2, 2018 at 9:37 AM, Thomas Andraschko <
andraschko.tho...@gmail.com> wrote:

> merged the fixed for Luis into the 1.8.x branch
> Would be great if you could test it ;)
>
>
> 2018-05-02 9:49 GMT+02:00 Luís Alves <luisalve...@gmail.com>:
>
> > Hi Colin,
> >
> > what you've asked has nothing to do with issue I had.
> > I was tying to use JCache (JSR-107) annotation in a @Repository and they
> > aren't supported unless Thomas latest fix get into a new release.
> >
> > LA
> >
> > On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <castl...@ford.com
> >
> > wrote:
> >
> > > Hi Luis,
> > >
> > > I want to make sure we're talking about the same thing. I tested some
> > > fixes Thomas made and added to 1.8.x that make DeltaSpike Data work on
> > WAS
> > > 8 again. It had stopped working in 1.8.1.
> > >
> > > Colin
> > >
> > > -----Original Message-
> > > From: Luís Alves <luisalve...@gmail.com>
> > > Sent: Saturday, April 28, 2018 11:52 AM
> > > To: users@deltaspike.apache.org
> > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> > released?
> > >
> > > Hi Colin,
> > >
> > > Thanks for clarifying that. As I'm on vacation I did even tried to use
> > > 1.8.1, but AFAIK it shouldn't work.
> > >
> > > LA
> > >
> > > On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <
> castl...@ford.com
> > >
> > > wrote:
> > >
> > > > Hello,
> > > >
> > > > I'm writing to let you know that I tested 1.8.x with our applications
> > > > and it works. I replied on the '@Repository and
> @CacheResult(cacheName
> > > > = "my-cache")' thread above when someone else asked about a 1.8.2
> > > > release but it might have gotten buried. That is quite an active
> > thread.
> > > >
> > > > Thanks,
> > > > Colin
> > > >
> > > > -Original Message-
> > > > From: Astley, Colin (C.J.)
> > > > Sent: Wednesday, April 04, 2018 4:55 AM
> > > > To: users@deltaspike.apache.org
> > > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> > > released?
> > > >
> > > > Hi Thomas,
> > > >
> > > > I'll try it out and let you know. Thanks alot for your help.
> > > >
> > > > Colin
> > > > 
> > > > From: Thomas Andraschko <andraschko.tho...@gmail.com>
> > > > Sent: Tuesday, April 3, 2018 4:47 AM
> > > > To: users@deltaspike.apache.org
> > > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> > > released?
> > > >
> > > > I backported the both mentioned issues.
> > > > Gerhard also did some backports of other features.
> > > >
> > > > Would you please give it a try? It's the 1.8.x branch.
> > > > If everything works fine, we could trigger a release.
> > > >
> > > > 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
> > > >
> > > > > +1 for your suggestion
> > > > >
> > > > > regards,
> > > > > gerhard
> > > > >
> > > > >
> > > > >
> > > > > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com
> >:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > Would you be willing to release a final Java 6 binary compatible
> > > > > > version of DeltaSpike? Possibly a version 1.8.2? We are currently
> > > > > > using version 1.8.0. We are unable to move to version 1.8.1
> > > > > > because it doesn't run on
> > > > > WAS
> > > > > > 8. Thomas made a code change after 1.8.1 was released that I
> > > > > > tested with WAS 8 and it worked. With your upcoming move to Java
> 8
> > > > > > I'm wondering if
> > > > > his
> > > > > > fix can be made available in one final Java 6 release that will
> > > > > > run in
> > > > > WAS
> > > > > > 8's stock JRE 6.
> > > > > >
> > > > > > Thanks for your consideration,
> > > > > >
> > > > > > Colin
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-05-02 Thread Thomas Andraschko
merged the fixed for Luis into the 1.8.x branch
Would be great if you could test it ;)


2018-05-02 9:49 GMT+02:00 Luís Alves <luisalve...@gmail.com>:

> Hi Colin,
>
> what you've asked has nothing to do with issue I had.
> I was tying to use JCache (JSR-107) annotation in a @Repository and they
> aren't supported unless Thomas latest fix get into a new release.
>
> LA
>
> On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <castl...@ford.com>
> wrote:
>
> > Hi Luis,
> >
> > I want to make sure we're talking about the same thing. I tested some
> > fixes Thomas made and added to 1.8.x that make DeltaSpike Data work on
> WAS
> > 8 again. It had stopped working in 1.8.1.
> >
> > Colin
> >
> > -Original Message-
> > From: Luís Alves <luisalve...@gmail.com>
> > Sent: Saturday, April 28, 2018 11:52 AM
> > To: users@deltaspike.apache.org
> > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> released?
> >
> > Hi Colin,
> >
> > Thanks for clarifying that. As I'm on vacation I did even tried to use
> > 1.8.1, but AFAIK it shouldn't work.
> >
> > LA
> >
> > On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <castl...@ford.com
> >
> > wrote:
> >
> > > Hello,
> > >
> > > I'm writing to let you know that I tested 1.8.x with our applications
> > > and it works. I replied on the '@Repository and @CacheResult(cacheName
> > > = "my-cache")' thread above when someone else asked about a 1.8.2
> > > release but it might have gotten buried. That is quite an active
> thread.
> > >
> > > Thanks,
> > > Colin
> > >
> > > -Original Message-
> > > From: Astley, Colin (C.J.)
> > > Sent: Wednesday, April 04, 2018 4:55 AM
> > > To: users@deltaspike.apache.org
> > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> > released?
> > >
> > > Hi Thomas,
> > >
> > > I'll try it out and let you know. Thanks alot for your help.
> > >
> > > Colin
> > > 
> > > From: Thomas Andraschko <andraschko.tho...@gmail.com>
> > > Sent: Tuesday, April 3, 2018 4:47 AM
> > > To: users@deltaspike.apache.org
> > > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> > released?
> > >
> > > I backported the both mentioned issues.
> > > Gerhard also did some backports of other features.
> > >
> > > Would you please give it a try? It's the 1.8.x branch.
> > > If everything works fine, we could trigger a release.
> > >
> > > 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
> > >
> > > > +1 for your suggestion
> > > >
> > > > regards,
> > > > gerhard
> > > >
> > > >
> > > >
> > > > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
> > > >
> > > > > Hello,
> > > > >
> > > > > Would you be willing to release a final Java 6 binary compatible
> > > > > version of DeltaSpike? Possibly a version 1.8.2? We are currently
> > > > > using version 1.8.0. We are unable to move to version 1.8.1
> > > > > because it doesn't run on
> > > > WAS
> > > > > 8. Thomas made a code change after 1.8.1 was released that I
> > > > > tested with WAS 8 and it worked. With your upcoming move to Java 8
> > > > > I'm wondering if
> > > > his
> > > > > fix can be made available in one final Java 6 release that will
> > > > > run in
> > > > WAS
> > > > > 8's stock JRE 6.
> > > > >
> > > > > Thanks for your consideration,
> > > > >
> > > > > Colin
> > > > >
> > > > >
> > > >
> > >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-05-02 Thread Luís Alves
Hi Colin,

what you've asked has nothing to do with issue I had.
I was tying to use JCache (JSR-107) annotation in a @Repository and they
aren't supported unless Thomas latest fix get into a new release.

LA

On Mon, Apr 30, 2018 at 5:03 PM, Astley, Colin (C.J.) <castl...@ford.com>
wrote:

> Hi Luis,
>
> I want to make sure we're talking about the same thing. I tested some
> fixes Thomas made and added to 1.8.x that make DeltaSpike Data work on WAS
> 8 again. It had stopped working in 1.8.1.
>
> Colin
>
> -Original Message-
> From: Luís Alves <luisalve...@gmail.com>
> Sent: Saturday, April 28, 2018 11:52 AM
> To: users@deltaspike.apache.org
> Subject: Re: Could there be a final Java 6 version of DeltaSpike released?
>
> Hi Colin,
>
> Thanks for clarifying that. As I'm on vacation I did even tried to use
> 1.8.1, but AFAIK it shouldn't work.
>
> LA
>
> On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <castl...@ford.com>
> wrote:
>
> > Hello,
> >
> > I'm writing to let you know that I tested 1.8.x with our applications
> > and it works. I replied on the '@Repository and @CacheResult(cacheName
> > = "my-cache")' thread above when someone else asked about a 1.8.2
> > release but it might have gotten buried. That is quite an active thread.
> >
> > Thanks,
> > Colin
> >
> > -Original Message-
> > From: Astley, Colin (C.J.)
> > Sent: Wednesday, April 04, 2018 4:55 AM
> > To: users@deltaspike.apache.org
> > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> released?
> >
> > Hi Thomas,
> >
> > I'll try it out and let you know. Thanks alot for your help.
> >
> > Colin
> > ____
> > From: Thomas Andraschko <andraschko.tho...@gmail.com>
> > Sent: Tuesday, April 3, 2018 4:47 AM
> > To: users@deltaspike.apache.org
> > Subject: Re: Could there be a final Java 6 version of DeltaSpike
> released?
> >
> > I backported the both mentioned issues.
> > Gerhard also did some backports of other features.
> >
> > Would you please give it a try? It's the 1.8.x branch.
> > If everything works fine, we could trigger a release.
> >
> > 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
> >
> > > +1 for your suggestion
> > >
> > > regards,
> > > gerhard
> > >
> > >
> > >
> > > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
> > >
> > > > Hello,
> > > >
> > > > Would you be willing to release a final Java 6 binary compatible
> > > > version of DeltaSpike? Possibly a version 1.8.2? We are currently
> > > > using version 1.8.0. We are unable to move to version 1.8.1
> > > > because it doesn't run on
> > > WAS
> > > > 8. Thomas made a code change after 1.8.1 was released that I
> > > > tested with WAS 8 and it worked. With your upcoming move to Java 8
> > > > I'm wondering if
> > > his
> > > > fix can be made available in one final Java 6 release that will
> > > > run in
> > > WAS
> > > > 8's stock JRE 6.
> > > >
> > > > Thanks for your consideration,
> > > >
> > > > Colin
> > > >
> > > >
> > >
> >
>


RE: Could there be a final Java 6 version of DeltaSpike released?

2018-04-30 Thread Astley, Colin (C.J.)
Hi Luis,

I want to make sure we're talking about the same thing. I tested some fixes 
Thomas made and added to 1.8.x that make DeltaSpike Data work on WAS 8 again. 
It had stopped working in 1.8.1.

Colin

-Original Message-
From: Luís Alves <luisalve...@gmail.com> 
Sent: Saturday, April 28, 2018 11:52 AM
To: users@deltaspike.apache.org
Subject: Re: Could there be a final Java 6 version of DeltaSpike released?

Hi Colin,

Thanks for clarifying that. As I'm on vacation I did even tried to use 1.8.1, 
but AFAIK it shouldn't work.

LA

On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <castl...@ford.com>
wrote:

> Hello,
>
> I'm writing to let you know that I tested 1.8.x with our applications 
> and it works. I replied on the '@Repository and @CacheResult(cacheName 
> = "my-cache")' thread above when someone else asked about a 1.8.2 
> release but it might have gotten buried. That is quite an active thread.
>
> Thanks,
> Colin
>
> -Original Message-
> From: Astley, Colin (C.J.)
> Sent: Wednesday, April 04, 2018 4:55 AM
> To: users@deltaspike.apache.org
> Subject: Re: Could there be a final Java 6 version of DeltaSpike released?
>
> Hi Thomas,
>
> I'll try it out and let you know. Thanks alot for your help.
>
> Colin
> 
> From: Thomas Andraschko <andraschko.tho...@gmail.com>
> Sent: Tuesday, April 3, 2018 4:47 AM
> To: users@deltaspike.apache.org
> Subject: Re: Could there be a final Java 6 version of DeltaSpike released?
>
> I backported the both mentioned issues.
> Gerhard also did some backports of other features.
>
> Would you please give it a try? It's the 1.8.x branch.
> If everything works fine, we could trigger a release.
>
> 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
>
> > +1 for your suggestion
> >
> > regards,
> > gerhard
> >
> >
> >
> > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
> >
> > > Hello,
> > >
> > > Would you be willing to release a final Java 6 binary compatible 
> > > version of DeltaSpike? Possibly a version 1.8.2? We are currently 
> > > using version 1.8.0. We are unable to move to version 1.8.1 
> > > because it doesn't run on
> > WAS
> > > 8. Thomas made a code change after 1.8.1 was released that I 
> > > tested with WAS 8 and it worked. With your upcoming move to Java 8 
> > > I'm wondering if
> > his
> > > fix can be made available in one final Java 6 release that will 
> > > run in
> > WAS
> > > 8's stock JRE 6.
> > >
> > > Thanks for your consideration,
> > >
> > > Colin
> > >
> > >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-04-28 Thread Luís Alves
Hi Colin,

Thanks for clarifying that. As I'm on vacation I did even tried to use
1.8.1, but AFAIK it shouldn't work.

LA

On Fri, Apr 27, 2018 at 9:20 PM, Astley, Colin (C.J.) <castl...@ford.com>
wrote:

> Hello,
>
> I'm writing to let you know that I tested 1.8.x with our applications and
> it works. I replied on the '@Repository and @CacheResult(cacheName =
> "my-cache")' thread above when someone else asked about a 1.8.2 release but
> it might have gotten buried. That is quite an active thread.
>
> Thanks,
> Colin
>
> -Original Message-
> From: Astley, Colin (C.J.)
> Sent: Wednesday, April 04, 2018 4:55 AM
> To: users@deltaspike.apache.org
> Subject: Re: Could there be a final Java 6 version of DeltaSpike released?
>
> Hi Thomas,
>
> I'll try it out and let you know. Thanks alot for your help.
>
> Colin
> 
> From: Thomas Andraschko <andraschko.tho...@gmail.com>
> Sent: Tuesday, April 3, 2018 4:47 AM
> To: users@deltaspike.apache.org
> Subject: Re: Could there be a final Java 6 version of DeltaSpike released?
>
> I backported the both mentioned issues.
> Gerhard also did some backports of other features.
>
> Would you please give it a try? It's the 1.8.x branch.
> If everything works fine, we could trigger a release.
>
> 2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:
>
> > +1 for your suggestion
> >
> > regards,
> > gerhard
> >
> >
> >
> > 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
> >
> > > Hello,
> > >
> > > Would you be willing to release a final Java 6 binary compatible
> > > version of DeltaSpike? Possibly a version 1.8.2? We are currently
> > > using version 1.8.0. We are unable to move to version 1.8.1 because
> > > it doesn't run on
> > WAS
> > > 8. Thomas made a code change after 1.8.1 was released that I tested
> > > with WAS 8 and it worked. With your upcoming move to Java 8 I'm
> > > wondering if
> > his
> > > fix can be made available in one final Java 6 release that will run
> > > in
> > WAS
> > > 8's stock JRE 6.
> > >
> > > Thanks for your consideration,
> > >
> > > Colin
> > >
> > >
> >
>


RE: Could there be a final Java 6 version of DeltaSpike released?

2018-04-27 Thread Astley, Colin (C.J.)
Hello,

I'm writing to let you know that I tested 1.8.x with our applications and it 
works. I replied on the '@Repository and @CacheResult(cacheName = "my-cache")' 
thread above when someone else asked about a 1.8.2 release but it might have 
gotten buried. That is quite an active thread.

Thanks,
Colin

-Original Message-
From: Astley, Colin (C.J.) 
Sent: Wednesday, April 04, 2018 4:55 AM
To: users@deltaspike.apache.org
Subject: Re: Could there be a final Java 6 version of DeltaSpike released?

Hi Thomas,

I'll try it out and let you know. Thanks alot for your help.

Colin

From: Thomas Andraschko <andraschko.tho...@gmail.com>
Sent: Tuesday, April 3, 2018 4:47 AM
To: users@deltaspike.apache.org
Subject: Re: Could there be a final Java 6 version of DeltaSpike released?

I backported the both mentioned issues.
Gerhard also did some backports of other features.

Would you please give it a try? It's the 1.8.x branch.
If everything works fine, we could trigger a release.

2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:

> +1 for your suggestion
>
> regards,
> gerhard
>
>
>
> 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
>
> > Hello,
> >
> > Would you be willing to release a final Java 6 binary compatible 
> > version of DeltaSpike? Possibly a version 1.8.2? We are currently 
> > using version 1.8.0. We are unable to move to version 1.8.1 because 
> > it doesn't run on
> WAS
> > 8. Thomas made a code change after 1.8.1 was released that I tested 
> > with WAS 8 and it worked. With your upcoming move to Java 8 I'm 
> > wondering if
> his
> > fix can be made available in one final Java 6 release that will run 
> > in
> WAS
> > 8's stock JRE 6.
> >
> > Thanks for your consideration,
> >
> > Colin
> >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-04-04 Thread Astley, Colin (C.J.)
Hi Thomas,

I'll try it out and let you know. Thanks alot for your help.

Colin

From: Thomas Andraschko <andraschko.tho...@gmail.com>
Sent: Tuesday, April 3, 2018 4:47 AM
To: users@deltaspike.apache.org
Subject: Re: Could there be a final Java 6 version of DeltaSpike released?

I backported the both mentioned issues.
Gerhard also did some backports of other features.

Would you please give it a try? It's the 1.8.x branch.
If everything works fine, we could trigger a release.

2018-03-26 22:38 GMT+02:00 Gerhard Petracek <gpetra...@apache.org>:

> +1 for your suggestion
>
> regards,
> gerhard
>
>
>
> 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) <castl...@ford.com>:
>
> > Hello,
> >
> > Would you be willing to release a final Java 6 binary compatible version
> > of DeltaSpike? Possibly a version 1.8.2? We are currently using version
> > 1.8.0. We are unable to move to version 1.8.1 because it doesn't run on
> WAS
> > 8. Thomas made a code change after 1.8.1 was released that I tested with
> > WAS 8 and it worked. With your upcoming move to Java 8 I'm wondering if
> his
> > fix can be made available in one final Java 6 release that will run in
> WAS
> > 8's stock JRE 6.
> >
> > Thanks for your consideration,
> >
> > Colin
> >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-04-03 Thread Thomas Andraschko
I backported the both mentioned issues.
Gerhard also did some backports of other features.

Would you please give it a try? It's the 1.8.x branch.
If everything works fine, we could trigger a release.

2018-03-26 22:38 GMT+02:00 Gerhard Petracek :

> +1 for your suggestion
>
> regards,
> gerhard
>
>
>
> 2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) :
>
> > Hello,
> >
> > Would you be willing to release a final Java 6 binary compatible version
> > of DeltaSpike? Possibly a version 1.8.2? We are currently using version
> > 1.8.0. We are unable to move to version 1.8.1 because it doesn't run on
> WAS
> > 8. Thomas made a code change after 1.8.1 was released that I tested with
> > WAS 8 and it worked. With your upcoming move to Java 8 I'm wondering if
> his
> > fix can be made available in one final Java 6 release that will run in
> WAS
> > 8's stock JRE 6.
> >
> > Thanks for your consideration,
> >
> > Colin
> >
> >
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-03-26 Thread Gerhard Petracek
+1 for your suggestion

regards,
gerhard



2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) :

> Hello,
>
> Would you be willing to release a final Java 6 binary compatible version
> of DeltaSpike? Possibly a version 1.8.2? We are currently using version
> 1.8.0. We are unable to move to version 1.8.1 because it doesn't run on WAS
> 8. Thomas made a code change after 1.8.1 was released that I tested with
> WAS 8 and it worked. With your upcoming move to Java 8 I'm wondering if his
> fix can be made available in one final Java 6 release that will run in WAS
> 8's stock JRE 6.
>
> Thanks for your consideration,
>
> Colin
>
>


Re: Could there be a final Java 6 version of DeltaSpike released?

2018-03-26 Thread Thomas Andraschko
Hi,

if anyone else would do the actual release (i never did any release), i
would port back the fixes.
I think it's only DELTASPIKE-1313 and DELTASPIKE-1324.

Regards
Thomas

2018-03-26 17:51 GMT+02:00 Astley, Colin (C.J.) :

> Hello,
>
> Would you be willing to release a final Java 6 binary compatible version
> of DeltaSpike? Possibly a version 1.8.2? We are currently using version
> 1.8.0. We are unable to move to version 1.8.1 because it doesn't run on WAS
> 8. Thomas made a code change after 1.8.1 was released that I tested with
> WAS 8 and it worked. With your upcoming move to Java 8 I'm wondering if his
> fix can be made available in one final Java 6 release that will run in WAS
> 8's stock JRE 6.
>
> Thanks for your consideration,
>
> Colin
>
>