users@jersey.java.net

[Jersey] Re: Instructions to upgrade current Glassfish 4.1 stable

From: Phillip Ross <phillip.w.g.ross_at_gmail.com>
Date: Wed, 24 Jun 2015 14:02:38 -0400

Hi Lenny...

You're correcet in saying that Payara is built from glassfish sources,
but the Payara team integrates newer versions of the projects like
Eclipselink, Jersey, Tyrus, et al... as well as bugfixes from
glassfish into Payara. If the bug is soley based in Jersey, and has
been fixed in jersey 2.13... then it will likely be fixed in the
latest maintenance release of Payara. As Matyas pointed out, Payara
has integrated jersey 2.17 in their latest maintenance release... so
logically it would contain the bugfixes that you're referring to.

I recommend downloading the latest maintenance release of Payara
(v4.1.152.1) and seeing if you still have the problem... and if you DO
have the problem with that version, you can log an issue on github and
possibly get quick assistance from Payara team or community members
without having to wait however many months/years for the next stable
glassfish release.

I think you'll be pleasantly surprised :)

Hope that helps!
- Phillip

On Wed, Jun 24, 2015 at 12:35 PM, Lenny Primak <lprimak_at_hope.nyc.ny.us> wrote:
> As far as I understand Payara is built from glassfish sources.
> So it would have the same bug. It's a race condition and I doubt that it's
> fixed in Payara and not in glassfish. Also it's a high risk proposition to
> switch app servers for a single bug.
>
>
> On Jun 24, 2015, at 9:38 AM, Matyas Bene <matyas.bene_at_youstice.com> wrote:
>
> Why don’t you use one of the Payara builds?
>
> http://www.payara.co.uk/home
>
>
>
> Latest version includes Jersey 2.17
>
>
>
>
>
> From: Lenny Primak [mailto:lenny_at_flowlogix.com]
> Sent: Wednesday, June 24, 2015 4:36 PM
> To: users_at_jersey.java.net
> Subject: [Jersey] Instructions to upgrade current Glassfish 4.1 stable
>
>
>
> Hi,
>
>
>
> I am trying to get Jersey 2.18 working with Glassfish. I tried the nightly
> build, but
>
> it fails due to other bugs.
>
> Can someone let me know what the steps are to upgrade the stable GF 4.1
> release to Jersey 2.18?
>
>
>
> Specifically, I am interested in a fix for this bug:
>
> https://java.net/jira/browse/JERSEY-2661
>
> which was fixed since Jersey 2.13
>
> Thank you