Migrate from JAnsi to JLine, introduce MessageBuilderFactory#11874
Migrate from JAnsi to JLine, introduce MessageBuilderFactory#11874slawekjaranowski wants to merge 1 commit intoapache:maven-3.10.xfrom
Conversation
|
Cool beanz! But, I am +0 on this... I am not blocking anything, so I am not blocking this, but this change is big, and may make "migration from 3.9.x to 3.10.x" a bit harder than anticipated? (unsure, I hope I am wrong). |
I added Most code is copied from master branch Also I hope that in 3.10.x we can introduce new classes, api - plugins will can drop dependencies to maven-shared when only use for message colorize |
What changed: - Replaced JAnsi with JLine for terminal output handling. - Added new MessageBuilder and MessageBuilderFactory for JLine integration as replacement for maven-shared-utils Why: - JAnsi is going to EOL
What changed:
Why: