Skip to content

Bump com.github.oshi:oshi-core from 6.12.0 to 7.3.2#698

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.github.oshi-oshi-core-7.3.2
Closed

Bump com.github.oshi:oshi-core from 6.12.0 to 7.3.2#698
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.github.oshi-oshi-core-7.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.oshi:oshi-core from 6.12.0 to 7.3.2.

Release notes

Sourced from com.github.oshi:oshi-core's releases.

Release 7.3.2

Bug Fixes and Improvements
  • #3409: Fix AIX getFileStores() inode collection: switch to AIX-native df -F %n %l, fix NFS mount filtering, correct column parsing, and fix free/used inode swap - @​jank.
  • #3410: Fix Linux getFileStores() blocking indefinitely on stale NFS mounts by pre-checking NFS server reachability (TCP/2049) before calling statvfs() - @​jank.

Full change log

Release 7.3.1

New Features
  • #3350: Add AIX support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3360: Add NetBSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3362: Add DragonFly BSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
Bug Fixes and Improvements
  • #3349: Fix AIX Uptime.queryUpTime() regex to accept the mins suffix that appears in the first hour past each day boundary - @​dbwiddis.
  • #3358: Add macOS 27 (Golden Gate) codename mapping - @​dbwiddis.
  • #3365: Allow SystemInfoProvider SPI discovery on the class path - @​dbwiddis.
  • #3373: Export the oshi package from oshi-core in the OSGi bundle so the documented new oshi.SystemInfo() entry point is usable in OSGi environments - @​dbwiddis.

Full change log

Release 7.3.0

New Features
Bug Fixes and Improvements

Full change log

Release 7.2.1

Bug Fixes and Improvements
  • #3302: Fix WrongMethodTypeException for void invokeExact in expression lambdas - @​dbwiddis.

Full change log

Release 7.2.0

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.

... (truncated)

Changelog

Sourced from com.github.oshi:oshi-core's changelog.

7.3.0 (2026-06-06), 7.3.1 (2026-06-11), 7.3.2 (2026-06-26)

New Features
  • #3303: Add DragonFly BSD platform support - @​dbwiddis.
  • #3307: Add NetBSD platform support - @​dbwiddis.
  • #3316, #3319, #3322, #3328, #3330: Add FreeBSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3333, #3334, #3335: Add OpenBSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3339: Add Solaris/illumos support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3350: Add AIX support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3360: Add NetBSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3362: Add DragonFly BSD support to the FFM (oshi-core-ffm) implementation - @​dbwiddis.
  • #3409: Fix AIX getFileStores() inode collection: switch to AIX-native df -F %n %l, fix NFS mount filtering, correct column parsing, and fix free/used inode swap - @​jank.
  • #3410: Fix Linux getFileStores() blocking indefinitely on stale NFS mounts by pre-checking NFS server reachability (TCP/2049) before calling statvfs() - @​jank.
Bug Fixes and Improvements
  • #3320: Update to JNA 5.19.0 - @​dbwiddis.
  • #3349: Fix AIX Uptime.queryUpTime() regex to accept the mins suffix that appears in the first hour past each day boundary - @​dbwiddis.
  • #3358: Add macOS 27 (Golden Gate) codename mapping - @​dbwiddis.
  • #3365: Allow SystemInfoProvider SPI discovery on the class path - @​dbwiddis.
  • #3373: Export the oshi package from oshi-core in the OSGi bundle so the documented new oshi.SystemInfo() entry point is usable in OSGi environments - @​dbwiddis.

7.2.0 (2026-05-24), 7.2.1 (2026-05-25)

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.
  • #3238: Add native-free Linux SystemInfoProvider implementation in oshi-common, enabling Linux system info without JNA or FFM dependencies - @​dbwiddis.
  • #3255: Add BluetoothDevice enumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @​dbwiddis.
Bug Fixes and Improvements
  • #3245: Fix MacGlobalMemory.getPhysicalMemory() returning empty data on Apple Silicon Macs - @​dbwiddis.
  • #3249: Read EDID from /sys/class/drm on Linux, fixing display detection on Wayland - @​dbwiddis.
  • #3278, #3280: Add SystemInfoProvider convenience overloads to OshiMetrics constructor, bindTo, and builder methods - @​dbwiddis.
  • #3281: Fix AIX processor count detection to use LPAR vcpu and SMT configuration instead of frame-level physical processor count - @​dbwiddis.
  • #3283: Fix macOS JNA system CPU ticks overflowing to negative values after long uptimes - @​dbwiddis.
  • #3299: Handle Linux LUKS device-mapper disks without LVM volume names and avoid synthetic null paths - @​dbwiddis.
  • #3300: Fix macOS FFM open file limits and strengthen current-process limit coverage - @​dbwiddis.
  • #3302: Fix WrongMethodTypeException for void invokeExact in expression lambdas - @​dbwiddis.

7.1.0 (2026-05-06)

... (truncated)

Commits
  • e81acca [maven-release-plugin] prepare release oshi-parent-7.3.2
  • a89a0d5 7.3.2 Release
  • ed7b91b Fix Linux getFileStores() blocking indefinitely on stale NFS mounts (#3410)
  • a794d4f Update actions/setup-java digest to 1bcf9fb (#3411)
  • 1985db3 Fix AIX inode collection: use correct df format and include NFS mounts (#3409)
  • 3968ba0 Update actions/cache action to v6 (#3408)
  • 6cfdf7f Update vmactions/openbsd-vm digest to 18edb32 (#3407)
  • 29edecd Update vmactions/freebsd-vm digest to b84ab55 (#3405)
  • 3d51ec7 Update actions/checkout action to v7 (#3406)
  • 38cce21 Update plugins (#3401)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.12.0 to 7.3.2.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.12.0...oshi-parent-7.3.2)

---
updated-dependencies:
- dependency-name: com.github.oshi:oshi-core
  dependency-version: 7.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #704.

@dependabot dependabot Bot closed this Jul 9, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/com.github.oshi-oshi-core-7.3.2 branch July 9, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants