anonimatron
anonimatron copied to clipboard
Dependency issue
Thanks for the awesome tool! The use of a synonyms.xml makes this much better than many of the other solutions out there today.
Anonimatron version: 1.12
Operating system and version:
Java runtime (java -version
):
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing)
Executed commands or actions:
./anonimatron.sh -config config.xml -synonyms synonyms.xml
Expected outcome or behavior:
Runs without errors or warnings.
Actual outcome or behavior:
Warning about a dependency:
Writing Synonyms to /vagrant/anonimatron-1.12/synonyms.xml ...WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.exolab.castor.xml.BaseXercesOutputFormat (file:/vagrant/anonimatron-1.12/libraries/castor-xml-1.4.1.jar) to method com.sun.org.apache.xml.internal.serialize.OutputFormat.setMethod(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.exolab.castor.xml.BaseXercesOutputFormat
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Just a heads up that you'll have to update the dependency after they fix it. Looks like this is being tracked here: https://github.com/castor-data-binding/castor/issues/76 . It's open.
We'll keep this bug open so that we can track it.
Added add-opens to starup script for now.