gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

queition about Serializable

Open skiray opened this issue 3 years ago • 1 comments

I'm a rookie, and i have a question: why class such as commit, mergeRequest not implements Serializable?

skiray avatar Mar 22 '22 13:03 skiray

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 6.0.0-rc.1

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.

tincore avatar May 14 '23 17:05 tincore