You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now java client (via mvnd.sh) requires JDK11, different with native mvnd and the embedded maven 3.8.5. This makes the user surprising in some production environments.
Native mvnd: requires JDK8
maven 3.8.5: requires JDK8
mvnd.sh: requires JDK11 ?
The text was updated successfully, but these errors were encountered:
Well, strictly speaking, mvnd is a native executable not requiring any JRE to run. A VM (called Substrate) is embedded. The daemon started by that executable is fine with Java 8.
maven 3.8.5: requires JDK8
mvnd.sh: requires JDK11 ?
Yes, this is by design. The client requires some features not available in Java 8.
Now java client (via
mvnd.sh
) requires JDK11, different with nativemvnd
and the embedded maven 3.8.5. This makes the user surprising in some production environments.mvnd
: requires JDK8mvnd.sh
: requires JDK11 ?The text was updated successfully, but these errors were encountered: