Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Highlights for 2021-12 landing page
  • From: Lakshmi P Shanmugam <lshanmug@xxxxxxxxxx>
  • Date: Tue, 1 Mar 2022 10:24:47 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=TIzvN6P9zc7BzDw7RBuaXj4osFzqW7dT95CVxelAr/I=; b=CVNq2wt1osStUEzioeMzyvrh14Rg/Wu0ajPw5PegwKTS9IsV5yuvHJlq2IqO4GlXlVE5exbSzMKE9ssEfIBjnMnB07GPkz73ClCoSQRVJD/+p0VC1bQhEtqoBzR9TdnRUrh/hdd4SC10xHBrFpp0g+qV2I+bMhZYiOpIx9zqOCDb01AckJ22Lbdiyk2kjhoTuvyYpk3W7V+Km4MKMnjEh2quwfyVv/7Gi/DLtB0lORXtNaFSjh7FZvJbtmgPbRblpP6ifpo58vwVIjS9OuRwWSlFBHIZsZTMcYal2kfgWnkKi1IVsIAJ8kxYxODMNIRHi14z0X8+McPlWGJ0DcLK7Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lqJINJ76UB7LFJmetskG+wz1IZ3AgLzCZE+odvuFrJpPGMD9Y7zeKcOI+XRwfBJhjaMin38uVa3SJZx4/oe0xqYjinYQxibCZmeOhIlnOK0A37fxSdvXB4I8jXZsqU1/Z0JuuAKFINCPH6g3EIK9+Z0fCOvQFPE9bO3opQw0b/b28Iq33ZfH1mCKyvMiWl1S9nMIsBfzW1Miz8XknaPOkWHOJhbwIsl6UKpmgGyRiddpAynCEm2VtiBKdiV0IBlHALzd8kHsSrst/hGt1jO+XTc+N666XN/0hLmUk8FcdUwG0dPXNJAQDfN8v3+qY8uAedGqDSj4+X5rXrCpQb4mVQ==
  • Delivered-to: ide-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ide-dev/>
  • List-help: <mailto:ide-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ide-dev>, <mailto:ide-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ide-dev>, <mailto:ide-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYKK8XRXGcBSoQhU2djp/9XNPGk6yozAQAgAGghgA=
  • Thread-topic: [EXTERNAL] Re: [ide-dev] Highlights for 2021-12 landing page

Thanks Mickael for the inputs, I’ve added them.

 

Thanks & Regards,

Lakshmi Shanmugam

 

From: ide-dev <ide-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply to: Discussions about the IDE <ide-dev@xxxxxxxxxxx>
Date: Monday, 28 February 2022 at 11:34 AM
To: Discussions about the IDE <ide-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [ide-dev] Highlights for 2021-12 landing page

 

Hello Lakshmi, all,

 

Compared to 2021-12, Maven support has received tons of improvements: https://github.com/eclipse-m2e/m2e-core/blob/master/RELEASE_NOTES.md including some better support for JPMS. It can be worth a note

* Improved Maven support: Easier navigation to project from Maven logs, better support for JPMS, improved performance and editor capabilities.

 

Also, and interesting topic that can show the vitality/simplification of plugin development and thus of the community & project that can be worth highlighting, although plugin developers are the main audience of the page, is all the ongoing work to better integrate PDE/Tycho/Maven:

* Consume Maven artifacts as Eclipse plugins: You can now more efficiently use Maven artifacts while developing Eclipse plugins. PDE's Target Platform and its editor can now directly include Maven artifacts as dependencies just by referencing their GAV.

 

 


Back to the top