A reproducer for VariableCorruptionException in combination with DSV
You can run your application in dev mode that enables live coding using:
mvn quarkus:dev
Get the JSON for a demo GET http://localhost:8080/api/demoData
Sent the JSON to start solving POST http://localhost:8080/api/solve
Check out SubTask @ShadowSource annotation in line 66/67