mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 03:40:56 +01:00
Trailer has to be serializable to be cached with changesets
This commit is contained in:
@@ -26,8 +26,10 @@ package sonia.scm.repository;
|
||||
|
||||
import lombok.Value;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Value
|
||||
public class Trailer {
|
||||
public class Trailer implements Serializable {
|
||||
private String trailerType;
|
||||
private Person person;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user