Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] complete or composite?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Thu, 9 Apr 2020 23:14:35 +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=OIFyGwddlWW9YqdmHqdt+LNLjEX65tIzLaQFCuP+lZ4=; b=E1acIKyl/3ZeWy3DLIfADpq/XuOrQ31S9qO7r97Erclsz5MtBH6PPSezEBesd9em3r7bOqDR4ayHakVBaS4ytqAD1PHN2ffS29TGlIBlyAsxWh1GsuOP6q7KYxYXN0GOr2iHQ3id78KfgfDALWQwmklsf0MN+eeHj8r/NluEYsonfpAdwiIJpyYDXugdV3HmRWPGBJDA9AjDOG1xemZq5xLtw94U4q5w9vYNrU/ELyLgI7zDF4gRdtG52X9Ry1bqW4h7RSzYocz0+IRLVZEE+wWK7G8M/R+X+PNMvKt5iKvnzbYAaGAYmS8Ko4VUTg3Zjq4pUNascoPSLKPY4rSjcQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Il3oa72rnrslLg7vN1OHoT7SKy+qvzlUno/HdN9alVubLfAQUR8qor63GSzJsjuEgr8GRZRebGxMQ4vkYMDKL0x5WUolbS5zXDH8+HYJFL6Rhi4nmbixAtVRcLbTI0gFnrFlEG3zn12nAlmLUr0UfRepaBUG2/xjz2cq33Gzv32X42M3bdWPG+BZeMqTzNS8ZKKQi78/VcIRT1nqher5Gkbongb5FTvxqSyhIo3LsctiaRkFGGC/PME6d/x0DliSKTEGKCCfE01kCo+Et9nckGTt4a9mejYOtGl1ct88cAk2jiC8eM2HJxQGFnRnBIIIZAFjsEZD8Nho4e+srgaYpw==
  • Delivered-to: orbit-dev@xxxxxxxxxxx
  • Ironport-sdr: w6K219djMVoTwFracRd0/86RBY1s7wYuo71FQlVRnd+wq8kaM1sZKvA3LUcQqYl3xhzHBuYCT2 ILLDHHbr1zmA==
  • Ironport-sdr: 5b6ElqvFNaoapwzBk9a5YxalM4nN/c/4Yxu4PD0MLEE/YERgNobv3mFmCpkan435sq7zBYFJlJ E08S9dSF33hw==
  • 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: AQHWDsSiLjrq24g4mUuyoXoCl5bWhw==
  • Thread-topic: complete or composite?
  • User-agent: Microsoft-MacOutlook/16.36.20040502

I just noticed that org.apache.lucene.queryparser_8.0.0 is available in 2019-12 and disappeared from 2020-03

https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/org.apache.lucene.queryparser_8.0.0.v20190418-1455.jar

This seems a little different from the differences I noted below.

Was this an intentional change?

 

From: "Homer, Tony" <tony.homer@xxxxxxxxx>
Date: Thursday, April 9, 2020 at 3:41 PM
To: Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
Subject: complete or composite?

 

I know that we should use the composite here

https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository

But we use a Nexus proxy p2 site and have run into trouble with pointing to composites, so our current practice is to point directly to the final build repo instead.

 

I was reviewing the list of dependencies available in the latest 2020-03 Orbit p2 repo at https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/

 

I noticed that there are some bundles missing from there that are present here

http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/

 

For example:

com.sun.xml.bind_2.2.0.v201505121915.jar

javassist_3.13.0.GA_v201209210905.jar

etc.

 

I imagine if I were using the 2020-03 composite repo they would resolve, but I am wondering if this is expected?

Another way to put it is, if you review the list of bundles available in Orbit 2020-03 by looking through all the links:

https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/

 

Is it expected that some would only be available via build repos from previous Orbit releases?

 

Thanks!

Tony


Back to the top