Releases: jalgoarena/JAlgoArena-Judge
Releases · jalgoarena/JAlgoArena-Judge
v1.0.28: - new feature
- allow to evict cache remotely
v1.0.27: - bug fixes
- when generated method was changed to non-public access modifier NullPointerException was thrown
v1.0.26: - bug fixes
- shutdown executors to prevent leaking threads
v1.0.25: - bug fixes
- remove redundant logback runtime dependencies
v1.0.24: - internal improvements
- update spring boot to 1.5.1 - replace tomcat with undertow
v1.0.23: - bug analysis
- as there still happen hangs of Judge App over big load - adding flag to generate heap dump on OOM exception
v1.0.22: - change domain model
- for Problem, change property name function to func, as function is keyword in javascript and it cause problems ... - for Problem, change property name return to returnStatement, as return is keyword in javascript and it cause problems ...
v1.0.21: - new feature
- choose dynamically compiler based on judge request
v1.0.20: - new feature
- generate nullable types for kotlin skeleton code
v1.0.19: - new feature
- replace 2-step-flow for submission with 1-step-flow