Re: [cross-project-issues-dev] [jdt-dev] Move JDT to Java 11

2021-06-16 Thread Manoj Palat
Hi Alexander, Andrey, all,   Thanks for the mail chain.  As a JDT lead and also taking into consideration the long legacy of Eclipse, my take as mentioned in [2] comment 11 is reproduced below verbatim:   "I would prefer an early mail being sent across to various mailing lists (in the hope of

Re: [cross-project-issues-dev] The Eclipse IDE 2021-06 release is available now!

2021-06-16 Thread Mickael Istria
Thanks all! Tweeted https://twitter.com/EclipseJavaIDE/status/1405165811803856899 ___ cross-project-issues-dev mailing list cross-project-issues-dev@eclipse.org To unsubscribe from this list, visit

Re: [cross-project-issues-dev] [ide-dev] Eclipse 2021-06 video

2021-06-16 Thread Mickael Istria
Thanks a lot Holger! ___ cross-project-issues-dev mailing list cross-project-issues-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] https://www.eclipse.org/downloads/packages 500 error

2021-06-16 Thread Jonah Graham
Thanks Webmasters for the quick response and getting things back on track. So much drama behind the scenes, but everyone pulling together to resolve them is awesome to be part of. Jonah ~~~ Jonah Graham Kichwa Coders www.kichwacoders.com On Wed, 16 Jun 2021 at 10:27, Eclipse Webmaster <

Re: [cross-project-issues-dev] Move JDT to Java 11

2021-06-16 Thread Sravan K Lakkimsetti
ECJ is a standalone jar doesn't have any other dependencies. I guess this request to move this jar to Java 11. Since Oracle has dropped compilation targets below 8 in latest JDK I would suggest restricting support to LTS versions of Java. This doesn't mean we make code changes to drop the support

Re: [cross-project-issues-dev] https://www.eclipse.org/downloads/packages 500 error

2021-06-16 Thread Eclipse Webmaster
The webdev team is already looking into this. What's a release without a little (more) drama? :) -Matt. On Wed, Jun 16, 2021 at 10:09 AM Jonah Graham wrote: > Hi folks, > > https://www.eclipse.org/downloads/packages and everything under it is > giving me a HTTP 500 error. > > I filed

Re: [cross-project-issues-dev] https://www.eclipse.org/downloads/packages 500 error

2021-06-16 Thread Martin Lowe
Hey Jonah! We noticed that just as we were going through the channels to announce the release that the subsection of the site died. We got it back up, but are still looking into why it fell over. We'll report back on the issue in more detail I'm sure once we 've gotten everything sorted fully.

Re: [cross-project-issues-dev] Move JDT to Java 11

2021-06-16 Thread Aleksandar Kurtakov
This has been the message I push around for years which unfortunately was taken as there is a bunch of people with fetish for removal of options when reality is as simple as: Current manpower doesn't allow maintaining so many options for everything (not just JDT) and with every new version of

[cross-project-issues-dev] https://www.eclipse.org/downloads/packages 500 error

2021-06-16 Thread Jonah Graham
Hi folks, https://www.eclipse.org/downloads/packages and everything under it is giving me a HTTP 500 error. I filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=574238 Jonah ~~~ Jonah Graham Kichwa Coders www.kichwacoders.com ___

Re: [cross-project-issues-dev] Move JDT to Java 11

2021-06-16 Thread Thomas Watson
I don't think ecj itself requires equinox.common. Tom      - Original message -From: Christian Dietrich Sent by: "cross-project-issues-dev" To: cross-project-issues-dev@eclipse.orgCc:Subject: [EXTERNAL] Re: [cross-project-issues-dev] Move JDT to Java 11Date: Wed, Jun 16, 2021 8:35 AM  as

[cross-project-issues-dev] The Eclipse IDE 2021-06 release is available now!

2021-06-16 Thread Frederic Gurr
The main repository is at => http://download.eclipse.org/releases/2021-06/ (http://download.eclipse.org/releases/latest also points to it) The EPP (all-in-one) packages are available at => https://www.eclipse.org/downloads/eclipse-packages/ The landing page can be found here: =>

Re: [cross-project-issues-dev] Move JDT to Java 11

2021-06-16 Thread Christian Dietrich
as org.eclipse.equinox.common already requires java 11 and this is a (transitive) dependency of jdt, i assume jdt already effectively needs java 11 with the current release Am 16.06.21 um 15:31 schrieb Andrey Loskutov: > Hi all, > > sorry for cross-posting, but I would like to take your attention

[cross-project-issues-dev] Move JDT to Java 11

2021-06-16 Thread Andrey Loskutov
Hi all, sorry for cross-posting, but I would like to take your attention to JDT specific topic that may affect some downstream JDT consumers. *** Request to move JDT to Java 11 *** 1) I request that JDT stops supporting compilation of JDT code on Java 8 and execution of JDT code on Java 8,