-
As a heads-up: Anyone whose JAVA_HOME is set to a Java 8 installation will fail with the below error when they use the current release of rewrite-maven-plugin. You'll need to adjust JAVA_HOME to a modern JVM version to use it.
Note that something similar happened previously and is documented in this discussion thread. In that case, @timtebeek acted by cutting a new release that again supported Java 8. That may be needed again. Command line used:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Looks like an alternative to switching to a newer JVM version is to use a prior release of the rewrite-spring library like so:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick heads up once again @gjd6640 ; In this case it's rewrite-micrometer that giving us trouble, due to That was newly included in the Spring Boot 3.3 upgrades, as it's a requirement to also upgrade Micrometer. Perhaps for now the quickest solution would be to remove that dependency rewrite-spring until we figure out a next step. |
Beta Was this translation helpful? Give feedback.
I've just released a new patch version of rewrite-spring that should clear out this issue