konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 19 forks source link

Create rule for unneeded dependency on "commons-logging" artifact #131

Open jmle opened 2 months ago

jmle commented 2 months ago

According to the migration guide:

Spring Framework 5.0 comes with its own Commons Logging bridge in the form of the 'spring-jcl' module that 'spring-core' depends on. This replaces the former dependency on the 'commons-logging' artifact which required an exclude declaration for switching to 'jcl-over-slf4j' (SLF4J / Logback) and an extra bridge declaration for 'log4j-jcl' (Log4j 2.x).

Take a look at the full description, investigate and create rules if necessary for the commons-logging artifact-related changes.

In the rule description and message, try to be as verbose and clear as possible. Code examples are always welcome and useful. Feel free to use markdown syntax for these.

konveyor-ci-bot[bot] commented 2 months ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.