Jan Lahoda
Jan Lahoda
I've opened a backport to JDK 22, but then it unfortunately slipped through, so this was only fixed in JDK 22u. Yes, I think we'll need to upgrade to JDK...
FWIW, I've filled: https://bugs.openjdk.org/browse/JDK-8331212 have a (potential) fix, will open a PR sometime soon.
When matching, the variable will be put into both `variables` and `variables2Name`, to keep other stuff (like conditions) working. I suspect we need to keep this, and this is more...
Sorry for belated reply. This makes sense to me.
We've discussed with @mcimadamore offline, and changing the output for `T7188968` based on the change I've suggested yesterday is probably OK. I am pretty sure the output for the other...
Turned out that when the priming build fails, there is no notification to the user. Trying to improve that in: https://github.com/apache/netbeans/pull/7370/commits/d826509b9b3f69101ce2526cb864722d71ded220
FWIW - I've merged with master (to get `javac.release`), and tried adjust this patch for that: https://github.com/apache/netbeans/pull/7201/commits/a7e81d3f49dfe5b05adeb0365612b98f40bb4e29 Also tried to fix `apisupport.ant` to support the `--limit-modules`. The effective way is...