minecrafter / RedisBungee

The leading player synchronization system for BungeeCord
https://www.spigotmc.org/resources/redisbungee.13494/
Eclipse Public License 1.0
157 stars 122 forks source link

Fix unknown class bug in Apache Commons dependency #38

Closed Crunkle closed 8 years ago

Crunkle commented 8 years ago

The version of Apache Commons Pool listed under the dependencies has a well known ClassLoader bug (can be seen on their issue tracker) under some systems. The latest version of this dependency fixes the issue and has no side effects on RedisBungee.

Crunkle commented 8 years ago

Reference to the ClassLoader bug here, fixed in version 4.2.1: https://issues.apache.org/jira/browse/POOL-292