Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect if Java handler exists #594

Open
timmattison opened this issue May 5, 2020 · 0 comments
Open

Detect if Java handler exists #594

timmattison opened this issue May 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@timmattison
Copy link
Contributor

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.

@timmattison timmattison added the enhancement New feature or request label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant