-
Notifications
You must be signed in to change notification settings - Fork 85
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
IOFactory error when used in Uberjar #66
Comments
I also experienced this issue. |
@drewr any chance we can get a patch release if a PR is provided? |
Yes! PR welcome. The packaging is very old and needs to be redone. I use a |
Experienced the same issue. Dirty hack: |
When postal is used in a uberjar, it fails trying to read the
pom.properties
file with this error:Stack trace:
https://gist.github.com/kirillsalykin/011e5479d0f2b9c2a81d
WORKAROUND:
Add
-Dpostal.version=1.11.3
to java processHere is a reproducible example:
https://github.com/InspireNL/TeamHappiness
See stackoverflow for discussion:
http://stackoverflow.com/questions/32235680/sending-email-with-postal-from-heroku-fires-strange-exception/
The text was updated successfully, but these errors were encountered: