Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] How to identify Java 11 usages for bundles with JavaSE-1.8 BREE?

Hello,

Currently Eclipse Platform requires Java 11 while a lot of downstream bundles would prefer to stay on Java 8 for a while. This leads to a situation when workspace has Java 11 classpath and Java 11 methods are visible for Java 8 bundles.

What is the right way to configure JDT and PDE to not accept Java 11 usages for Java 8 projects?

Thanks,
AF


Back to the top