fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Remove native methods not used by jansi #208

Closed gnodet closed 2 years ago

gnodet commented 3 years ago

Jansi 2.3.0 introduced 2 native methods (setenv and chdir) which are used by https://github.com/mvndaemon/mvnd but not jansi, so they should be removed once https://github.com/mvndaemon/mvnd/issues/400 has been released.

davsclaus commented 2 years ago

@gnodet has that mvnd been released? If so then this ticket can be implemented

gnodet commented 2 years ago

Yes, definitely, I'll get rid of those two methods.