Update dependency com.github.oshi:oshi-core to v7#181
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
5493bf2 to
f7edb0a
Compare
f7edb0a to
54e0f7c
Compare
54e0f7c to
b5be06c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.4.8→7.2.1Release Notes
oshi/oshi (com.github.oshi:oshi-core)
v7.2.1New Features
SystemInfoProviderSPI andSystemInfoFactoryfor automatic selection of the best available OSHI implementation at runtime - @dbwiddis.SystemInfoProviderimplementation inoshi-common, enabling Linux system info without JNA or FFM dependencies - @dbwiddis.BluetoothDeviceenumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @dbwiddis.Bug Fixes and Improvements
MacGlobalMemory.getPhysicalMemory()returning empty data on Apple Silicon Macs - @dbwiddis./sys/class/drmon Linux, fixing display detection on Wayland - @dbwiddis.#3280: Add
SystemInfoProviderconvenience overloads toOshiMetricsconstructor,bindTo, andbuildermethods - @dbwiddis.nullpaths - @dbwiddis.v7.2.0New Features
SystemInfoProviderSPI andSystemInfoFactoryfor automatic selection of the best available OSHI implementation at runtime - @dbwiddis.SystemInfoProviderimplementation inoshi-common, enabling Linux system info without JNA or FFM dependencies - @dbwiddis.BluetoothDeviceenumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @dbwiddis.Bug Fixes and Improvements
MacGlobalMemory.getPhysicalMemory()returning empty data on Apple Silicon Macs - @dbwiddis./sys/class/drmon Linux, fixing display detection on Wayland - @dbwiddis.#3280: Add
SystemInfoProviderconvenience overloads toOshiMetricsconstructor,bindTo, andbuildermethods - @dbwiddis.nullpaths - @dbwiddis.v7.1.0New Features
OSHI_*) for configuration - @dbwiddis.#3231: Add disk type information (SSD, HDD, Removable, Virtual) - @dbwiddis.
oshi-metricsmodule with Micrometer integration for system metrics following OpenTelemetry semantic conventions - @dbwiddis.Bug Fixes and Improvements
% Processor Performancecounter for Windows CPU frequency, reporting actual turbo boost speeds above base frequency - @dbwiddis.v7.0.1See Upgrading for breaking changes and migration guide.
Breaking Changes
oshi-core-java25artifact tooshi-core-ffm; rename JPMS module fromcom.github.oshitocom.github.oshi.ffm. A redirection pom is provided for the old artifact ID - @dbwiddis.oshi-core-java11intooshi-core;oshi-corenow includes a module descriptor (com.github.oshi). A redirection pom is provided for the oldoshi-core-java11artifact ID - @dbwiddis.OSProcess.getResidentSetSize()(usegetResidentMemory()orgetPrivateResidentMemory()),oshi.PlatformEnumandoshi.PlatformEnumFFM(useoshi.util.PlatformEnum),SystemInfo.getCurrentPlatform()andSystemInfoFFM(useoshi.util.PlatformEnum.getCurrentPlatform()andoshi.ffm.SystemInfo), and misspelledGlobalConfigconstants - @dbwiddis.New Features
@PublicApiannotation to all SemVer-guaranteed API types inoshi.hardware,oshi.software.os, bothSystemInfoentry points, andPlatformEnum- @dbwiddis.Bug Fixes and Improvements
OSFileStore.updateAttributes()using direct stat/statfs calls instead of re-enumerating all filesystems - @dbwiddis.JPMS Package Moves
oshi-core-ffmutility classes fromoshi.util.gpu,oshi.util.platform.mac, andoshi.util.platform.windowspackages tooshi.ffm.util.gpu,oshi.ffm.util.platform.mac, andoshi.ffm.util.platform.windows. This eliminates split-package conflicts sooshi-coreandoshi-core-ffmcan coexist on the module path - @dbwiddis.v7.0.0See Upgrading for breaking changes and migration guide.
Breaking Changes
oshi-core-java25artifact tooshi-core-ffm; rename JPMS module fromcom.github.oshitocom.github.oshi.ffm. A redirection pom is provided for the old artifact ID - @dbwiddis.oshi-core-java11intooshi-core;oshi-corenow includes a module descriptor (com.github.oshi). A redirection pom is provided for the oldoshi-core-java11artifact ID - @dbwiddis.OSProcess.getResidentSetSize()(usegetResidentMemory()orgetPrivateResidentMemory()),oshi.PlatformEnumandoshi.PlatformEnumFFM(useoshi.util.PlatformEnum),SystemInfo.getCurrentPlatform()andSystemInfoFFM(useoshi.util.PlatformEnum.getCurrentPlatform()andoshi.ffm.SystemInfo), and misspelledGlobalConfigconstants - @dbwiddis.New Features
@PublicApiannotation to all SemVer-guaranteed API types inoshi.hardware,oshi.software.os, bothSystemInfoentry points, andPlatformEnum- @dbwiddis.Bug Fixes and Improvements
OSFileStore.updateAttributes()using direct stat/statfs calls instead of re-enumerating all filesystems - @dbwiddis.JPMS Package Moves
oshi-core-ffmutility classes fromoshi.util.gpu,oshi.util.platform.mac, andoshi.util.platform.windowspackages tooshi.ffm.util.gpu,oshi.ffm.util.platform.mac, andoshi.ffm.util.platform.windows. This eliminates split-package conflicts sooshi-coreandoshi-core-ffmcan coexist on the module path - @dbwiddis.v6.12.0New Features
Complete migration to new FFM module.
#3132,
#3133,
#3134,
#3135,
#3138,
#3140: Create oshi-common module; move JNA-free common code to enable future FFM-only consumers - @dbwiddis.
Bug fixes / Improvements
#3147,
#3149: Move macOS HardwareAbstractionLayer tree to oshi-common - @dbwiddis.
#3167,
#3168,
#3170: Complete FFM perfmon driver migration with all wildcard and non-wildcard counters; add PDH vs WMI and JNA vs FFM comparison tests - @dbwiddis.
#3174: Migrate WMI drivers to FFM - @dbwiddis.
#3176: Migrate all remaining Windows hardware classes to FFM - @dbwiddis.
v6.11.1New Features
getResidentMemory()andgetPrivateResidentMemory()to OSProcess, separating true RSS from the private/footprint memory shown by graphical system monitors. DeprecategetResidentSetSize()- @dyorgio, @dbwiddis.#3089,
#3092,
#3095: Add GPU metrics to GraphicsCard - @dbwiddis.
SystemInfo.getCurrentPlatform()andSystemInfoFFM- @dbwiddis.Bug fixes / Improvements
#3110,
#3111: Migrate mac HardwareAbstractionLayer JNA to FFM - @dbwiddis.
PrivilegedUtil- @dbwiddis.#3120,
#3121: Port Linux JNA classes to FFM - @dbwiddis.
v6.11.0New Features
getResidentMemory()andgetPrivateResidentMemory()to OSProcess, separating true RSS from the private/footprint memory shown by graphical system monitors. DeprecategetResidentSetSize()- @dyorgio, @dbwiddis.#3089,
#3092,
#3095: Add GPU metrics to GraphicsCard - @dbwiddis.
SystemInfo.getCurrentPlatform()andSystemInfoFFM- @dbwiddis.Bug fixes / Improvements
#3110,
#3111: Migrate mac HardwareAbstractionLayer JNA to FFM - @dbwiddis.
PrivilegedUtil- @dbwiddis.#3120,
#3121: Port Linux JNA classes to FFM - @dbwiddis.
v6.10.0New Features
v6.9.3New Features
#2968: Implement WindowsOperatingSystem using FFM - @rohan-coder02.
Bug fixes / Improvements
v6.9.2New Features
#2968: Implement WindowsOperatingSystem using FFM - @rohan-coder02.
Bug fixes / Improvements
v6.9.1New Features
#2968: Implement WindowsOperatingSystem using FFM - @rohan-coder02.
Bug fixes / Improvements
v6.9.0New Features
#2968: Implement WindowsOperatingSystem using FFM - @rohan-coder02.
Bug fixes / Improvements
v6.8.3New Features
Bug fixes / Improvements
v6.8.2New Features
Bug fixes / Improvements
v6.8.1New Features
Bug fixes / Improvements
v6.8.0New Features
Bug fixes / Improvements
v6.7.1New Features
Bug fixes / Improvements
v6.7.0New Features
Bug fixes / Improvements
v6.6.6New Features
#2625: Add part number to Physical Memory - @BartekDziurowicz, @dbwiddis.
Bug fixes / Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.