asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
206 stars 21 forks source link

Remove Slf4j dependency #61

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Better to minimize the required dependencies for r2dbc-mysql.

Modifications: Removed the slf4j dependency from the pom.xml file and made sure project still functions correctly by using Netty InternalLogger.

Result: Less required dependencies. (addresses #46)