You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the full stack trace of any errors you encountered?
[ERROR] cannot find symbol
[ERROR] symbol: method isGreaterThanOrEqualTo(java.sql.Timestamp)
[ERROR] location: class org.assertj.core.api.AbstractDateAssert<capture#1 of ?>
Thanks for the report! Looks like we should be able to fix this quite easily by adding an additional step with an argumentType: java.util.Date that converts to isAfterOrEqualTo instead, and runs before the generalized case
Just a couple lines of Yaml for a contribution if you're up for it; test optional as we're just reusing existing components. Is that something you'd like to contribute?
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a multi module project.
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
What is the full stack trace of any errors you encountered?
Are you interested in contributing a fix to OpenRewrite?
The text was updated successfully, but these errors were encountered: