Allow selecting JavaSE-25 from the environments list for debugging#746
Allow selecting JavaSE-25 from the environments list for debugging#746iloveeclipse merged 1 commit intoeclipse-jdt:masterfrom
Conversation
|
This will fail compilation, it requires new IBuild with the used constant introduced in eclipse-jdt/eclipse.jdt.core#4259 |
|
Sorry, I must have missed something from the previous PR. |
Not only you, Alex too in his original change :-) |
|
The process of adding new Java version is very convoluted and involves way too many places . My plan was to removing the need to edit manually in leaves (like in eclipse-jdt/eclipse.jdt.ui#1966 ) and use experience gathered from doing so for trying to automate more in other places (e.g. BREEs) . The stars laughed at my plans and decided smth totally different for me now so that battle would be for someone else. |
|
With https://download.eclipse.org/eclipse/downloads/drops4/I20250728-1800 the build is successful (except warnings below).
Meging. |
Fixes #744