ctongfei / progressbar

Terminal-based progress bar for Java / JVM
http://tongfei.me/progressbar/
MIT License
1.07k stars 102 forks source link

Use finely grained `jline-terminal` rather than bundle jar `jline`. #159

Closed brett-smith closed 8 months ago

brett-smith commented 8 months ago

While investigating https://github.com/ctongfei/progressbar/issues/158, I was pleased to find the progressbar only actually needs jline-terminal. This PR changes the POM and module-info to use that finely grained library.

This will make it impossible to use progressbar with the jline bundle in modular applications. This however seems more sensible than the current situation which is reversed

ctongfei commented 8 months ago

Thanks @brett-smith ! This fixes #158.