Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] CDI PR Review
  • From: James Perkins <jperkins@xxxxxxx>
  • Date: Tue, 1 Sep 2026 15:04:16 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ibm.com; dmarc=pass action=none header.from=ibm.com; dkim=pass header.d=ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=Aa2MJiqpXZQRCDKsQXlpHdEMQUVlPrz/iarw42rFBTs=; b=WgNn6OBnLKDUo2vhALts+9rFy/7Mjp0+xalXviO/hnQonJ6kZv/E1yqrCSjc3zRqrE7i4/5Z4EnT2UTQsKk291j3DEsR3r4QFRGVv8KftbX9LSJ5YqLBkqn3ZhBF13kyqODdQyxe6TG/KDIpC9sfWNM/gFQdxYjzhyLD9UDsFDZxVYCsUFrw5gjfb6jIIh5cukxWYZruR9W1UvwSSnn6boClo5iSXkkRgtNKWgAdFVP5bsNVhuPUU+9E7+tuREXKKCKMob9ys9Lnz1KedqcpHztcCJcSPrxfw5BFIza3cfl3QflJebXSVOkg8kutNDWA0Kpo36QCaDW0nNT0ufdPRA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=o0rkgtGxE8K9UaMB9hSczb4VhPSpGBXZPQzOoox9Kvh9tMOyef6n7bomfOi091LLoQm1iJj9nX6yAhwfW93V5e3g+JXY1lIEiQd1VK3Pt3j+GzWkLb7gzvwrwLzZuJ7uqUCoXZATH2yBrkfAODBmiuKGMS1vZVxihTcp5ErAAV8ux/FiSF7TB0cb5qXxpZFRyna2qX/BXlgkYbmSJn91eVJBGK2AB5nmb5EKnsGqkKPGMHD+1sYuBG27eViQ9H7wmn7qp/w9wE15ODDn2ggGI/24ye4BYEh2Q5+tzYHC5U9/tawhYG2RvWSdPZ/6QWo9rZUi+VKY+eQEvvSxRDdkjA==
  • 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: AQHdGriFJQlFyWKsDUayklsbdTpW27a6EK/P
  • Thread-topic: CDI PR Review

Hello All,
Just asking again if anyone can review https://github.com/jakartaee/rest/pull/1340. This is blocking the Jakarta EE 12 Core Profile from being able to move forward.

James R. Perkins
Software Developer 

IBM

From: James Perkins <jperkins@xxxxxxx>
Sent: Thursday, July 23, 2026 08:46
To: rest-dev@xxxxxxxxxxx <rest-dev@xxxxxxxxxxx>
Subject: CDI PR Review
 
Hello All,
I'd really like to get a review on my pull request for CDI integration https://github.com/jakartaee/rest/pull/1340. In my opinion this is the only reason for a Jakarta REST 5.0. Otherwise, we could/should just do a Jakarta REST 4.1 and would have very minimal changes.

The gist of the PR is this:

Please let me know if you have any questions or want anything clarified. I've got a working implementation now in RESTEasy for this that works with Jakarta REST 4.0, so making it required for Jakarta REST 5.0 should be fairly simple.

James R. Perkins
Software Developer 

IBM

Back to the top