amateras-modeler icon indicating copy to clipboard operation
amateras-modeler copied to clipboard

Replace XStream

Open takezoe opened this issue 7 months ago • 0 comments

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).

takezoe avatar Jun 29 '24 14:06 takezoe