This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
1.3.0
LookupService
will now throw anInvalidDatabaseException
if there is a
problem with the database. This is a unchecked, runtime exception in order
to not introduce an API change. PreviouslyLookupService
would swallow
exceptions, either returningnull
or an invalid value or throwing an
exception such asArrayIndexOutOfBoundsException
cause by the invalid
state.- When using
GEOIP_MEMORY_CACHE
, the number of allocations has been reduced,
providing a moderate performance increase. - Minor code clean-up and de-duplication.