Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] eclipse sdk v5 ❤️
  • From: GIREESH PUNATHIL <gpunathi@xxxxxxxxxx>
  • Date: Tue, 15 Oct 2024 12:56: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=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=acDxoobFY/ea5u8CqVKILcdp+OAAGCsqxMMqlsdMyi0=; b=eodGKVKrEPARy9d/slipnBu4lv76Pv0Pov72kw069TLmmnLpjnLuDiIuhkyLDlOWp8ZbBYQjh5K9L6K93Mg55e4MG99fd6eUfJ61oCjd+y//bxtOlTG42jAkl0TV2M1wPHWuAa/xIx7lCRfXVVKx8rwyXMRnCcvzjkeI6oYRqBo6dSl7lov3MljCTM5UP6LjfVoFs1AnOOQgEw71+nmqUDhGVZBYnC9BxdQnS2nNQcr5M6rAZ+oy0SpYqp0v0myWwNCmvoRe2TowlR77Nqn395tvHb+7PYd+wm2aqQEaiYVIx7QGEqgIPq5T/pc1Adg8BN6TL7Ts4Z6bRgGfAiSNeQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=leIEyyMIR8vKKK8InexUzbR6Xbej3DHaXl77ZvJUwziyg5JLZhtpcj6rMeFFyRILCQ0/mkC3quxX/UogMfmMzUZ0UuvsNI4ZByqE3JPWWzIDCs81bwLEo80NMXgGEPJXXRGJlRrCJCmhIg7vzq04XNgTJ+0Hc0CuQqFk6diH05GHp6l65iHZ/2QtoWbUrw0BPsCMkBEowEEV5g8fVyGGF1OYr7WbTGSyxlQ1dJ3G+9WavORJphh66/RVlDBy4reGermdQd/MR71zz0hXJ6jbinLzlGkYI9kp6EIfVJQKhVu5SUyQr+F9aTe4oP5r3cGtFi5S9Oghr1J0WTKgchoI5Q==
  • Delivered-to: eclipse-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/eclipse-dev/>
  • List-help: <mailto:eclipse-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbHfO0F0tnjdYIKUq+1HAFTj4Ls7KHvQaAgAAKPpQ=
  • Thread-topic: [EXTERNAL] Re: [eclipse-dev] eclipse sdk v5 ❤️

thanks Martin for the great list! agree that these are great to have for a major version change!

 

what do people think about using AI functions in code gen and code review? for example experimenting with sourcing of existing open source code into SDK? (i have no libraries in mind, just thinking aloud)

 

also it could be a good opportunity to get rid of an array of deprecated features  that we still carry in the code? (for example PDE builds in lieu of p2)

 

thanks again, gireesh

 

From: Martin Lippert <mlippert@xxxxxxxxx>
Date: Tuesday, 15 October 2024 at 5:49
PM
To: General development mailing list of the Eclipse project. <eclipse-dev@xxxxxxxxxxx>
Cc: GIREESH PUNATHIL <gpunathi@xxxxxxxxxx>
Subject: [EXTERNAL] Re: [eclipse-dev] eclipse sdk v5
❤️

Hey! Great question about v5… :-) I have a few things in mind for this. - ship the Java tooling inside the SDK on top of JDT.LS (move towards LSP-based tooling) - ship JDT on top of the javac parser - ship a revamped platform-neutral implementation

Hey!

 

Great question about v5… :-)

 

I have a few things in mind for this.

- ship the Java tooling inside the SDK on top of JDT.LS (move towards LSP-based tooling)

- ship JDT on top of the javac parser

- ship a revamped platform-neutral implementation of SWT (gpu accelerated, with some updated look & feel)

- allow the platform to benefit from Project Leyden

 

Nothing here is really new, most of this is already work-in-progress (to some degree), either by the projects themselves or by initiatives and support from companies collaborating inside the Eclipse IDE working group.

I think pushing all these topics to GA would make an awesome v5.

 

Cheers

Martin

 

 



Am 14.10.2024 um 06:46 schrieb GIREESH PUNATHIL via eclipse-dev <eclipse-dev@xxxxxxxxxxx>:

 

Hello fellow Eclipse developers,

 

as we continue our journey with eclipse, I was thinking about eclipse v5, and what it could entail! I would love to hear your insights and thoughts about: what gaps in eclipse need to be addressed, are there any emerging tech that eclipse could align with etc. that could lead to a reasonable candidate for v5, apart from removing a number of deprecated APIs.

 

Thanks,
Gireesh Punathil

 

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/eclipse-dev

 


Back to the top