<!-- Thank you for suggesting an improvement to OpenRewrite! Feel free to delete any sections that don't apply to your request. --> ## What problem are you trying to solve? ## Describe the solution you'd like ## Have you considered any alternatives or workarounds? ## Additional context <!-- Any thoughts that come to mind, or similar items on the backlog already. --> ## Are you interested in [contributing this feature to OpenRewrite](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md#new-features)? <!-- Indicate if this is something you would like to work on, and how we can best support you in doing so. --> add recipe to revert these change and apply whats done in the PR: - https://github.com/apache/maven/issues/10943 - https://docs.openrewrite.org/recipes/apache/commons/lang/isnotemptytojdk IsNotEmptyToJdk return (value == null) || (value.trim().length() < 1); return (value == null) || (value.trim().isEmpty());