Skip to content

Commit

Permalink
fixed jaxb configuration to serialize EntityUniquenessExceptionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed Jan 27, 2024
1 parent a6d8ae0 commit adde21d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.eclipse.kapua.app.api.core.exception.model.DeviceManagementTimeoutExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.DeviceNotConnectedExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.EntityNotFoundExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.EntityUniquenessExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.ExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.IllegalArgumentExceptionInfo;
import org.eclipse.kapua.app.api.core.exception.model.IllegalNullArgumentExceptionInfo;
Expand Down Expand Up @@ -358,6 +359,7 @@ public JaxbContextResolver() {
InternalUserOnlyExceptionInfo.class,
SelfManagedOnlyExceptionInfo.class,
SubjectUnauthorizedExceptionInfo.class,
EntityUniquenessExceptionInfo.class,

EntityNotFoundExceptionInfo.class,
IllegalArgumentExceptionInfo.class,
Expand Down

0 comments on commit adde21d

Please sign in to comment.