alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

Remove Log4j implementation component from the sdk #313

Closed doiron closed 2 years ago

doiron commented 2 years ago

Description

Remove the log4j implementation component from the SDK entirely.

Motivation and Context

Some SDK users use different logging SLF4j implementation other than Log4j. This change allows them to use our SDK jar file without any dependencies on Log4j components.

Testing

Generated a super jar for a skill developer who doesn't use Log4j and got a confirmation they were able to publish without the log4j component blocking their prod deployment.

Types of changes

Checklist

License