Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rest-dev] CDI PR Review
  • From: James Perkins <jperkins@xxxxxxx>
  • Date: Thu, 23 Jul 2026 15:46:06 +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=vk82cCf9jdVKt7e6zIAI8bQWUIKOmILrbVKRbt6xc1o=; b=BnJw8i0xXxRbzfz9eg/awXYYscTRMtiTUXmfL6XB81RRCSqXU0St4d7Jy8FGZogm7qSivbJ72n6wYRTBss5etw8AMBRyOcFj/yNZdTsDjZMTyJkLhg4sjHakOxflRBMHd0kHm/BUT9W9PLXzEDJKJ3FdRwNDbSOE7Nzbg+svHFNewHLSvzlkv0Ew8PjUYJuGTgAShTzHpsCSYdSottuwtImQbG1q8T+0fdKYhiEKhDCBQ4IXWCg+p7Iw+NmdVARbOIo6KnVDx0H8Bny6GghFljldgH4Fog0V/4/qBYlOFP9cokDEYPRXA17V2AnLmlqO02iyLy52WoCXtFsRDr1Chw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=S53dXT+BrnJ3izNjljuNvsm4WGN6N2HnidL4Zs5DmGERWagEC+Ge4xk9Tqvf5HBKM5QW4Q56UV6BeKILnKw6d7rfLf0dHdeVj8zMbucephe5+wvZhTY4VDDW3idknJMREl8Kz1H7yJykErPzKE/Ao/n/0kC22Pcg2yduptsEmX5VElWWCrhyVIm6NnqQY6/b7g1+aibPICtVNZDP+fpKkt8ebDwBQz8L+viMKsWye17nBSf03yvUnoxlq9TUqoT/vTfvFJMs0+30NyzB6n5yYfRInydOfK4hU2cyKmVleYQyxWQ21kNZhGDzw/KzP+fgqbhOA5sqBiWQQAiqB0P4cw==
  • 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: AQHdGriFJQlFyWKsDUayklsbdTpW2w==
  • Thread-topic: 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