Skip to content

Releases: ocarlsen/mock-slf4j-impl

v2.0.0

01 Oct 00:54
Compare
Choose a tag to compare

Release Notes

Enhancements

Issues Fixed

Dependencies

Compile

net.bytebuddy:byte-buddy-agent:jar:1.12.14:compile
net.bytebuddy:byte-buddy:jar:1.12.14:compile
org.apache.commons:commons-lang3:jar:3.12.0:compile
org.mockito:mockito-core:jar:4.8.0:compile
org.slf4j:slf4j-api:jar:2.0.0:compile

Runtime

org.objenesis:objenesis:jar:3.2:runtime

Test

junit:junit:jar:4.12:test
org.hamcrest:hamcrest-core:jar:1.3:test
org.hamcrest:hamcrest-library:jar:1.3:test

v1.2.1

22 Sep 18:16
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Added GitHub Pages site

Dependencies

Compile

net.bytebuddy:byte-buddy-agent:jar:1.11.1:compile
net.bytebuddy:byte-buddy:jar:1.11.1:compile
org.apache.commons:commons-lang3:jar:3.12.0:compile
org.mockito:mockito-core:jar:3.11.0:compile
org.objenesis:objenesis:jar:3.2:compile
org.slf4j:slf4j-api:jar:1.7.31:compile

Test

junit:junit:jar:4.12:test
org.hamcrest:hamcrest-core:jar:1.3:test
org.hamcrest:hamcrest-library:jar:1.3:test

v1.2.0

31 Jul 23:30
Compare
Choose a tag to compare

Release Notes

Issues Fixed

  • Using ConcurrentHashMap to prevent ConcurrentModificationExceptions

v1.1.1

22 Jul 18:08
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Inlining the mock creation as to take advantage of delayed instantiation.
  • Adding StaticLoggerBinderTest for confidence check

V1.1.0

19 Jul 21:18
Compare
Choose a tag to compare

Release Notes

This injects mock Loggers directly, rather than wrapping them in the DelegateLogger first.

v1.0.0

18 Jul 20:02
Compare
Choose a tag to compare

Release Notes

This is the first release.