Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] How to update jetty in a fork of epp?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Tue, 17 Nov 2020 21:19:08 +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=/5HSX+K/jFuQNUv3O+QH+LxvZ/clULvznW5NtSCjmDQ=; b=bwdnP9gD9XaTConeDi9hqtXbF2BCivkVg8zlqyjvGYGZfboTB/FoV1aTP6hr5z9YkYfrhJSUUcXaoEHvceskg2+wwDQK1wsPwOirtm1ZAjoPS4Rb/mobMK+uh0P9DuAfghWqqdgSimT+zf/Y4wfx0lWETKibJDE5BuZGm0QtUn1tAlOvubwL1YGRvoy8kN5+KXZnLMc0Yg3dXmwPRmxD0fK2mO81W5ZUbeoSnopE6uq35dWBrc5KmB0pAgj1vrDqVqq09Ioje4TfQth0kIUAsghP9ZUSVYBAZKtskbqLEfi34aYeoCSLvBzP1YK1G4nUeR0LAPhUgX2Y+Fl4glYqEg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XfR1BxCgp5UiHbvKbz1y17FfSkqSonxMiZKKpQ8ikUgb3Hbyl61Z6gGUn4YSCelhHJtZFft4b3+surRH1NlC7Gd+W+FoG54YqDpTPP/NQ6FNx4Ogz9J1WkAkpftLvL6idKuJ1eLO8OKvDD6jB93j+9f/SQW//prsKRwDZB+wJLYCHAkdy3+B542xBYOXxrC9A9C2OWBocnQTXMoB+FvwewQSLpFGk4OzRPcRk6zM2ZA/N7vwOzN47Jv7W8WwNmU4ZvNCjK6aVNWX+SC6oYezzyZXBDOIG9PuE8Da6DNcHRAc1y0ea1h9LLns93Ajt9/nxXCzV3if4FF0Xll5q96lFQ==
  • Delivered-to: epp-dev@xxxxxxxxxxx
  • Ironport-sdr: nOb/YQhTtHQ1Rx+8pKItwmjXvvm+h9DkKpjOBjaQwiYbNyxO3e7pQEQGV0UyoXAxk6/lRLfH4h hc5hEJwUbRzQ==
  • Ironport-sdr: zo9QEvmQlh1a11R9v6SXnmLmvQfaNXBtX5BzFa4EQXqkORmKGe1BHBGJWOQV3A0WYVV+dVDXFU EwWZ15nxoeVg==
  • List-archive: <https://www.eclipse.org/mailman/private/epp-dev>
  • List-help: <mailto:epp-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/epp-dev>, <mailto:epp-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/epp-dev>, <mailto:epp-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWvSdICPJzv1SolEalNTcbdxuVrQ==
  • Thread-topic: [epp-dev] How to update jetty in a fork of epp?
  • User-agent: Microsoft-MacOutlook/16.43.20110804

Thanks Mickael.  This is what I thought.  Unfortunately, I do not have a local fork of platform set up in our CI so this would be a heavy lift in the short term.

 

Any thoughts on the ugly approach of replacing the Jetty jars post-build (9.4.31->9.4.34)?

 

From: <epp-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply-To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Date: Tuesday, November 17, 2020 at 11:48 AM
To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Subject: Re: [epp-dev] How to update jetty in a fork of epp?

 

Hi,

 

You'll need to locally build a fork of platform to replace the various references to jetty by newer (or more relaxed) ones; then you'll need to re-build the EPP package ensuring your fork is taken into account (it can happen just by `mvn install`ing Platform then building EPP, which may just consume the locally installed artifacts; or you can use the `-Depp.wormhole.repository=file:/path/to/local/p2/repo/for/platform/build`. It safer if you bump the version by +0.0.1 of the features that do reference older Jetty; so you can more easily force their inclusion by specifying the version in the .product file.

 

HTH


Back to the top