rcsb / symmetry

:ferris_wheel: Detect, analyze, and visualize protein symmetry
GNU Lesser General Public License v2.1
26 stars 16 forks source link

Warning on java 11+ #105

Closed sbliven closed 2 years ago

sbliven commented 2 years ago

CeSymm prints the following warning when run on java 11+:

WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

It is safe to ignore, but it's annoying to have cluttering stdout.

sbliven commented 2 years ago

This is a know issue with log4j: https://issues.apache.org/jira/browse/LOG4J2-2537

The suggested solution is to enable multi-release builds.