Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Start version 3.2
  • From: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>
  • Date: Tue, 23 Jan 2024 13:51:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=0mLTl6ZKDkbRKnC9mLZbR8xzChNm7g+o+5WhE77KQek=; b=PcfqnIiJFzL0sxbk8Kq8dj1kfjP2TrvVGhITbuf8/2igJnzTeTI8wLRSs3AZgHjC7bKTsH3RzNY1u7+jjGKOq1SsFm/MCSdNHCytfX5mZM7xcyKLwXcWwoXHuzQFfTKg9XCw68czI1t7GxNNFGdEGOqpM7/2h9KpN0BWbzKnVpimtaCKPo2jLEKr+rRS0yi169mt+XzrMhbUrFZpO5vsMjOyWhm+Kozu1XZ0o/MDyv57HVlNaufnzz80AvlWNbpeAHAsuoGXI8jwCFNWRzJ93NfOn8QdOmPd3OQdLvUpS/YYdonKGJpDd1h21UgIzou1961DYpL2CgHsXn7rLxMe8w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kbU8zZ7lSkcUn9rsKzv5LOSUtWAJjA8lg2n5UyVOWBohPgRUk3AA5Qdn+0kbdDbPEB43xRn/oqSp2wtKYkuUKYUZ9dv8yWV27geOgm1wn3Dh8lVzTDbsHa5Bktxst7fxI0VqxcGt7G8s8XMoxCurm9T9W2PEc0N/MToZ1cxHBZ1rXPICWExtYjZh28FPBMI0qtmvmeRZBP/E+RI6C+ubKp29C97Oms3Cs0edE43O7AhVDlYtWgTjulYTyrrI4P6PXaxF3Eya/6XxPfy04sfMAMJEcYYRNDdS4YwHuer3f9RQ8yutUJNDZQkObQophUL5umUZiiI8C1QlN/WXvmiX/Q==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaTWRfk2m3pxJvhket0lOKCJpZYLDna6KA
  • Thread-topic: [External] : [rest-dev] Start version 3.2

Jim,

Reviewing the responses I see the following responses from Jakarta REST Committers:
  • 8 :  +1 votes (including me)
  • 1 :  +0 votes
So, unless any committers wish to change their votes, I think we should formally get started.

 Agreed.


Also,  there have been a couple changes in the formal Jakarta EE11 plan that affect us (https://github.com/azure-javaee/jakartaee-platform/blob/7f264e0f6260aca64f81ba994d072362f3ef33be/jakartaee11/JakartaEE11ReleasePlan.md):

  • The release review date for Wave 5 (which currently includes Jakarta REST) has been moved from 2024-02-29 to 2024-03-29.   This will likely still be aggressive, but maybe not impossible?

 Definitely better.

  • The min. Java version supported for EE11 has been moved to Java 17  ("Each Wave 1 - 5 component spec has an impl that passes its TCK on Java SE 17 and an impl that passes its TCK on Java SE 21. These need not be the same impl.) . So the Jakarta REST 3.2 TCK will need to support both Java 17 and Java 21.

Santiago,  you had stated previously that your time to work on this will be limited.  Assuming we go ahead with this I am willing to help out as needed.

 Perfect.

What needs to be done (please add to this list if I’ve missed something):

  • Create a version 3.2 release plan.  Should be similar to the current 4.0.0 release plan (https://projects.eclipse.org/projects/ee4j.rest/releases/4.0.0) adding info needed for CDI deprecation and possibly removing Jakarta Concurrency integration.
  • Create a release-3.2 branch.   Copy the release-4.0 branch and removing changes that removed @Context,  or possibly copy master and add PRs for any changes that need to be moved forward. 
  • Create a version 3.2 epic (similar to https://github.com/jakartaee/rest/issues/1158)
  • Create a M1 version of the APIs and Spec as soon as possible, publishing to Maven Central as all other specs for EE11 have already done.

This is a lot to do and still a short time to do it.   So there are 3 discussion points that I see (maybe more):
  1. Do you feel this is worth pursuing for EE-11 given the time-line?
  2. Are you in a position to contribute to this?  At a minimum dedicate time to review PRs, contribute to discussions, etc..
  3. Do you feel that this 3.2 version, with a deprecated @Context injection, should be pursued for EE-12 if EE-11 is not possible? Or, in that case, should we just go with Jakarta REST-4.0 with @Conext removed rather than pushing a 3.2 version in EE-12?

 IMO, we need to iron out the technical problems that result from deprecation of @Context first. As we know, deprecation requires an alternative, and in this case providing an alternative may not be straightforward. Does it make sense to work on a release plan, branch etc without a sound technical solution to the problem?

— Santiago



Back to the top