Skip to content

Releases: portingle/slf4jtesting

Further matching enhancements

24 Mar 00:41
Compare
Choose a tag to compare
  • added StringPrintStream.clear()
  • for convenience matches(String) now uses Pattern.DOTALL style matching as this is typically what folk want
  • use match(Pattern) if you want to fine tune
  • whereas "contains(String)" methods use "String.contains" behaviour

Added Predicate matching

23 Mar 00:35
Compare
Choose a tag to compare
1.1.2

added Predicate - in Java 8 retire this class

LogMessage now public

21 Mar 23:39
Compare
Choose a tag to compare
  • LogMessage now public
  • Additional match() methods permitting regex Pattern arg

Released to central

15 Mar 00:38
Compare
Choose a tag to compare

Minor api enhancements suggested by consumers.
Extra scala example.

Clean up test dependencies

01 Sep 00:43
Compare
Choose a tag to compare
  • classpathHell employed to detect classpath issues
  • java 8

Initial release

01 Sep 00:33
Compare
Choose a tag to compare

Initial feature set