Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [jakartaee-platform-dev] Removing Jakarta Enterprise Web Services, JSR 109 from GlassFish or not?
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 12 May 2020 16:57:32 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=0zumz+V/2Rsjef9rQFyMQOeI3Dr0VLUUAZ1U20C0RfQ=; b=TQDPxdzQP982kFv5F8iXqwNx4Xq/GRzyQnnNKO3HxNYfuOTqdFKx819Mc5rFp7OSbE8nQFDUd0/iz/6iKA3Bww+BGPiv++JuNHS1KU9O8HZqAsq64G7/fDEjI9+8pt7L3beGsQEmp5bUrq+9u8v89yRZgTgEYvJz92BYkX+FGS0y3C3qGEHWyUhWzPPc5dm3FENYsza9SM1w2fWNdfJ2Avb0DNoZlSKoWQMHVi7osBHY+al64NF2RNerM8b3PoUIu+uYBcU0A6KSs8VhMVK8Mq1Qwk4nSi8ZapZ2PUzRcljkHdahUuFZ79UEiZeIntX3iUgG2IcWrXuddb0AELJNMA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WyczmQJPdSI1J4o+J1+xkZtfV24g489uLYPxQVZAzWUDmXfl80cGiNJ0dILlUp8+TT0s6HgM1vOis7pUILtjkrbCLSKC+dYUvYskbcHMYdYktvbca+4lolpckKF8wMTnFIFsMyyFdb3IWKj/v5Sm3zgVRTojD2Jt38GxOWdAF032s/Njdau9MzhU1qRuVf7zcpUbFpWjDu4gev/q0ZlcuqdMMCMYuWUB/amN/CBrE/zHQNLZiI+KorGB2Z6WBUJ+xeJgsSvNQNqnQQTIz9cDs7jTR78Tas4dPsK+EGzDjufE7c8Bwe2zAMR9rPkgy4vfYbhJDZdGgsaE1rEoUi/mNQ==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWKHPnk6RdZBBgAESoq2MKGakVKKikq80Q
  • Thread-topic: [jakartaee-platform-dev] Removing Jakarta Enterprise Web Services, JSR 109 from GlassFish or not?

Not sure how we missed that one.

 

From: jakartaee-platform-dev-bounces@xxxxxxxxxxx <jakartaee-platform-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: 12 May 2020 17:48
To: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
Cc: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>; jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] Removing Jakarta Enterprise Web Services, JSR 109 from GlassFish or not?

 

Hi,

 

On Tue, May 12, 2020 at 5:42 PM Lukas Jungmann <lukas.jungmann@xxxxxxxxxx> wrote:

IMHO it is less work to keep it there and update it - and I believe it
is already done - then remove it.

 

Currently jsr109-impl in GlassFish uses the javax.* packages still, so with the jakarta-ized Grizzly it doesn't compile.

 

E.g. this one would not compile:

 

public class EjbWSAdapter extends ServletHandler {

 

    public EjbWSAdapter() {

        super(new EjbWSServletConfig(new WebappContext("EjbWSAdapter")));

        this.setServletInstance(new EjbWebServiceServlet());

        try {

            this.servletInstance.init(getServletConfig());

        } catch (Exception ignored) {

        }

    }

 

I'll look at staging Grizzly 3.0.0-M1 and then integrate and update jsr109-impl at the same time (hoping Metro will play along).

 

Kind regards,

Arjan

 

 


thanks,
--lukas

>
> Kind regards,
> Arjan


Back to the top