xvik / dropwizard-guicey

Dropwizard guice integration
http://xvik.github.io/dropwizard-guicey/
MIT License
232 stars 49 forks source link

Event Name Typo #387

Closed greylurk closed 5 months ago

greylurk commented 5 months ago

https://github.com/xvik/dropwizard-guicey/blob/593d1f235aa23a238e303d8006ca092027c7c7a6/dropwizard-guicey/src/main/java/ru/vyarus/dropwizard/guice/module/lifecycle/event/jersey/ApplicationShotdownEvent.java#L18

should be ApplicationShutdownEvent

xvik commented 5 months ago

Thank you! I'll fix

xvik commented 5 months ago

This would be a breaking change for everyone using this event directly. But I hope there are just a few custom usages, so upcoming version would still be a hotfix version.