Rename allocationId to allocationUnitId in SandboxInfoCreateDto.
Increase maximum header size limit.
Add sandbox allocation id to migration db.
Add an endpoint to delete sandbox references and answers by allocation ID.
Changed sandboxId type to string.
Removed stacktrace from errors.
Modify URL of method to obtain answers for local sandbox.
Modify config of swagger documentation, DB size of answer column changed to 2048, storage of answers for local sandboxes.
Migrate project to Java 17.
Updated dependencies to the latest versions. Code cleanup. Configured multistage docker build to decrease the resulting image size.
Update log4j2 version to avoid CVE-2021-44228 vulnerability
Return SandboxInfoDTO in findAnswersForParticularSandbox endpoint.
New endpoint - get answer by sandbox id and answer variable name, fixed create and delete requests, integration of the Swagger.