Skip to content

JavaPOS Config Loader with SLF4J logging support

Latest

Choose a tag to compare

@kuniss kuniss released this 17 Dec 10:23
· 5 commits to master since this release
eb75e51

The legacy logging implementation has been replaced by the logging facade SLF4J version 1, see https://www.slf4j.org/ for details on how to integrate. The Maven Central artifact 'org.slf4j:slf4j-simple:1.7.36' is a new dependency for this version.

What's Changed

  • Replacing legacy logging by a SLF4J implementation by @kuniss in #10

Full Changelog: 4.0.2...5.0.0