uhoefel opened a new issue, #994: URL: https://github.com/apache/maven-archetype/issues/994
### Affected version 3.4.1 ### Bug description Currently, maven-archetype 3.4.1 is not usable when Maven is run on Java 26. During archetype integration tests, the build fails with: java.lang.IllegalArgumentException: Unsupported class file major version 70 The exception originates from Groovy during archetype generation. This appears to be similar to previous Java compatibility issues addressed for newer JDK releases (e.g. #942 and #265). I think this has already been fixed by commit 81557ff. If that is correct, would it be possible to publish a new Maven Archetype release containing this change so that Java 26 users can use the plugin without requiring custom snapshots or local builds? Affected version: 3.4.1 Java version: 26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
