dependabot[bot] opened a new pull request, #704: URL: https://github.com/apache/karaf-decanter/pull/704
Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.12.0 to 7.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oshi/oshi/releases">com.github.oshi:oshi-core's releases</a>.</em></p> <blockquote> <h2>Release 7.4.0</h2> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3415">#3415</a>: Add <code>Display.getDisplayInfo()</code> and a new <code>DisplayInfo</code> interface (exposing decoded attributes including <code>isEdidSynthetic()</code>), plus EDID-encoding methods in <code>EdidUtil</code>, allowing display attributes to be exposed without a raw EDID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3436">#3436</a>: Detect the Apple Silicon built-in Retina display via <code>IOMobileFramebuffer</code> and synthesize a <code>DisplayInfo</code> from CoreGraphics and NSScreen properties (resolution, physical size, serial, model name) - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>Bug Fixes and Improvements</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3424">#3424</a>: Fix <code>WrongMethodTypeException</code> when freeing BSTR strings on the Windows FFM WMI path, caused by a void <code>invokeExact</code> in an expression lambda inferring an <code>Object</code> return - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3425">#3425</a>: Fix the Windows perf-counter process and thread maps occasionally mis-keying a real process/thread under ID 0, when PDH reports its "ID Process"/"ID Thread" sentinel for one that is starting or exiting - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3432">#3432</a>: Replace <code>Logger#atLevel</code>/<code>setCause</code>/<code>isEnabledForLevel</code> usage in <code>ExceptionUtil</code>, <code>PerfDataUtil</code>, and <code>ForeignFunctions</code> with level-switches to the classic SLF4J methods, so oshi no longer requires slf4j-api 2.x at runtime - <a href="https://github.com/wolfs"><code>@wolfs</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3431">#3431</a>: Declare the optional jlibrehardwaremonitor OSGi package imports as optional, so oshi-common resolves in OSGi environments that do not provide it - <a href="https://github.com/MrEasy"><code>@MrEasy</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3433">#3433</a>: Restore optional JNA native access for NetBSD, falling back to the command-line implementation when the JNA native library is not installed - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3437">#3437</a>: Add <code>ParseUtil.decodeIntOrDefault</code>/<code>decodeLongOrDefault</code> and forbid direct use of <code>Integer.decode</code>, <code>Long.decode</code>, <code>parseUnsignedInt</code>, and <code>parseUnsignedLong</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3438">#3438</a>: Deprecate <code>Display.getEdid()</code> in favor of <code>Display.getDisplayInfo().getEdid()</code>, consolidating display data access under <code>DisplayInfo</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <p><a href="https://github.com/oshi/oshi/blob/master/CHANGELOG.md">Full change log</a></p> <h2>Release 7.3.2</h2> <h5>Bug Fixes and Improvements</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3409">#3409</a>: Fix AIX <code>getFileStores()</code> inode collection: switch to AIX-native <code>df -F %n %l</code>, fix NFS mount filtering, correct column parsing, and fix free/used inode swap - <a href="https://github.com/jank"><code>@jank</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3410">#3410</a>: Fix Linux <code>getFileStores()</code> blocking indefinitely on stale NFS mounts by pre-checking NFS server reachability (TCP/2049) before calling <code>statvfs()</code> - <a href="https://github.com/jank"><code>@jank</code></a>.</li> </ul> <p><a href="https://github.com/oshi/oshi/blob/master/CHANGELOG.md">Full change log</a></p> <h2>Release 7.3.1</h2> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3350">#3350</a>: Add AIX support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3360">#3360</a>: Add NetBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3362">#3362</a>: Add DragonFly BSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>Bug Fixes and Improvements</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3349">#3349</a>: Fix AIX <code>Uptime.queryUpTime()</code> regex to accept the <code>mins</code> suffix that appears in the first hour past each day boundary - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3358">#3358</a>: Add macOS 27 (Golden Gate) codename mapping - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3365">#3365</a>: Allow <code>SystemInfoProvider</code> SPI discovery on the class path - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3373">#3373</a>: Export the <code>oshi</code> package from <code>oshi-core</code> in the OSGi bundle so the documented <code>new oshi.SystemInfo()</code> entry point is usable in OSGi environments - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <p><a href="https://github.com/oshi/oshi/blob/master/CHANGELOG.md">Full change log</a></p> <h2>Release 7.3.0</h2> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3303">#3303</a>: Add DragonFly BSD platform support - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3307">#3307</a>: Add NetBSD platform support - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3316">#3316</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3319">#3319</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3322">#3322</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3328">#3328</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3330">#3330</a>: Add FreeBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3333">#3333</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3334">#3334</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3335">#3335</a>: Add OpenBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3339">#3339</a>: Add Solaris/illumos support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oshi/oshi/blob/master/CHANGELOG.md">com.github.oshi:oshi-core's changelog</a>.</em></p> <blockquote> <h1>7.4.0 (2026-07-08)</h1> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3415">#3415</a>: Add <code>Display.getDisplayInfo()</code> and a new <code>DisplayInfo</code> interface (exposing decoded attributes including <code>isEdidSynthetic()</code>), plus EDID-encoding methods in <code>EdidUtil</code>, allowing display attributes to be exposed without a raw EDID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3436">#3436</a>: Detect the Apple Silicon built-in Retina display via <code>IOMobileFramebuffer</code> and synthesize a <code>DisplayInfo</code> from CoreGraphics and NSScreen properties (resolution, physical size, serial, model name) - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>Bug Fixes and Improvements</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3424">#3424</a>: Fix <code>WrongMethodTypeException</code> when freeing BSTR strings on the Windows FFM WMI path, caused by a void <code>invokeExact</code> in an expression lambda inferring an <code>Object</code> return - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3425">#3425</a>: Fix the Windows perf-counter process and thread maps occasionally mis-keying a real process/thread under ID 0, when PDH reports its "ID Process"/"ID Thread" sentinel for one that is starting or exiting - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3432">#3432</a>: Replace <code>Logger#atLevel</code>/<code>setCause</code>/<code>isEnabledForLevel</code> usage in <code>ExceptionUtil</code>, <code>PerfDataUtil</code>, and <code>ForeignFunctions</code> with level-switches to the classic SLF4J methods, so oshi no longer requires slf4j-api 2.x at runtime - <a href="https://github.com/wolfs"><code>@wolfs</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3431">#3431</a>: Declare the optional jlibrehardwaremonitor OSGi package imports as optional, so oshi-common resolves in OSGi environments that do not provide it - <a href="https://github.com/MrEasy"><code>@MrEasy</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3433">#3433</a>: Restore optional JNA native access for NetBSD, falling back to the command-line implementation when the JNA native library is not installed - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3437">#3437</a>: Add <code>ParseUtil.decodeIntOrDefault</code>/<code>decodeLongOrDefault</code> and forbid direct use of <code>Integer.decode</code>, <code>Long.decode</code>, <code>parseUnsignedInt</code>, and <code>parseUnsignedLong</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3438">#3438</a>: Deprecate <code>Display.getEdid()</code> in favor of <code>Display.getDisplayInfo().getEdid()</code>, consolidating display data access under <code>DisplayInfo</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h1>7.3.0 (2026-06-06), 7.3.1 (2026-06-11), 7.3.2 (2026-06-26)</h1> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3303">#3303</a>: Add DragonFly BSD platform support - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3307">#3307</a>: Add NetBSD platform support - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3316">#3316</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3319">#3319</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3322">#3322</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3328">#3328</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3330">#3330</a>: Add FreeBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3333">#3333</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3334">#3334</a>, <a href="https://redirect.github.com/oshi/oshi/pull/3335">#3335</a>: Add OpenBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3339">#3339</a>: Add Solaris/illumos support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3350">#3350</a>: Add AIX support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3360">#3360</a>: Add NetBSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3362">#3362</a>: Add DragonFly BSD support to the FFM (<code>oshi-core-ffm</code>) implementation - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3409">#3409</a>: Fix AIX <code>getFileStores()</code> inode collection: switch to AIX-native <code>df -F %n %l</code>, fix NFS mount filtering, correct column parsing, and fix free/used inode swap - <a href="https://github.com/jank"><code>@jank</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3410">#3410</a>: Fix Linux <code>getFileStores()</code> blocking indefinitely on stale NFS mounts by pre-checking NFS server reachability (TCP/2049) before calling <code>statvfs()</code> - <a href="https://github.com/jank"><code>@jank</code></a>.</li> </ul> <h5>Bug Fixes and Improvements</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3320">#3320</a>: Update to JNA 5.19.0 - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3349">#3349</a>: Fix AIX <code>Uptime.queryUpTime()</code> regex to accept the <code>mins</code> suffix that appears in the first hour past each day boundary - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3358">#3358</a>: Add macOS 27 (Golden Gate) codename mapping - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3365">#3365</a>: Allow <code>SystemInfoProvider</code> SPI discovery on the class path - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3373">#3373</a>: Export the <code>oshi</code> package from <code>oshi-core</code> in the OSGi bundle so the documented <code>new oshi.SystemInfo()</code> entry point is usable in OSGi environments - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h1>7.2.0 (2026-05-24), 7.2.1 (2026-05-25)</h1> <h5>New Features</h5> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oshi/oshi/commit/1a33bbe2c4d8243a32ced97d1e8dc4a7dd4c8f9c"><code>1a33bbe</code></a> [maven-release-plugin] prepare release oshi-parent-7.4.0</li> <li><a href="https://github.com/oshi/oshi/commit/67204f8d6bf338a20f0901d8caa3a6c4953b5679"><code>67204f8</code></a> 7.4.0 Release</li> <li><a href="https://github.com/oshi/oshi/commit/ab7b913627c193e4f384c788598ce75a8085fdc1"><code>ab7b913</code></a> Deprecate Display.getEdid(); remove unreleased Display.isEdidSynthetic() (<a href="https://redirect.github.com/oshi/oshi/issues/3438">#3438</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/2b74b20b134dd4819528a63b422c634bb07793d2"><code>2b74b20</code></a> [WIP/debug] macOS Apple Silicon internal display via synthetic EDID (<a href="https://redirect.github.com/oshi/oshi/issues/3404">#3404</a>) (...</li> <li><a href="https://github.com/oshi/oshi/commit/7c8ad27f046641dd491ee6668f564ed0528920dd"><code>7c8ad27</code></a> Add ParseUtil decode methods and forbid direct JDK parse/decode calls (<a href="https://redirect.github.com/oshi/oshi/issues/3437">#3437</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/d22319e40a28c5b6198861e65b038d85304f6473"><code>d22319e</code></a> Update actions/setup-java digest to 0f481fc (<a href="https://redirect.github.com/oshi/oshi/issues/3434">#3434</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/bff334fe155976a272716cb0a6c7ec922304394e"><code>bff334f</code></a> Update dependency com.fasterxml.jackson.core:jackson-databind to v2.22.1 (<a href="https://redirect.github.com/oshi/oshi/issues/3435">#3435</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/f19cf5071d1beea4e64b7e5399004f3dfd011fe7"><code>f19cf50</code></a> Restore optional JNA native access for NetBSD with command-line fallback (<a href="https://redirect.github.com/oshi/oshi/issues/3433">#3433</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/c21538a218efaf72c9b206a43b9e320d9ec240e1"><code>c21538a</code></a> Fix two flaky comparison tests: thread updateAttributes race + upTime tolerance</li> <li><a href="https://github.com/oshi/oshi/commit/164c6f1134a1a1bab62698225eeb974c60332357"><code>164c6f1</code></a> <a href="https://redirect.github.com/oshi/oshi/issues/3430">#3430</a> Declared optional Import-Package instruction in oshi-common (<a href="https://redirect.github.com/oshi/oshi/issues/3431">#3431</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oshi/oshi/compare/oshi-parent-6.12.0...oshi-parent-7.4.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
