Conversation
Simple changes that makes build/ITs work with Java 24. PR does not contains: * action addition of Java 24 to CI * updated Eclipse Sisu version (needed for that above) --- https://issues.apache.org/jira/browse/MNG-8727
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-pmd-plugin</artifactId> |
There was a problem hiding this comment.
Yes, older PMD craps out on Java 24. This basically just ups the PMD dependency used by m-pmd-p to one that works on Java 24. No other code change needed.
This fixes the "full-build" step that builds site that uses PMD report.
There was a problem hiding this comment.
nice to see things go, in same direction.
impl/maven-executor/src/main/java/org/apache/maven/cling/executor/internal/ToolboxTool.java
Show resolved
Hide resolved
| <groupId>org.apache.groovy</groupId> | ||
| <artifactId>groovy</artifactId> | ||
| <version>4.0.15</version> | ||
| <version>4.0.26</version> |
There was a problem hiding this comment.
Shouldn't this be a property?
There was a problem hiding this comment.
this is an IT and this version moves first time since IT was added... I may be a property, but ... meh
There was a problem hiding this comment.
Groovy 4.0.26 contains ASM 9.7.1, and no newer release so far. I guess there will be once Java 26 is out? So this version will change once we move/add to CI to Java 26+
|
Resolve #9569 |
Simple changes that makes build/ITs work with Java 24.
PR does not contains:
https://issues.apache.org/jira/browse/MNG-8727