dependabot[bot] opened a new pull request, #708:
URL: https://github.com/apache/karaf-decanter/pull/708

   Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.12.0 
to 7.4.2.
   <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.2</h2>
   <h5>Bug Fixes and Improvements</h5>
   <ul>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3493";>#3493</a>: 
Document the CPU/memory trade-off of reusing versus recreating 
<code>SystemInfo</code> when polling, with supporting benchmarks - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3499";>#3499</a>: Fix 
FreeBSD, NetBSD, and OpenBSD <code>df -i</code> inode parsing to include ZFS, 
tmpfs, devfs, and mfs filesystems that do not start with <code>/</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3504";>#3504</a>: Fix 
AIX processor cache detection, which read the POWER generation from the 
hostname (<code>uname -n</code>) instead of <code>prtconf</code>'s 
<code>Processor Version</code> field, causing <code>getProcessorCaches()</code> 
to return an empty list - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3505";>#3505</a>: Fix 
the AIX FFM backend reading 
<code>perfstat_partition_config_t.processorMHz</code> at the wrong struct 
offset (344 instead of 340), which reported the processor's vendor frequency as 
unknown - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3507";>#3507</a>: 
Extend the native-free provider (<code>oshi-common</code> alone, no JNA or FFM) 
to NetBSD, so NetBSD users without the JNA native library can depend on 
<code>oshi-common</code> without <code>--enable-native-access</code>, as Linux 
already can - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3518";>#3518</a>: 
Consolidate the duplicated <code>sysctl</code> utility code into shared 
command-line (<code>BsdSysctlUtil</code>), JNA (<code>SysctlUtilJNA</code>), 
and FFM (<code>SysctlFFM</code>) helpers, and fix a latent bug where reading an 
int-width sysctl (e.g. FreeBSD <code>hw.clockrate</code>) through the 
<code>long</code> API returned uninitialized bytes, intermittently reporting an 
absurd CPU vendor frequency such as 6.2 EHz - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3519";>#3519</a>: Fix 
the Solaris JNA Kstat2 processor identifier reporting the CPU vendor frequency 
in MHz instead of Hz (missing the <code>clock_MHz</code> to Hz conversion 
applied on the other code paths) - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3525";>#3525</a>: 
Carry the exception log level with a new <code>oshi.util.LogLevel</code> enum 
instead of <code>org.slf4j.event.Level</code>, so OSHI no longer class-loads a 
type added in slf4j-api 1.7.15 on non-exceptional code paths and works again 
against host-provided slf4j-api older than 1.7.15 (e.g. the 1.7.5 bundled by 
Apache Maven 3.3.x) - <a 
href="https://github.com/wolfs";><code>@​wolfs</code></a>.</li>
   </ul>
   <p><a href="https://github.com/oshi/oshi/blob/master/CHANGELOG.md";>Full 
change log</a></p>
   <h2>Release 7.4.1</h2>
   <h5>Bug Fixes and Improvements</h5>
   <ul>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3441";>#3441</a>: 
