Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Releases: idealo/logback-redis

Lib and build upgrade in order to stay compatible to spring boot 2.2.0 and above

25 Oct 21:51
Compare
Choose a tag to compare

Upgraded Jedis dependency to version 3.1.0,
Upgraded various Maven plugin versions,
Use openjdk 11 to build (Still 1.8 source/target language level though)

supports PUBLISHing messages to redis (issue #24)

12 Nov 11:13
Compare
Choose a tag to compare

Refactoring: Separation of concerns

09 Nov 09:24
554a812
Compare
Choose a tag to compare

moves connection-, buffering/message sending functionality from appender to sperate classes

Timer uses daemon-thread

05 Nov 13:41
Compare
Choose a tag to compare

When Timer used a user-thread, the JVM didn't shutdown without explicit RedisBatchAppender-shutdown. Logback's shutdown-hook wasn't called (because it's called when all user-threads ended) and the JVM hung.

With Timer using a daemon-thread the shutdown hook is called and shuts down the Appender

Maintenance - Upgraded logback versions

09 Feb 13:26
0356a4d
Compare
Choose a tag to compare
Lr 16 update logback version (#18)

* LR-16 raised version for logback to 1.2.3 and fixed implementation issues

maintenance - update dependencies

15 Aug 20:01
Compare
Choose a tag to compare

0.9.3 maintenance release

12 Sep 16:25
Compare
Choose a tag to compare

#12 updates build status badge source thx @roechi
#10 prepare release process to maven central thx @lkwg82
#9 Improve resilience should fix #8 enhancement thx @lkwg82
#7 fixes NPE in RedisBatchAppender while stopping bug thx @matonthecat
#5 removes bad default WaitStrategy in demo snippet enhancement thx @lkwg82
#4 Forgiving application startup fixes #2 thx @lkwg82
#3 Cleanup pom enhancement thx @lkwg82
#1 enables RedisBatchAppender to log access logs thx @lkwg82