Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : @Context removal vs. deprecation
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Thu, 7 Mar 2024 16:37:43 +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=0fGYGrYiLAGSgZnjP30F4F4ggUXh8YMsP9hnj+dehyU=; b=TQI5YhZ2PI/9NmXNi9YjObawbJFgRxu1KOBRpXoUhlvjpdR30RZ6oYuM3BZvIbk4f6HI59RSGPPGhmVOpmQo9htfn/7W5ghP9XXdCnMEQOiNguKWvMmFQIkoXA3QuvWMvGYcLvGa/PJv7xS2P5va95sa2IigK/9clgaG1SMiyQ4RVQh/nHtGksGh/XddVhQ3cOsOggJEK5nEguvd6c2nAsR6Z+g+Z+WK7VWmLOvysajm4eVpPxvfWyB/FWKwT1YMlfqW15+8cV5JFkzhJwHv6gYUo43JFzKF0OG8b4+U0CrBt2tqp0vp/AieOLLY0ta8M73LKGp929GUmEAnM+n9zw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gViUh6srLye8z1WswxOQgJiCe9MbiPoIMfrRUTnHg0AMy5RdGG1nU9jv/qf9n74ck2D2A2CDf77Wk1ma/FzGYzYiTHhpKPr0EOMZv/xjjJGc8V4Mhcs1u+CZ6PKynZ1Yt6hXY2VSopmNApySFTP1XlTbTzo0dItW0IunhfsZzB6uHBI7BJfVa/+IxNAWGbPaQBARHUbcOb6liSdiphFAI77MZvsVNoWCIBDiiDqExDfa/eeDgPkh+/N4l86rcN5HNm+bXjmdLZPahieiGnQEIM6YL4l5S12N8HhhCCapFTRY7nbi8DNTuW1RK8UNbsibFAfFwvGcGgTh28QkERwUPg==
  • 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>
  • Msip_labels:
  • Thread-index: AQHab/eaD9xPM2m/F0ey/aahUfZ47bEseo50
  • Thread-topic: [External] : [rest-dev] @Context removal vs. deprecation

Personally I prefer deprecation in a 5.0 (EE12) release prior to removal in a 6.0 release. That would help us with the possible compatibility issues related to the discussed CDI beans and Application methods. 

--Jan

From: rest-dev <rest-dev-bounces@xxxxxxxxxxx> on behalf of Jim Krueger via rest-dev <rest-dev@xxxxxxxxxxx>
Sent: Wednesday, March 6, 2024 7:53 PM
To: Jakarta Rest project developer discussions <rest-dev@xxxxxxxxxxx>
Cc: Jim Krueger <jckofbyron@xxxxxxxxx>
Subject: [External] : [rest-dev] @Context removal vs. deprecation
 
Hi,
The proposed Jakarta RESTful Web Services 4.0 content (https://deploy-preview-705--jakartaee-specifications.netlify.app/specifications/restful-ws/4.0/) is currently under a “progress review” but is expected to pass within a week.

Assuming there are no problems, we can consider the 4.0 content to be set.   And, at least for now, that work will continue in the “main” branch.

That brings us to the discussion of what will be next.   Do we push for a version 5.0 that removes @Context injection entirely or a 4.1 version that deprecates @Context injection and provides an alternative implementation?    Both of these options carry many/most of the same concerns and some good progress has been made in the “release-3.2” branch toward deprecation..  

So the question is, should this deprecation work continue in a “release-4.1” working branch  or be abandon in favor of a “release-5.0” that removes @Context injection.

Personally I prefer deprecation in a 4.1 release prior to removal in a 5.0 release, unless a blocking issue is discovered.  What is your opinion?

Thanks

Back to the top