Details
Description
Running any Maven command on MINGW64 terminal of Git for Windows and probably in several other UNIX-mimicking environments prints out the "MINGW support requires --add-opens java.base/java.lang=ALL-UNNAMED" error message (can be printed several times during one Maven command) and can't get the right width of the terminal.
This bug came from the Jansi dependency after it was upgraded from 2.4.0 to 2.4.1 version. For more information please see my bug report and my pull request in the Jansi project's GitHub:
https://github.com/fusesource/jansi/issues/290
https://github.com/fusesource/jansi/pull/291
Since many developers use Maven on Windows together with Git for Windows and on its Git Bash environment based on MINGW this bug is important, in my opinion.