Echtzeitsysteme / iflye

Incremental Fast Lightweight (y) virtual network Embedding framework
GNU General Public License v3.0
4 stars 2 forks source link

Update Apache CSV implementation (v1.11.0+) #21

Closed maxkratz closed 3 months ago

maxkratz commented 2 years ago

There are some occurances of deprecated method usages with Apache commons CSV, e.g. here: https://github.com/Echtzeitsysteme/iflye/blob/main/vne.scenarios/src/scenario/util/CsvUtil.java#L52

TODO: Fix these deprecated method calls

Edit: https://mvnrepository.com/artifact/org.apache.commons/commons-csv

maxkratz commented 2 years ago

(Deprecations were introduced by the updates done in https://github.com/Echtzeitsysteme/iflye/pull/20.)

maxkratz commented 3 months ago

Closed via https://github.com/Echtzeitsysteme/iflye/pull/80.