Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Support of newer org.mozilla.javascript version
  • From: Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>
  • Date: Wed, 17 Jul 2024 14:27:25 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=N36ArNeQoEhq38gZVJXYXNqDUrGCqSHDVME23C8wYcQ=; b=UHNSlJEZJ33HmLzwHo1x/dW27pZwz6o2/9ILoVnY4tFJBp/Zn3GiBUz829eZAwCJxP3U50Ul65a44Bm2JGKh/FHWQeit6l8ZBaBdSDJH+BYsJN0LAjykhZwe+GvQ2vn4v+e0v77LOjvJRE6YK5mkQ6HFFEeyDyJs7m/DeRQL59gKX2B5Qwu5y60g7aBzgcxZwLSeYz2CgF/FHSKOEKWHQAWi98oPiI+/ESfoPwhGX21pKeVHyKHCMfnp2seSkrQSzpHPevPZjKqdPu+OXQpwyK4KxDlU/cl/tpMHezTlBIh3+KkuIqMgyy7qtn9yf80JaGZEj8a9bfnaSR7twR2uaA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=RQaqJWTvjD/Fv9OcIOZeIXkbapqT86v4kjJk0/qWVC7zy2ahxPix/EEaSBGFjDYdjeWPvTOXav+sArfFixOmdTc3TrW8/prwHN3YOTPSdhQY3uJnSInVnJOVQTAllHXlK7TW2aLuftSowMn9q/xGKwqjhpfAMqpjiRHGtA7DjNpAdw89WtFXxywXiGDgb1a7AgInCj3bRDYHoe90LADtNyTfQdVILC30HzVe6kD/i96Hwac3iiXAoBJPiehNMJjCoTni9KsLbjP+dHAzfp5SnOEj4BWNln8KAVzDcpkpGpAcWIzSdAvBBmEzPveal7Uq26VisjVKdZcwiOI+tz7rgg==
  • Delivered-to: ease-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ease-dev/>
  • List-help: <mailto:ease-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHa0j1FPZfLpUWA4EOnmBSlNbA7FLH5Vr2AgAGtCuY=
  • Thread-topic: [ease-dev] Support of newer org.mozilla.javascript version

Hi Christian,

Thank you for the reply.

The new version in recent orbit has a new bundle name, and because EASE's core MANIFEST.MF uses "Require-Bundle" with the old bundle name it can't be upgraded. EASE and downstream projects cannot use the new version until EASE is updated to use the new bundle name, or probably better to use "Import-Package".

For now, Trace Compass depends on the older version of rhino and get it from a previous orbit version. We'll upgrade once EASE is updated.

Best Regards,
Bernd

From: Christian Pontesegger <christian.pontesegger@xxxxxx>
Sent: July 16, 2024 8:42 AM
To: ease developer discussions <ease-dev@xxxxxxxxxxx>
Cc: Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>
Subject: Re: [ease-dev] Support of newer org.mozilla._javascript_ version
 
Hi Bernd,

> I'm wondering if there are any plans to upgraded EASE for the use of
> newer version "org.mozilla.rhino/1.7.15" instead

Thanks for pointing this out, did not notice that there is a new
version around.

The upgrade should be fairly simple. Normally we just need to upgrade
the dependency and it should work just fine. If you upgrade your
o.m.rhino bundle in your application, I expect that it just works.
In case there is a newer ECMA standard supported, that might not get
activated by default.

> What are the plans for this is?

I am currently short on time to support EASE. Of course a change
request is always welcome :)
>
> Also, is Eclipse version 2024-06 supported by the latest EASE
> release?

Untested. Unless there are breaking changes in the UI framework or the
debug framework, EASE is typically unaffected by newer Eclipse
versions.

I'll put the topics on my todo list, but do not expect any updates from
my side before autumn.



HTH
Christian

Back to the top