amateras-modeler
amateras-modeler copied to clipboard
Replace XStream
AmaterasModeler uses XStream for serialize/deserialize diagrams but it requires the following option to avoid Java module access restriction.
--add-opens=java.desktop/java.beans=ALL-UNNAMED
We should find a replacement but with backward compatibility (= ability to read XStream files).