Hi, The page on https://maven.apache.org/resolver/maven-3.8.x.html states that *"Since version 1.7.0, Maven Resolver requires Java 8 to run and a brand new default sync context factory has been implemented."*.
Assuming for a moment that Java 8+ is a no-brainer, what does the second part of that sentence mean? If a plugin would require Java 8+ anyway (or even Java 11+), would it be possible for a plugin to move past 1.6.x and still be compatible with Maven 3.8.x or would using any version past 1.6.3 (we are on 1.9.x now) not work with Maven 3.8? I have a plugin that has resolver api in "provided" scope so it will be whatever maven will inject into the plugin and the implementation itself is in compile scope (so it will be bundled with the plugin). Any pointer appreciated. -h