Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Adding an Eclipse OSGi bundle to Orbit
  • From: Carsten Reckord <reckord@xxxxxxxx>
  • Date: Thu, 9 Jul 2020 18:24:41 +0000
  • Accept-language: en-US, en-GB, de-DE
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=yatta.de; dmarc=pass action=none header.from=yatta.de; dkim=pass header.d=yatta.de; 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=g6FHbY8wTJAnuYXxXD6X0+15yyDmhWtajD51+7OJBlw=; b=mlxe3SqWBA2WhCJy33sdj2uu3a7TKUhlf6fcs4svsRDKVu4hTNPWxL2HawADXHGrweX/2RlPjq20WID75wGyjbvHh+a9XsN9550xyPLWs80i+VA6Elbjb1BbQokwQgIT+jeJm02d6gJ96pqXzrtDe36PgEC/eSsMuqBf5l6hj/15KIz6iokOZPiL98Ns0gYnHzIol/vUyLpW5eOcyA1tv6fXf6ddLX9O4xaZm/4Ebeey1TKprNNow4H5PhpOtbtuxI4f6paLJGx/C5pLTPgvffaL7NsdXJ1YBlrLqLvBFh8Ecouc29oDy1p/1mBgDadEFHZLB6d5AZppEYAMDRRfXQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DNDAZ0WXBYqLlfIOUJTj+Svp1bJbxn8U9gHjYS2OhXYm9g2IdsCYXojiYYOdwM2DI6qdYKEH+3WPGa8uk7KPrPa64wQx1JAlA/bMRrX7teY76NCF17OezxApScgfNxp2CKl5HWK4wapg+6o0ULbcYw+ZbItxp4sBK3D9n2NgASPJ8JST8zUUaiLF4fdpZiukblcBTWlHVwjiWWwXGYXPMt7wl+owmtHTo38ywGBWSLQf6x92JFJc6s0RPmocjFC8ho9VQqABZcTe71yaeJd/zGYB2Xx74IKCkymme6VkkKE1tsPFJMY11S4SvQpmh3ryP11kXqegRif1B6wC3umQag==
  • Delivered-to: orbit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/orbit-dev>
  • List-help: <mailto:orbit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWUiZJ7db+N1ks9kGaq+Kp4HoncKj4/tiAgAAG7ACAAgicmYABKEYAgANgu0k=
  • Thread-topic: [orbit-dev] Adding an Eclipse OSGi bundle to Orbit

> I also seem to remember that one of the concerns with the 
> pomDependencies=consider approach was whether the project also OSGI- 
> ified the sources, and if not, then having a separate approach for the 
> library and its sources could get complicated. Re-doing the metadata in 
> the osgi.bnd may seem excessive, but at least the approach is 
> consistent.

Alas, that just seems to be the case. I'll go the usual Orbit route for now then...

> Generally it's good to at least file a bug against the project to make 
> it clear that providing some kind of p2 repository is actually wanted. 
> This is basically what we did for certain Jackson/Jersey. If you look 
> the patch is just using p2-maven-plugin to do this.

Good idea, I'll file a bug against Jakarta EE.

Cheers
Carsten

Back to the top