microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 96 forks source link

Remove native code for JNI console #366

Open ForNeVeR opened 4 months ago

ForNeVeR commented 4 months ago

Scope: https://github.com/microsoft/team-explorer-everywhere/pull/365

Original forked repo PR: https://github.com/JetBrains/team-explorer-everywhere/pull/4

This PR completely removes one of native binaries we used to have earlier, namely, the native_console.*.

It also performs a move of JNA library to the corresponding module where it is used, if I remember correctly. You may choose to get rid of that commit if unwanted.

ForNeVeR commented 4 months ago

(@eric-milles I am so sorry but I still don't have resources to resolve the conflicts myself; I hope you can review the commits and drop the ones that touch build/JNA update stuff if you've already done it in the main repo; hopefully not every PR of my list will be full of these)