Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] p2 for jersey
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Mon, 18 May 2020 14:44:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.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-SenderADCheck; bh=Epu0a3xW6z7IjffYPldsC0axHrKdVAd05vPuDs7KOPg=; b=HgfBwzsh5LcvQxtWa7MQw0GyT1wDw5XC9nE9P3DO4ujoCdrIsS6XD/96qMhfqP8byn/nUreRmsQIvo06veT3Qir3ahWFg1BhcCSoso0IenDhBKjHDxCFCXTPOTvBZWJau1inMfLZAceiui0YpkGmV5fAMnxZqB4uU2AxVrcC6E1FAwpux603hHpykvFZ83rCnepgrN2vIzRM+4I7i3hP+l8GyzyRaAP1Kl+vPAWl7Jq4Id01bTqIJe1jhZTzRXqNR8yl14BCmwF0v5gIdApf+1V4AcSfqchSrXFKr6uOavoDuiWMG20rYzJEmItYz8uc4XO90uA4aukRV1siIUAh8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JelH0g3MXAPsUUM048eR7I5idnMbVdO8qPaE1fRKVjmCGocyP5OgwoCoFyEOpUgN6eyh0bNEaE9xT/fR9rptb6314QgJwi2C8sD23cUKQNBh4etsWQ9v/6DBl3tEMMBPqGJbVNoH5kGhxxeOE7FyDhecoWcsYcsumqXA1EuhtisOV+EVvnCi9AWpyT8sPEFN8d+ulzMUHZUORTVBnYUA/hvmUNiPjUBSK/qghCl5HCmK1WEB94RxMyZJoHQ2p+7dnoLRIoM6QCVSlKKXwBb9eNJd6FPDm3xSOvVnhLFn1SmRnCwXuTUTX0Lst2RZLWzo/+YJvGvN53vRQ/RE7a9pfw==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • Ironport-sdr: bMY/9+nf3QpyCvFGh578zaMc/VqniBThv8vbnyV2nPFwMB+dlpzKCB4sU9xRSkyURLtmhmFgHd BaNz3kBbISFQ==
  • Ironport-sdr: 4NtJBbIOxvV1AFGcMFA8PUmheCIj4azAF7of8UjVZMZUbLe/7HZ4Dzr6y+LtRAE4VRMY0iS4SQ nY9n61LuNLpQ==
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWLSLGU0N2z/IF80iTI4Dq7ZPQkQ==
  • Thread-topic: p2 for jersey
  • User-agent: Microsoft-MacOutlook/16.37.20051002

Hi jersey-dev.

 

I’m an orbit contributor and am working on a contribution to linuxtools which requires an updated jersey.  Currently jersey does not provide a p2, so I added an updated version of jersey to orbit.  This took a lot of effort and could have been handled more efficiently by generating a p2 as part of the jersey build and making it available with each jersey release.

 

There is an issue open for this topic: https://bugs.eclipse.org/bugs/show_bug.cgi?id=562366

Roland Grunberg provided an example patch that shows one approach for generating a p2 as part of the jersey build, so it might not take too much effort for jersey to add this improvement that could benefit every other eclipse project that depends on jersey.

 

If you are an eclipse contributor that would like to see this, please add a comment to the issue.

If you are a jersey contributor with a little time available, please take a look at the issue.

 

Thanks!

Tony Homer


Back to the top