Added a troubleshooting note about Java 1.7.0_25 to readmes

This commit is contained in:
Vhati 2013-09-16 23:16:33 -04:00
parent 1e68361b25
commit bef4a0ce2e
4 changed files with 14 additions and 0 deletions

View file

@ -42,6 +42,11 @@ This project depends on the following libraries.
http://logging.apache.org/log4j/2.x/
(JavaDocs are not available.)
There was a bug in Java 1.7.0_25 that causes log4j2-beta8 to hang
the moment a Logger object is created. 1.7.0_40 fixed it, 1.6 didn't
have the bug, and log4j2-beta9 will compensate, when it's released.
https://issues.apache.org/jira/browse/LOG4J2-322
- Apache Commons CLI 1.2
http://commons.apache.org/proper/commons-cli/
(For JavaDocs, scroll down.)