arakelian / java-jq

Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
MIT License
82 stars 10 forks source link

Not bug but feature request remove LOGGER dependency #3

Closed itsme-narahari closed 6 years ago

itsme-narahari commented 6 years ago

This is a great piece of work. Thank you.

Is it possible to remove references to the LOGGER stuff so we can reduce the dependency on logger stuff. Just a suggestion, feel free to ignore.

One other point. Currently there is no 0.9.5 tag available. However the documentation in the README.md file says that.

Once again thank you for the great piece of work.

-Narahari

arakelian commented 6 years ago

@itsme-narahari I'm going to take a look at switching to JUL to remove the SLF4J dependency. Most of the stuff I'm logging is at trace level.

arakelian commented 6 years ago

Resolved with 0.10.1