Open jkschneider opened 2 years ago
I suppose part of the problem is masking the exception at: https://github.com/openrewrite/rewrite/blob/0636039581aecce0c059434e3dd9b98954a8efa6/rewrite-core/src/main/java/org/openrewrite/semver/LatestRelease.java#L133-L136
And I guess a simple fix and actually an optimization is to return early if the input String v1
is equal to String v2
Recipes in example diff:
org.openrewrite.maven.ManageDependencies
References:
undefined