dependabot[bot] opened a new pull request, #663: URL: https://github.com/apache/karaf-decanter/pull/663
Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.12.0 to 7.0.1. <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.0.1</h2> <h5>JPMS Package Moves</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3220">#3220</a>: Move <code>oshi-core-ffm</code> utility classes from <code>oshi.util.gpu</code>, <code>oshi.util.platform.mac</code>, and <code>oshi.util.platform.windows</code> packages to <code>oshi.ffm.util.gpu</code>, <code>oshi.ffm.util.platform.mac</code>, and <code>oshi.ffm.util.platform.windows</code>. This eliminates split-package conflicts so <code>oshi-core</code> and <code>oshi-core-ffm</code> can coexist on the module path - <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.0.0</h2> <p>See <a href="https://github.com/oshi/oshi/blob/HEAD/src/site/markdown/Upgrading.md">Upgrading</a> for breaking changes and migration guide.</p> <h5>Breaking Changes</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3180">#3180</a>: Rename <code>oshi-core-java25</code> artifact to <code>oshi-core-ffm</code>; rename JPMS module from <code>com.github.oshi</code> to <code>com.github.oshi.ffm</code>. A redirection pom is provided for the old artifact ID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3181">#3181</a>: Merge <code>oshi-core-java11</code> into <code>oshi-core</code>; <code>oshi-core</code> now includes a module descriptor (<code>com.github.oshi</code>). A redirection pom is provided for the old <code>oshi-core-java11</code> artifact ID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3182">#3182</a>: Remove deprecated <code>OSProcess.getResidentSetSize()</code> (use <code>getResidentMemory()</code> or <code>getPrivateResidentMemory()</code>), <code>oshi.PlatformEnum</code> and <code>oshi.PlatformEnumFFM</code> (use <code>oshi.util.PlatformEnum</code>), <code>SystemInfo.getCurrentPlatform()</code> and <code>SystemInfoFFM</code> (use <code>oshi.util.PlatformEnum.getCurrentPlatform()</code> and <code>oshi.ffm.SystemInfo</code>), and misspelled <code>GlobalConfig</code> constants - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3183">#3183</a>: Add <code>@PublicApi</code> annotation to all SemVer-guaranteed API types in <code>oshi.hardware</code>, <code>oshi.software.os</code>, both <code>SystemInfo</code> entry points, and <code>PlatformEnum</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> </blockquote> </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.0.0 (2026-04-30), 7.0.1 (2026-05-02)</h1> <p>See <a href="https://github.com/oshi/oshi/blob/master/UPGRADING.md">Upgrading</a> for breaking changes and migration guide.</p> <h5>Breaking Changes</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3180">#3180</a>: Rename <code>oshi-core-java25</code> artifact to <code>oshi-core-ffm</code>; rename JPMS module from <code>com.github.oshi</code> to <code>com.github.oshi.ffm</code>. A redirection pom is provided for the old artifact ID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3181">#3181</a>: Merge <code>oshi-core-java11</code> into <code>oshi-core</code>; <code>oshi-core</code> now includes a module descriptor (<code>com.github.oshi</code>). A redirection pom is provided for the old <code>oshi-core-java11</code> artifact ID - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/oshi/oshi/pull/3182">#3182</a>: Remove deprecated <code>OSProcess.getResidentSetSize()</code> (use <code>getResidentMemory()</code> or <code>getPrivateResidentMemory()</code>), <code>oshi.PlatformEnum</code> and <code>oshi.PlatformEnumFFM</code> (use <code>oshi.util.PlatformEnum</code>), <code>SystemInfo.getCurrentPlatform()</code> and <code>SystemInfoFFM</code> (use <code>oshi.util.PlatformEnum.getCurrentPlatform()</code> and <code>oshi.ffm.SystemInfo</code>), and misspelled <code>GlobalConfig</code> constants - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>New Features</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3183">#3183</a>: Add <code>@PublicApi</code> annotation to all SemVer-guaranteed API types in <code>oshi.hardware</code>, <code>oshi.software.os</code>, both <code>SystemInfo</code> entry points, and <code>PlatformEnum</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> <h5>JPMS Package Moves</h5> <ul> <li><a href="https://redirect.github.com/oshi/oshi/pull/3220">#3220</a>: Move <code>oshi-core-ffm</code> utility classes from <code>oshi.util.gpu</code>, <code>oshi.util.platform.mac</code>, and <code>oshi.util.platform.windows</code> packages to <code>oshi.ffm.util.gpu</code>, <code>oshi.ffm.util.platform.mac</code>, and <code>oshi.ffm.util.platform.windows</code>. This eliminates split-package conflicts so <code>oshi-core</code> and <code>oshi-core-ffm</code> can coexist on the module path - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oshi/oshi/commit/9d92454ec752b5c80f68dbcbd297f99443859475"><code>9d92454</code></a> [maven-release-plugin] prepare release oshi-parent-7.0.1</li> <li><a href="https://github.com/oshi/oshi/commit/725d80d9ff78f21cc26e5d1fd3c49f1c8a163ff0"><code>725d80d</code></a> 7.0.1 Release</li> <li><a href="https://github.com/oshi/oshi/commit/6860c80669394549eb8e6243b456a9aaa81cf794"><code>6860c80</code></a> Move oshi-core-ffm util classes to oshi.ffm.util packages (<a href="https://redirect.github.com/oshi/oshi/issues/3220">#3220</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/4f6a114c49d6f3b00d65defa936b702b701fe349"><code>4f6a114</code></a> Add japicmp for <a href="https://github.com/PublicApi"><code>@PublicApi</code></a> binary compatibility checks (<a href="https://redirect.github.com/oshi/oshi/issues/3218">#3218</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/a58becff4512452ed91fa82afd13d64f0c4727b4"><code>a58becf</code></a> Remove thread/process state equality assertions from comparison tests</li> <li><a href="https://github.com/oshi/oshi/commit/0dc89953fa7697e41f204d13a5b0c6da546a3b54"><code>0dc8995</code></a> Remove relocation modules, switch to --release compiler flag (<a href="https://redirect.github.com/oshi/oshi/issues/3217">#3217</a>)</li> <li><a href="https://github.com/oshi/oshi/commit/21556518ed1fcc028b335cdb3e98385aea42a33f"><code>2155651</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/oshi/oshi/commit/629336e38bade53c73393ee824e82c1ff19d0568"><code>629336e</code></a> [maven-release-plugin] prepare release oshi-parent-7.0.0</li> <li><a href="https://github.com/oshi/oshi/commit/a824851c4617561e12eabd589c61d57bc1f119ca"><code>a824851</code></a> Enable javadoc generation for oshi-benchmark</li> <li><a href="https://github.com/oshi/oshi/commit/8ac42805421a05574e14f0a5760c34925f28174b"><code>8ac4280</code></a> Add Central Portal upload fallback script</li> <li>Additional commits viewable in <a href="https://github.com/oshi/oshi/compare/oshi-parent-6.12.0...oshi-parent-7.0.1">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]
