openrewrite / rewrite-logging-frameworks

OpenRewrite recipes for assisting with Java logging migration tasks.
Apache License 2.0
26 stars 21 forks source link

Create a separate Log4Shell recipe #153

Closed timtebeek closed 5 months ago

timtebeek commented 5 months ago

What's your motivation?

As requested on https://github.com/openrewrite/rewrite-logging-frameworks/pull/150#issuecomment-2145729761 Helps users find this recipe more easily.

Have you considered any alternatives or workarounds?

Optionally we could also use preconditions to separately bump folks still on Java 6 or 7 to versions compatible with those, but I figured that's unlikely given that we require Java 8 to run OpenRewrite. As per: https://logging.apache.org/log4j/2.x/security.html