You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide fallback bean for OS info (fixes#502, see #503)
When run in a container, the getOperatingSystemMXBean can throw
an exception under certain version of Java.
This fix provides a fallback object that provides the basic information
about the OS for such cases.
0 commit comments