Skip to content

Upgrade to SLF4J 2; migrate to OSSRH Staging API

Latest

Choose a tag to compare

@sbabcoc sbabcoc released this 10 Aug 06:40
· 1 commit to master since this release

In this release, I finally upgrade to SLF4J 2.x. This has been a long time coming, and I apologize for letting this project languish so long.

To publish the new release, I migrated to the new OSSRH Staging API. I also upgraded all of the other plugins. As a consequence, I needed to add a bunch of missing JavaDoc and attach the sources. The addition of comprehensive JavaDoc has clarified several details about how to configure and use this logger.

I switched away from the slf4j-parent POM, which eliminated the issue I had previously with slf4j-api. All of the unit tests run successfully. With the upgrade to SLF4J 2.x, the logger factory is now obtained from a service provider instead of a static logger binder.