citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

Remove javassist dependency #15

Closed swissspidy closed 7 years ago

swissspidy commented 7 years ago

When we deployed the DDD Sample Application on a few cloud providers, we often got ClassCastException errors because of the javassist dependency. See screenshot:

error

Removing the dependency resolves the issue. The app starts without problems.