openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
111 stars 75 forks source link

Additional No guava recipes #527

Closed Laurens-W closed 3 months ago

Laurens-W commented 3 months ago

What's changed?

Replace guava TreeMap with Java TreeMap Replace guava Primitive asList with Arrays asList

What's your motivation?

Customer feedback about no guava recipes

Anything in particular you'd like reviewers to focus on?

Test coverage

Anyone you would like to review specifically?

@timtebeek

Have you considered any alternatives or workarounds?

Any additional context

Checklist