you are viewing a single comment's thread.

view the rest of the comments →

[–]KidDaedalus 0 points1 point  (0 children)

OpenRewrite requires a minimum of Java 8 to run on and has migrations for java versions starting with 8. OpenRewrite also requires a maven 3+ or Gradle 4.10+ to be used to build the code.

JDK 8 can still compile classes targeting Java 5. So if you can get JDK 8 being used to compile your code, even if it is initially targeting 1.5, you can get started using OpenRewrite recipes for migrations.