You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDT just dropped support for java <1.8
it would be good if ECJ could update all the used java version so that it can be still be compiled with current eclipse.
See eclipse-platform/.github#220 for current compilation error.
To update java version from <1.8 to 17 a regular expression search and replace could be used:
However i don't know if you want to update historic projects too - like for example doc/tutorials/EclipseCON 2009 and which bundles need a version bump. So i can provide a dump search&replace but you will probably need to adopt it to your needs.
The text was updated successfully, but these errors were encountered:
jukzi
pushed a commit
to jukzi/ecf
that referenced
this issue
Aug 12, 2024
JDT just dropped support for java <1.8
it would be good if ECJ could update all the used java version so that it can be still be compiled with current eclipse.
See eclipse-platform/.github#220 for current compilation error.
To update java version from <1.8 to 17 a regular expression search and replace could be used:
in
org.eclipse.jdt.core.prefs:
in .classpath:
However i don't know if you want to update historic projects too - like for example
doc/tutorials/EclipseCON 2009
and which bundles need a version bump. So i can provide a dump search&replace but you will probably need to adopt it to your needs.The text was updated successfully, but these errors were encountered: