Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @SuppressWarnings("deprecation") used in commons-exec upgrade from 1.3 to 1.4.0 #189

Open
vorburger opened this issue Mar 27, 2024 · 0 comments

Comments

@vorburger
Copy link
Owner

The build failures due to a bunch of new @Deprecated in the commons-exec upgrade from 1.3 to 1.4.0 in #179, which I would like to adopt in order to fix #9, seem to be a little peskier (PITA) to address than I initially thought.

In the interest of time, I'll add some @SuppressWarnings("deprecation") for now, in order to be able to #187 sooner rather than later.

The goal of resolving this issue will be to completely remove those @SuppressWarnings("deprecation") again.

This may be required for an eventual future commons-exec upgrade from 1.4.0 to a 1.5.0 or 2.0.0 if they ever release that (and remove their @Deprecated as part of that). Which is a lot of if... 🤣

@mosesn or gsylvie@ or @cardamon or @Blanco27 or @duttonw your contributions for this are most welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant