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 droplet target miss #9

Open
Toparvion opened this issue Aug 7, 2020 · 0 comments
Open

Detect droplet target miss #9

Toparvion opened this issue Aug 7, 2020 · 0 comments
Assignees
Labels
feature A feature or a new behavior

Comments

@Toparvion
Copy link
Owner

Is your feature request related to a problem? Please describe.
It is now quite hard to detect if a droplet is targeted wrong, i.e. target class and/or method doesn't exist anymore or there is a mistake in droplet itself.

Describe the solution you'd like
It would be nice to make jMint somehow inform the user about such mismatch after the startup of the application. The feature should be switchable, i.e. the user should have a way to turn it off in order to support postponed class loading (e.g. in servlet containers)

Describe alternatives you've considered
There is currently no alternatives except of manual checking the behavior.

Additional context
Probably the feature should be implemented with the help of additional droplet that would inform jMint about the end of the startup routines.

@Toparvion Toparvion added the feature A feature or a new behavior label Aug 7, 2020
@Toparvion Toparvion self-assigned this Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature or a new behavior
Projects
None yet
Development

No branches or pull requests

1 participant