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
To avoid unnecessary round trips when a user sets the Java event handler improperly we should take the built JAR and check with a classloader to make sure the expected class and method is present and validate the arguments. We should print out an informative message if anything is wrong so they can fix it before they do a deployment and have to potentially debug locally.
The text was updated successfully, but these errors were encountered:
To avoid unnecessary round trips when a user sets the Java event handler improperly we should take the built JAR and check with a classloader to make sure the expected class and method is present and validate the arguments. We should print out an informative message if anything is wrong so they can fix it before they do a deployment and have to potentially debug locally.
The text was updated successfully, but these errors were encountered: