Open skiray opened 2 years ago
First of all thanks for the hard work.
I'd like to raise this as a (hopefully easily fix) issue. As I just noticed the problem in practice.
I'm using
Pojos do not implement serializable and this is a problem when using some caches (like ehcache). Basically objects do not enter the cache as-is.
Just by marking them as Serializable I believe that the issue would be solved.
I'm a rookie, and i have a question: why class such as commit, mergeRequest not implements Serializable?