From dev-return-203918-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Sat Nov 30 20:48:49 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEE23180638 for ; Sat, 30 Nov 2019 21:48:48 +0100 (CET) Received: (qmail 43906 invoked by uid 500); 30 Nov 2019 20:48:47 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 43895 invoked by uid 99); 30 Nov 2019 20:48:47 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Nov 2019 20:48:47 +0000 Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 19BD54FBC for ; Sat, 30 Nov 2019 20:48:47 +0000 (UTC) Received: by mail-yb1-f175.google.com with SMTP id h23so12886191ybg.2 for ; Sat, 30 Nov 2019 12:48:47 -0800 (PST) X-Gm-Message-State: APjAAAUnKF82dQ74uXip6DnaOklRDgy/l8pccEogEnJWmzvPEqbhHStY gkmpmyTmzUAMwV60U9j+U47VqhxHKSP/73EqdoA= X-Google-Smtp-Source: APXvYqxQQxKvmAk2sp0pVUPzZ4O1ZHHCIk3vEt544AhhLhMd0fXqAZ9brfHIZ6Fa+bVOiyxyu2xrU6xYNSsQ5vq72VY= X-Received: by 2002:a25:bc13:: with SMTP id i19mr42973057ybh.488.1575146926752; Sat, 30 Nov 2019 12:48:46 -0800 (PST) MIME-Version: 1.0 References: <83e6e1a7-6614-21ff-9571-8d51879c3480@apache.org> In-Reply-To: <83e6e1a7-6614-21ff-9571-8d51879c3480@apache.org> From: =?UTF-8?Q?R=C3=A9my_Maucherat?= Date: Sat, 30 Nov 2019 21:48:35 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Initial set of patches for Jakarta EE 9 To: Tomcat Developers List Content-Type: multipart/alternative; boundary="00000000000009ca84059896791f" --00000000000009ca84059896791f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Nov 28, 2019 at 8:46 PM Mark Thomas wrote: > Hi all, > > I have pushed an initial set of patches for Jakarta EE 9 here: > https://github.com/markt-asf/tomcat/tree/jakarta > > The current status is: > - All the packages changing in Jakarta EE 9 have been renamed > - Any associated constants, service loader files etc. have also been > renamed > - It builds > - The unit tests pass (excluding those that depend on JSTL - more on > that below) > - A basic smoke test passes > > Please try and build it, take it for a spin and report back on this > thread if you find any issues. > > Right, JSTL. I don't particularly want us to have to produce a Jakarta > EE version of JSTL. So, I plan to use this as the first test case for my > "Java EE to Jakarta EE converter". I've only just started work on this > so I don't have any real progress to report. I hope to make progress on > this next week. > Works quite well already, I have the following items: - java/org/apache/tomcat/util/http/RequestUtil.java uses a javax. - test/org/apache/tomcat/util/http/TestRequestUtilSameOrigin.java uses two javax. The testsuite passes without the need for any additional fixes. So that's excellent, too bad I didn't get to do anything. R=C3=A9my --00000000000009ca84059896791f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Nov 28, 2019 at 8:46 PM Mark Thomas <markt@apache.org> wrote:
Hi all,

I have pushed an initial set of patches for Jakarta EE 9 here:
https://github.com/markt-asf/tomcat/tree/jakarta=

The current status is:
- All the packages changing in Jakarta EE 9 have been renamed
- Any associated constants, service loader files etc. have also been
=C2=A0 renamed
- It builds
- The unit tests pass (excluding those that depend on JSTL - more on
=C2=A0 that below)
- A basic smoke test passes

Please try and build it, take it for a spin and report back on this
thread if you find any issues.

Right, JSTL. I don't particularly want us to have to produce a Jakarta<= br> EE version of JSTL. So, I plan to use this as the first test case for my "Java EE to Jakarta EE converter". I've only just started wor= k on this
so I don't have any real progress to report. I hope to make progress on=
this next week.

Works quite well alread= y, I have the following items:
- java/org/apache/tomcat/util/htt= p/RequestUtil.java uses a javax.
- test/org/apache/tomcat/util/http/Test= RequestUtilSameOrigin.java uses two javax.

The tes= tsuite passes without the need for any additional fixes.

=
So that's excellent, too bad I didn't get to do anything= .

R=C3=A9my

--00000000000009ca84059896791f--