Wrap AppKit/Cocoa display-name calls in an autorelease pool, extract 
<code>ObjCFunctions</code> FFM bindings, and use <code>ExceptionUtil</code> for 
consistent error handling - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3442";>#3442</a>: 
Convert static memoized suppliers to instance fields, allowing cached data to 
be reclaimed when users create new <code>SystemInfo</code> instances - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3443";>#3443</a>: 
Share memoized iostat supplier across disk instances; cache pluggable hardware 
lists (displays, USB, sound cards, graphics cards) in the HAL with a 3-second 
TTL - <a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3444";>#3444</a>: 
Consolidate try/catch-log-return-default patterns to use 
<code>ExceptionUtil</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3459";>#3459</a>: 
Deduplicate the Windows <code>CentralProcessor</code> frequency queries into 
the shared base, and fix the JNA per-processor current-frequency numbering, 
which mis-assigned frequencies to logical processors on 
multi-processor-group/NUMA systems - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3473";>#3473</a>: Fix 
several macOS bugs: correct Intel Mac sensor temperatures that were 
under-reported by the SP78 fractional byte, decode process working directories 
and login sessions as UTF-8, and add missing null/bounds guards on native 
results - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3478";>#3478</a>: Fix 
several Windows bugs: stop reporting a UPS/non-system battery as the system 
battery, restore the WMI fallback (and avoid an NPE) when a PDH wildcard 
collection fails, drop phantom file stores for volumes that can't be queried, 
keep enumerating sound cards past an incomplete registry key, retain sessions 
without a client address, and include processors in NUMA nodes spanning more 
than 64 logical processors - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3479";>#3479</a>: Fix 
several Windows bugs: return all configured DNS servers instead of an empty 
list when more than one is present, keep querying the 
OpenHardwareMonitor/LibreHardwareMonitor namespaces after an initial failure so 
late-started sensors still appear, and classify CD-ROM drives as non-local - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3480";>#3480</a>: 
Align remaining JNA/FFM inconsistencies: report disk type 
(Removable/SSD/HDD/Unknown) on the native-free Linux backend, allocate a large 
enough buffer for long UTF-16 device names in the Windows JNA 
<code>DeviceTree</code>, fix WMI query when COM is already initialized in 
another apartment, returning zeroed TCP/UDP stats instead of null on a query 
failure, detecting x86 via <code>GetNativeSystemInfo</code> (correct under 
WOW64), and retrying the initial <code>PDH_NO_DATA</code> performance-counter 
sample - <a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3481";>#3481</a>: 
Share one registry-value parser between the JNA and FFM Windows 
installed-applications backends, so an application is resolved identically 
regardless of backend even when a value is stored as <code>REG_DWORD</code> or 
<code>REG_BINARY</code> rather than a string - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3482";>#3482</a>: Fix 
macOS <code>getThreadCount()</code> on the default JNA backend, which 
under-reported the thread count (a <code>proc_listpids</code> buffer size 
passed as an element count, and stale reused-buffer data counted for processes 
<code>proc_pidinfo</code> could not fill), and release the CoreFoundation 
device dictionary and lookup keys leaked per disk enumeration in the JNA 
disk-type detection - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3483";>#3483</a>: Fix 
several Windows backend issues: guard against a hard crash when enumerating a 
network session with a null client name, allocate the AMD ADL callback buffer 
from the C heap so the driver's <code>free()</code> is valid, close leaked 
system event-log handles, and read 
<code>REG_QWORD</code>/<code>REG_BINARY</code> registry values in the FFM 
backend so graphics-card VRAM is reported consistently with the JNA backend - 
<a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3484";>#3484</a>: Fix 
several parsing and consistency issues: return empty instead of throwing from 
<code>ParseUtil.getStringBetween</code> on a single unmatched delimiter, throw 
the documented <code>IllegalArgumentException</code> (not 
<code>ArrayIndexOutOfBoundsException</code>) for mismatched tick arrays, 
correct an off-by-one bounds guard in Solaris <code>Prtvtoc</code>, decode 
FreeBSD/Solaris utmpx session strings as UTF-8, and read native 
<code>utmpx</code> for Solaris sessions in the FFM backend to match the JNA 
backend - <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.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 &quot;ID Process&quot;/&quot;ID 
Thread&quot; 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>
   <!-- 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), 7.4.1 (2026-07-18), 7.4.2 (2027-07-24)</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 &quot;ID Process&quot;/&quot;ID 
