ngrok / ngrok-java

Embed ngrok secure ingress into your Java apps with a single line of code.
Other
21 stars 6 forks source link

opinionated take on loading the native library #48

Open alawrenc opened 4 months ago

alawrenc commented 4 months ago

This behaves the same as the existing implementation but with less code to maintain. Specifically it relies on Files.createTempFile and a broader try-catch block to simplify the flow.

I don't feel strongly about this change, but it does eliminate a couple more static analysis warnings.