Александър Куртаков

Results 496 comments of Александър Куртаков

@laeubi would you please rebase it on top of master and guide whether and how I can publish extra commit to this PR with an integration test.

I honestly don't understand what the issue is here. Toolchain for Java-17 must be setup in order to compile using Java 17 APIs while running on Java 11 . Tycho...

So you are running Tycho with Java 11, have toolchains configuration for Java17, tycho uses Java 17 and build fails ?

Just to be sure, does it happen with Tycho 3.0.0-SNAPSHOT? I ask that question as if you're using old tycho version it will come with old ecj/jdt.core version which may...

@laeubi is this one fixed now?

@aumann Would you please sign https://www.eclipse.org/legal/ECA.php ? Without it we can not accept patch from you.

Well, it's probably time to move Tycho to require Java 17 actually. The jdt bug that forced this revert is supposed to be fixed now.

This one happens when running on Java 11 but targetting Java 17 which would no longer be relevant if Tycho requires Java 17 as runtime JVM.

I highly doubt that is true (esp. without a reproducer). My look into jdt.core points to [isJRE12Plus](https://github.com/eclipse-jdt/eclipse.jdt.core/blob/master/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java#L175) as the most likely cause so if requiring Java 17 I think this...