org.eclipse.rap
org.eclipse.rap copied to clipboard
Java 21's deprecation of ThreadDeath may cause warnings in application code
When the application explicitly catches (to rethrow) java.lang.ThreadDeath, upgrading to JavaSE-21 on the compiler level introduces a warning about ThreadDeath being deprecated for removal.
Are there any plans already on how to get rid of extending ThreadDeath by org.eclipse.rap.rwt.internal.lifecycle.UIThread.UIThreadTerminatedError?
Thanks a lot!