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
Fixed NumberFormatException thrown by RateLimiter.ofMaxPermitCountPerSecond() when the system locale formats floating point numbers in an unexpected way
Replaced it.ozimov:embedded-redis with org.signal:embedded-redis (#22)
Replaced hardcoded Guava rate limiter with Resilience4j (#23)
Switched to programmatic LoggerContext creation in tests (#24)
Relocated all the packages to com.vlkan.log4j2.redis.appender.* in the fat JAR, otherwise they were (rightfully) causing Found multiple occurrences of org.json.JSONObject on the class path errors
Earlier throttler fix has introduced a bug. The buffer cursor is not reset correctly and caused duplicates in logged events. (Thanks to Khaled Bakhtiari for the report.)