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
IMPORTANT: Java 8 is now required. If you need Java 7 support, please
continue using 1.3.1 or earlier.
The decoder will now throw an InvalidDatabaseException on an invalid
control byte in the data section rather than an ArrayIndexOutOfBoundsException. Reported by Edwin Delgado H. GitHub #68.
In order to improve performance when lookups are done from multiple
threads, a use of synchronized has been removed. GitHub #65 & #69.