Skip to content

Releases: jalgoarena/JAlgoArena-Judge

v1.0.28: - new feature

09 Feb 17:43
Compare
Choose a tag to compare
- allow to evict cache remotely

v1.0.27: - bug fixes

07 Feb 21:19
Compare
Choose a tag to compare
- when generated method was changed to non-public access modifier NullPointerException was thrown

v1.0.26: - bug fixes

07 Feb 19:01
Compare
Choose a tag to compare
- shutdown executors to prevent leaking threads

v1.0.25: - bug fixes

07 Feb 05:56
Compare
Choose a tag to compare
- remove redundant logback runtime dependencies

v1.0.24: - internal improvements

06 Feb 12:24
Compare
Choose a tag to compare
- update spring boot to 1.5.1
- replace tomcat with undertow

v1.0.23: - bug analysis

06 Feb 09:44
Compare
Choose a tag to compare
- 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

04 Feb 13:02
Compare
Choose a tag to compare
- 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

03 Feb 17:36
Compare
Choose a tag to compare
- choose dynamically compiler based on judge request

v1.0.20: - new feature

03 Feb 12:58
Compare
Choose a tag to compare
- generate nullable types for kotlin skeleton code

v1.0.19: - new feature

03 Feb 12:16
Compare
Choose a tag to compare
- replace 2-step-flow for submission with 1-step-flow