org.eclipse.rap icon indicating copy to clipboard operation
org.eclipse.rap copied to clipboard

Java 21's deprecation of ThreadDeath may cause warnings in application code

Open haubi opened this issue 8 months ago • 2 comments

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!

haubi avatar Feb 07 '25 19:02 haubi