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 committed Jan 19, 2024
1 parent 1c6be69 commit 40b073c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import org.eclipse.kapua.commons.rest.model.errors.DeviceManagementTimeoutExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.DeviceNotConnectedExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.EntityNotFoundExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.EntityUniquenessExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.ExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.IllegalArgumentExceptionInfo;
import org.eclipse.kapua.commons.rest.model.errors.IllegalNullArgumentExceptionInfo;
Expand Down Expand Up @@ -362,6 +363,7 @@ public JaxbContextResolver() {
InternalUserOnlyExceptionInfo.class,
SelfManagedOnlyExceptionInfo.class,
SubjectUnauthorizedExceptionInfo.class,
EntityUniquenessExceptionInfo.class,

EntityNotFoundExceptionInfo.class,
IllegalArgumentExceptionInfo.class,
Expand Down

0 comments on commit 40b073c

Please sign in to comment.