jasmineRepo / JAS-mine-core

JAS-mine maintains and develops the JAS simulation platform, a discrete-event tool-kit for agent-based and dynamic microsimulation modelling. This repository contains the core libraries. See www.jas-mine.net for more details.
2 stars 5 forks source link

DEP, MAINT, UPD: update dependencies, update corresponding code #18

Closed vkhodygo closed 2 years ago

vkhodygo commented 2 years ago

Old code was designed with JAVA 8 and older in mind. That also included usage of libraries and APIs that were outdated/deprecated already at the time of development. This commit adds changes to pom.xml to reflect all the progress of the current-day JAVA software. Some code had to be changed due to new APIs, but without changing the functionality. NOTE: since there was/is no tests and corresponding documentation, use this build with caution.