julman99 / gson-fire

A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getters) serialization, pre/post processors and many others. Check out the documentation to learn how to use it!
http://gsonfire.io
Other
229 stars 37 forks source link

Hooks Exception is not forwarded. #34

Closed Xyaren closed 6 years ago

Xyaren commented 7 years ago

when throwing an Exception in a hook, its not rethrown.

julman99 commented 6 years ago

Somehow I missed this issue and just saw it. You're right, I confirmed the bug in the code, I will release a fix within the next week

Thanks

julman99 commented 6 years ago

Fixed with 1.8.2

Thanks!