Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency issue #85

Open
pajtai opened this issue Mar 13, 2020 · 2 comments
Open

Dependency issue #85

pajtai opened this issue Mar 13, 2020 · 2 comments

Comments

@pajtai
Copy link
Contributor

pajtai commented Mar 13, 2020

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: castor-data-binding/castor#76 . It's open.

@realrolfje
Copy link
Owner

We'll keep this bug open so that we can track it.

@realrolfje
Copy link
Owner

Added add-opens to starup script for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants