openhab / openhab-core

Core framework of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
930 stars 428 forks source link

Upgrade Xtext/Xtend to 2.36.0 #4398

Closed holgerfriedrich closed 1 month ago

holgerfriedrich commented 1 month ago

Xtend 2.36 enables the new annotation XbaseGenerated by default and has a known issue with the code generator. eclipse/xtext#3182 which has been fixed after the release of 2.36. The second commit of this PR disables the annotation on 3 subdirectories - a workaround which can be removed once there is a new release.

Please do not squash during merge.