Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] new issues opened for potential alignment with MicroProfile enhancements
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Fri, 15 Nov 2019 11:41:46 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; 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-SenderADCheck; bh=1u1V+XtBS13XpBpVFcjWWrY4MmMXo9JQfaqRoYQ2Ni0=; b=LjWjXAdieabP7lCAB1hTcLMlu3GfJqJHycbPM60J6WJfFz87rTb80H/OolnLZE2ne1OLVyzUtyfDUAPqSewUVm9FpXBpWADzBIh7hsnKybwP9Jn4vBstqFfE+uqy29Sr/GB4/slUNnKy3W032tuMru6sn4KBifdX7CzbzG8NdYRpwIN346LiAqNbang4n9Ob5zYgnvUIpNpw4mclwY8N7GGZwQ6zUr6qa5WMqUva8Bj0Pf9K8RLwrRzLVGL197qd3duuEva4idwtpLiTRsf/HXyEtAZc+NWfcj1Pgu1+U99SKS18T1Z47VJoxuTg1LyP5R+wJ8HqQ71J4URZZ3r01w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eaZNQF2XkJloTfhum0NMuR2PBOZAsfFg9f1gkchh/LZxBBHf9ulkzxsVlYH+A6imLETksfGbBp1qD7MAFYD+luU0OfYH1YL6zlF5z0lEp6KibU3H4gar6LhMMmjDUfoIRANYLvFEO1/KYSWHTmrGeg93aQwHV9AFtxI3UTVTDQbvwzLgvZO5x8aI7cHhSiAltT6np/oSmgRcp/Up9Pxw0/GRKPg2qgnp3JEtSlF9cHK6RaF/7CUej/SL8CdpujJNNY+UxfTbCgCPCCrNCHwkQYvkW9JzFka5VKYDl7xrKW4hCiBtRb74kG3xsoFE+97+NUMHhenVv4yZbsbYTuXcpA==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVmwBiWHC9+6hZs0uQeo74jD8/4aeMHT9w
  • Thread-topic: [cu-dev] new issues opened for potential alignment with MicroProfile enhancements

Cool thanks Nathan.

 

From: cu-dev-bounces@xxxxxxxxxxx <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Nathan Rauh
Sent: 14 November 2019 15:29
To: cu-dev@xxxxxxxxxxx
Subject: [cu-dev] new issues opened for potential alignment with MicroProfile enhancements

 

I made an attempt at going through the various enhancements that have been made in MicroProfile within the concurrency space and have opened a number of issues for Jakarta EE Concurrency to consider adopting them.  The reason for using multiple issues here is so that decisions can be made on a more granular basis.  The Jakarta community can decide what parts it wants, without any obligation to take everything.  In cases where an issue was already open, I've added comments to the existing issue rather than creating a new one.  There is a new "microprofile" tag that identifies issues (both newly opened, as well as pre-existing ones) with potential contributions from MicroProfile.  Also, I've checked in advance with Kevin Sutter that it is permissible to copy interface methods including JavaDoc from MicroProfile to Jakarta EE, so this does not require Jakarta to have any dependency on MicroProfile.

https://github.com/eclipse-ee4j/concurrency-api/issues?q=is%3Aissue+is%3Aopen+label%3Amicroprofile


Back to the top