ots v1.7.1
Addressed a number of vulnerabilities by updating the versions of the libraries of:
- djunits
- djutils
- dsol
- jetty
- fastcsv
The updates needed a few changes in ots:
- There is now a
VisualizationPanel
instead of aGridPanel
in dsol-animation. This has been adapted in the animation code of ots. - Classes in dsol have been renamed to Pascal case, so DEVS... is now Devs...
- The validators for numbers in djunits do not accept numbers starting with a + sign. The unit tests using this havebeen adapted.
- Several updates have been made to the ots-editor project.
- Some method names in packages on which ots is dependent haven been changed. The updates have been made.