yccheok / jstock

JStock is a free stock market software for 28 countries.
https://jstock.org
657 stars 345 forks source link

Illegal reflection warning in xstream #150

Open mikegb92121 opened 4 years ago

mikegb92121 commented 4 years ago

I've been getting warnings since moving to java 11 as below ... WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/mike/InstallationTools/jstock/lib/xstream-1.4.11.1.jar) to field java.util.TreeMap.comparator

There are work arounds contained in this discussion: https://github.com/x-stream/xstream/issues/101

Can you look into implementing one of these work arounds into your great application?

Thanks, mike