Thread&quot; 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>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3441";>#3441</a>: 
Wrap AppKit/Cocoa display-name calls in an autorelease pool, extract 
<code>ObjCFunctions</code> FFM bindings, and use <code>ExceptionUtil</code> for 
consistent error handling - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3442";>#3442</a>: 
Convert static memoized suppliers to instance fields, allowing cached data to 
be reclaimed when users create new <code>SystemInfo</code> instances - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3443";>#3443</a>: 
Share memoized iostat supplier across disk instances; cache pluggable hardware 
lists (displays, USB, sound cards, graphics cards) in the HAL with a 3-second 
TTL - <a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3444";>#3444</a>: 
Consolidate try/catch-log-return-default patterns to use 
<code>ExceptionUtil</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3459";>#3459</a>: 
Deduplicate the Windows <code>CentralProcessor</code> frequency queries into 
the shared base, and fix the JNA per-processor current-frequency numbering, 
which mis-assigned frequencies to logical processors on 
multi-processor-group/NUMA systems - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3473";>#3473</a>: Fix 
several macOS bugs: correct Intel Mac sensor temperatures that were 
under-reported by the SP78 fractional byte, decode process working directories 
and login sessions as UTF-8, and add missing null/bounds guards on native 
results - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3478";>#3478</a>: Fix 
several Windows bugs: stop reporting a UPS/non-system battery as the system 
battery, restore the WMI fallback (and avoid an NPE) when a PDH wildcard 
collection fails, drop phantom file stores for volumes that can't be queried, 
keep enumerating sound cards past an incomplete registry key, retain sessions 
without a client address, and include processors in NUMA nodes spanning more 
than 64 logical processors - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3479";>#3479</a>: Fix 
several Windows bugs: return all configured DNS servers instead of an empty 
list when more than one is present, keep querying the 
OpenHardwareMonitor/LibreHardwareMonitor namespaces after an initial failure so 
late-started sensors still appear, and classify CD-ROM drives as non-local - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3480";>#3480</a>: 
Align remaining JNA/FFM inconsistencies: report disk type 
(Removable/SSD/HDD/Unknown) on the native-free Linux backend, allocate a large 
enough buffer for long UTF-16 device names in the Windows JNA 
<code>DeviceTree</code>, fix WMI query when COM is already initialized in 
another apartment, returning zeroed TCP/UDP stats instead of null on a query 
failure, detecting x86 via <code>GetNativeSystemInfo</code> (correct under 
WOW64), and retrying the initial <code>PDH_NO_DATA</code> performance-counter 
sample - <a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3481";>#3481</a>: 
Share one registry-value parser between the JNA and FFM Windows 
installed-applications backends, so an application is resolved identically 
regardless of backend even when a value is stored as <code>REG_DWORD</code> or 
<code>REG_BINARY</code> rather than a string - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3482";>#3482</a>: Fix 
macOS <code>getThreadCount()</code> on the default JNA backend, which 
under-reported the thread count (a <code>proc_listpids</code> buffer size 
passed as an element count, and stale reused-buffer data counted for processes 
<code>proc_pidinfo</code> could not fill), and release the CoreFoundation 
device dictionary and lookup keys leaked per disk enumeration in the JNA 
disk-type detection - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3483";>#3483</a>: Fix 
several Windows backend issues: guard against a hard crash when enumerating a 
network session with a null client name, allocate the AMD ADL callback buffer 
from the C heap so the driver's <code>free()</code> is valid, close leaked 
system event-log handles, and read 
<code>REG_QWORD</code>/<code>REG_BINARY</code> registry values in the FFM 
backend so graphics-card VRAM is reported consistently with the JNA backend - 
<a href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3484";>#3484</a>: Fix 
several parsing and consistency issues: return empty instead of throwing from 
<code>ParseUtil.getStringBetween</code> on a single unmatched delimiter, throw 
the documented <code>IllegalArgumentException</code> (not 
<code>ArrayIndexOutOfBoundsException</code>) for mismatched tick arrays, 
correct an off-by-one bounds guard in Solaris <code>Prtvtoc</code>, decode 
FreeBSD/Solaris utmpx session strings as UTF-8, and read native 
<code>utmpx</code> for Solaris sessions in the FFM backend to match the JNA 
backend - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3493";>#3493</a>: 
Document the CPU/memory trade-off of reusing versus recreating 
<code>SystemInfo</code> when polling, with supporting benchmarks - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3499";>#3499</a>: Fix 
FreeBSD, NetBSD, and OpenBSD <code>df -i</code> inode parsing to include ZFS, 
tmpfs, devfs, and mfs filesystems that do not start with <code>/</code> - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3504";>#3504</a>: Fix 
AIX processor cache detection, which read the POWER generation from the 
hostname (<code>uname -n</code>) instead of <code>prtconf</code>'s 
<code>Processor Version</code> field, causing <code>getProcessorCaches()</code> 
to return an empty list - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3505";>#3505</a>: Fix 
the AIX FFM backend reading 
<code>perfstat_partition_config_t.processorMHz</code> at the wrong struct 
offset (344 instead of 340), which reported the processor's vendor frequency as 
unknown - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3507";>#3507</a>: 
Extend the native-free provider (<code>oshi-common</code> alone, no JNA or FFM) 
to NetBSD, so NetBSD users without the JNA native library can depend on 
<code>oshi-common</code> without <code>--enable-native-access</code>, as Linux 
already can - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3518";>#3518</a>: 
Consolidate the duplicated <code>sysctl</code> utility code into shared 
command-line (<code>BsdSysctlUtil</code>), JNA (<code>SysctlUtilJNA</code>), 
and FFM (<code>SysctlFFM</code>) helpers, and fix a latent bug where reading an 
int-width sysctl (e.g. FreeBSD <code>hw.clockrate</code>) through the 
<code>long</code> API returned uninitialized bytes, intermittently reporting an 
absurd CPU vendor frequency such as 6.2 EHz - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3519";>#3519</a>: Fix 
the Solaris JNA Kstat2 processor identifier reporting the CPU vendor frequency 
in MHz instead of Hz (missing the <code>clock_MHz</code> to Hz conversion 
applied on the other code paths) - <a 
href="https://github.com/dbwiddis";><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/oshi/oshi/pull/3525";>#3525</a>: 
Carry the exception log level with a new <code>oshi.util.LogLevel</code> enum 
instead of <code>org.slf4j.event.Level</code>, so OSHI no longer class-loads a 
type added in slf4j-api 1.7.15 on non-exceptional code paths and works again 
against host-provided slf4j-api older than 1.7.15 (e.g. the 1.7.5 bundled by 
Apache Maven 3.3.x) - <a 
href="https://github.com/wolfs";><code>@​wolfs</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>,</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oshi/oshi/commit/ec6945c3cc63eb3dc950ec568ede0835cbb4f0f3";><code>ec6945c</code></a>
 [maven-release-plugin] prepare release oshi-parent-7.4.2</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/e99828c0cd273572b38023aa08f05ef32c16ddd9";><code>e99828c</code></a>
 7.4.2 Release</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/1166d601b1f4e16208db20fe909441cb7d31d957";><code>1166d60</code></a>
 Replace org.slf4j.event.Level with an OSHI-owned LogLevel enum (<a 
href="https://redirect.github.com/oshi/oshi/issues/3525";>#3525</a>)</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/416d7d7209afbbe60a430b493a1b87762ca818ff";><code>416d7d7</code></a>
 Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.1 (<a 
href="https://redirect.github.com/oshi/oshi/issues/3522";>#3522</a>)</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/6bf9fea6797617e8c45e29a06dacc14aab6448a9";><code>6bf9fea</code></a>
 Update github/codeql-action digest to e4fba86 (<a 
href="https://redirect.github.com/oshi/oshi/issues/3521";>#3521</a>)</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/d70c915acbdcc56f0e8a7d2f3e344183c6477fed";><code>d70c915</code></a>
 Guard null listFiles in MacOperatingSystem.getServices (Coverity CID 
1673010)...</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/4f9f2cd164f13287642a9afefa7f5cfb287fe352";><code>4f9f2cd</code></a>
 Test Advapi32UtilFFM registry DWORD/QWORD/BINARY reads (<a 
href="https://redirect.github.com/oshi/oshi/issues/3520";>#3520</a>)</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/f403790304f5f14b317238775f82744f1efef303";><code>f403790</code></a>
 Fix Solaris Kstat2 vendor frequency reported in MHz instead of Hz (<a 
href="https://redirect.github.com/oshi/oshi/issues/3519";>#3519</a>)</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/5d304e0c9ec3dde1c2def3812536e5889984d9e9";><code>5d304e0</code></a>
 Consolidate sysctl utilities into shared helpers and fix int-width sysctl 
mis...</li>
   <li><a 
href="https://github.com/oshi/oshi/commit/1d0803bf7f3c76795b52caf1d58272e31c6dd89b";><code>1d0803b</code></a>
 Assign volatile path field once in LinuxOSProcess (Coverity CID 1673009) (<a 
href="https://redirect.github.com/oshi/oshi/issues/3516";>#3516</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oshi/oshi/compare/oshi-parent-6.12.0...oshi-parent-7.4.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.oshi:oshi-core&package-manager=maven&previous-version=6.12.0&new-version=7.4.2)](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]

Reply via email to