mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 10:38:44 +00:00
67ee34d4d9
This option was removed in JRE 10 and its presence causes error on startup. Artemis still does not compile on JDK 9 and up, so what I tried was to compile on JDK 1.8 and then start Artemis on 1.8 and 10. That now works for me.