mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 19:23:06 +02:00
Fix serialization error with health check failures
This commit is contained in:
@@ -32,6 +32,7 @@ import com.google.common.base.Objects;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import java.io.Serializable;
|
||||
import java.text.MessageFormat;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
@@ -44,7 +45,7 @@ import java.text.MessageFormat;
|
||||
*/
|
||||
@XmlRootElement(name = "healthCheckFailure")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
public final class HealthCheckFailure
|
||||
public final class HealthCheckFailure implements Serializable
|
||||
{
|
||||
|
||||
private static final String URL_TEMPLATE = "https://scm-manager.org/docs/{0}/en/user/repo/health-checks/%s";
|
||||
|
||||
Reference in New Issue
Block a user