You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running my program using g419-liner2-cli-2.7.jar on openjdk 11.0.18 I've got following warnings while loading chunkers:
-> Setting up chunker: chunker_timex_norm_duration
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.bind.ReflectiveTypeAdapterFactory (file:/app/jars/g419-liner2-cli-2.7.jar) to field java.util.regex.Pattern.pattern
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.bind.ReflectiveTypeAdapterFactory
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
As message says openjdk 17 is blocked by this.
I've spotted this warnings because my other deps can't run on jdk 8: NameError: cannot link Java class cz.cuni.mff.ufal.morphodita.Tagger cz/cuni/mff/ufal/morphodita/Tagger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
The text was updated successfully, but these errors were encountered:
when running my program using
g419-liner2-cli-2.7.jar
onopenjdk 11.0.18
I've got following warnings while loading chunkers:As message says openjdk 17 is blocked by this.
I've spotted this warnings because my other deps can't run on jdk 8:
NameError: cannot link Java class cz.cuni.mff.ufal.morphodita.Tagger cz/cuni/mff/ufal/morphodita/Tagger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
The text was updated successfully, but these errors were encountered: