smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Add detection for WSL #312

Closed dmlloyd closed 5 months ago

dmlloyd commented 5 months ago

Fixes #311

gsmet commented 5 months ago

Maybe it's a stupid question but are we sure Microsoft is not shipping a distribution specific to Azure that might contain microsoft in /proc/version?

dmlloyd commented 5 months ago

Based on my research, I don't think so; this seems to be the most common idiom for detection of WSL and nobody has mentioned it not working on Azure. That said, there's nothing quite like testing :-)