Winds-Studio / Leaf

Personal Performance fork, A Minecraft Server Software for Winds Network
Other
201 stars 27 forks source link

The terminal provider jansi has been deprecated, check your configuration #51

Closed liangcha385 closed 2 months ago

liangcha385 commented 2 months ago
5月 03, 2024 7:29:59 上午 org.jline.utils.Log logr
警告: The terminal provider jansi has been deprecated, check your configuration. This warning can be disabled by setting the system property org.jline.terminal.disableDeprecatedProviderWarning to true.

Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works even on Windows. But it is in an abandoned state and this situation has occurred on both my laptop(Windows 10 22H2) and server(Windows Server 2019 Datacenter 1809).

HaHaWTH commented 2 months ago

You can disable this warning by adding -Dorg.jline.terminal.disableDeprecatedProviderWarning=true in your jvm args to disable the warning temporarily. Will assign to Dreeam :/

Dreeam-qwq commented 2 months ago

Fixed in 555e5a4425fffc28d5c392e9cad28da03f312fed

liangcha385 commented 2 months ago

good job : )