Александър Куртаков
Александър Куртаков
At least I'm not aware of how can this be achieved.
I'm not sure how much such thing would help for SWT as it's not only different environments (filters) but also entirely different source trees for each platform. Additionally SWT is...
> * JDT then ignores each source folder not matching the target environment (that is what one needs to do manually at the moment). Let me query JDT devs for...
Changing SWT in that way would be very tough as it will not only require to handle the Java side but also the C headers/object files/etc. @tsmaeder So having "conditional...
Switch in Tycho will be delayed till 2022-06 release and happen right after that so we'll be taking this with priority after opening 4.25 stream. This would not affect produced...
Tycho ships EE profile for Java versions. Java 19 profile will be added in Tycho 3.0. There is agreement among Tycho developers that we want to require Java 17 for...
For the record https://github.com/eclipse/tycho/blob/master/CONTRIBUTING.md#increasing-versions clearly describes the cases which are considered breaking changes and Tycho should bump its major version.
A (possible) blockers on JDT side seems to be https://github.com/eclipse-jdt/eclipse.jdt.core/issues/147 and https://github.com/eclipse-jdt/eclipse.jdt.core/issues/114 . This makes it risky to require Java 17 as JVM if there are so many bundles targetting...
All blockers coming from jdt.core are done now. I plan to move to Java 17 ASAP.
By risk you mean users sticking to 2.7 and not moving to 3.0 or actual technical issues ?