summaryrefslogtreecommitdiff
path: root/src/test/resources/invalid-payload.xml
AgeCommit message (Collapse)Author
2024-07-25Validate import payload and return create/update statsSzymon Szukalski
- Add validation to /import payload - Move import logic to service bean - Track whether entities have been created or update - Report number of created and updated entities as return value for the import endpoint - Add some test coverage to exercise the validators