Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Tycho to require Java 11

In the light of Eclipse Platform moving to require Java 11 as a minimum in September [1] I think we should move Tycho prior to that.
Reasons are:
1. It will affect only JVM version runtime at build time. One can freely target older JVMs as it's done in e.g. Eclipse Platform release where build is running on Java 11 but there are bundles targeting down to Java 1.3
2. It will help a number of projects to ensure that additional bundles are in project's target platform and p2 repositories for APIs removed in newer Java versions (xml.*, inject, annotation....)
3. Projects will update their CIs JVMs
4. Message about ecosystem move to Java 11 will get more attention and less people will be surprised in September.

[1] https://www.eclipse.org/lists/cross-project-issues-dev/msg17532.html

--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top