Skip to content

Commit 9965844

Browse files
committed
6.4.2 Release
1 parent f1a1cd7 commit 9965844

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.github/workflows/macos.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# Baseline support, Current LTS, Current GA, Current EA
21-
java: [11, 17, 20]
22-
# 21-ea not yet available
21+
java: [11, 17, 20, 21-ea]
2322
os: [macos-11, macos-12]
2423
fail-fast: false
2524
name: JDK ${{ matrix.java }}, ${{ matrix.os }}

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# 6.4.2 (in progress)
1+
# 6.4.3 (in progress)
22

3-
##### Bug fixes / Improvements
4-
* [#2361](https://github.com/oshi/oshi/pull/2361): Convert per-process CPU ticks on Apple Silicon to milliseconds - [@dbwiddis](https://github.com/dbwiddis).
5-
* [#2362](https://github.com/oshi/oshi/pull/2362): Make use of Kstat2 configurable - [@dbwiddis](https://github.com/dbwiddis).
3+
* Your contribution here!
64

7-
# 6.4.0 (2022-12-02), 6.4.1 (2023-03-18)
5+
# 6.4.0 (2022-12-02), 6.4.1 (2023-03-18), 6.4.2 (2023-05-02)
86

97
##### New Features
108
* [#2261](https://github.com/oshi/oshi/pull/2261): Add getThreadId, getCurrentThread and getCurrentProcess to OperatingSystem API - [@dbwiddis](https://github.com/dbwiddis).
@@ -19,6 +17,8 @@
1917
[#2318](https://github.com/oshi/oshi/pull/2318): Fix parsing generally and for FreeBSD cpu detection - [@decketron](https://github.com/decketron).
2018
* [#2327](https://github.com/oshi/oshi/pull/2327): Improve Udev exception handling - [@dbwiddis](https://github.com/dbwiddis).
2119
* [#2329](https://github.com/oshi/oshi/pull/2329): Allow using SLF4J 1 in OSGi containers - [@mshabarov](https://github.com/mshabarov).
20+
* [#2361](https://github.com/oshi/oshi/pull/2361): Convert per-process CPU ticks on Apple Silicon to milliseconds - [@dbwiddis](https://github.com/dbwiddis).
21+
* [#2362](https://github.com/oshi/oshi/pull/2362): Make use of Kstat2 configurable - [@dbwiddis](https://github.com/dbwiddis).
2222

2323
# 6.3.0 (2022-10-16), 6.3.1 (2022-10-30), 6.3.2 (2022-11-16)
2424

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Windows • macOS • Linux (Android) • Unix (AIX, FreeBSD, OpenBSD, Solaris)
3131
Downloads and Dependency Management
3232
-----------------------------------
3333
Stable Release Version
34-
* JDK8: [oshi-core-6.4.1](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.1)
35-
* JPMS: [oshi-core-java11-6.4.1](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.1)
34+
* JDK8: [oshi-core-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.2)
35+
* JPMS: [oshi-core-java11-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.2)
3636
* JDK6: [oshi-core-3.14.0](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/3.14.0)
3737

3838
Current Development (SNAPSHOT) downloads
39-
* JDK8: [oshi-core-6.4.2-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.2-SNAPSHOT&e=jar)
40-
* JPMS: [oshi-core-java11-6.4.2-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.2-SNAPSHOT&e=jar)
39+
* JDK8: [oshi-core-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.3-SNAPSHOT&e=jar)
40+
* JPMS: [oshi-core-java11-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.3-SNAPSHOT&e=jar)
4141

4242
Documentation
4343
-------------

src/site/markdown/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Windows • macOS • Linux (Android) • Unix (AIX, FreeBSD, OpenBSD, Solaris)
3131
Downloads and Dependency Management
3232
-----------------------------------
3333
Stable Release Version
34-
* JDK8: [oshi-core-6.4.1](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.1)
35-
* JPMS: [oshi-core-java11-6.4.1](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.1)
34+
* JDK8: [oshi-core-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.2)
35+
* JPMS: [oshi-core-java11-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.2)
3636
* JDK6: [oshi-core-3.14.0](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/3.14.0)
3737

3838
Current Development (SNAPSHOT) downloads
39-
* JDK8: [oshi-core-6.4.2-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.2-SNAPSHOT&e=jar)
40-
* JPMS: [oshi-core-java11-6.4.2-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.2-SNAPSHOT&e=jar)
39+
* JDK8: [oshi-core-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.3-SNAPSHOT&e=jar)
40+
* JPMS: [oshi-core-java11-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.3-SNAPSHOT&e=jar)
4141

4242
Documentation
4343
-------------

0 commit comments

Comments
 (0)