Skip to content

Commit

Permalink
Merge pull request #3943 from Agnul97/fix-EntityUniquenessExceptionIn…
Browse files Browse the repository at this point in the history
…foReintroduced

FIX - Jaxb configuration changed to serialize EntityUniquenessExceptionInfo
  • Loading branch information
Coduz authored Jan 27, 2024
2 parents a9f9a44 + 40b073c commit 474caaf
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 474caaf

Please sign in to comment.