diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc789e0d22..5c1fe79f522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ 3.6.0 (in progress) ================ +* Your contribution here. + +3.6.0 (6/20/2018) +================ * [#489](https://github.com/oshi/oshi/pull/489): Switch from WMI to native methods for most Windows Process data. - [@dbwiddis](https://github.com/dbwiddis). * [#501](https://github.com/oshi/oshi/pull/501): Added HWDiskStore.updateDiskStats. - [@cjbrowne](https://github.com/cjbrowne). * [#503](https://github.com/oshi/oshi/pull/503): Expose memory page size to API. - [@dbwiddis](https://github.com/dbwiddis). @@ -7,7 +11,6 @@ * [#508](https://github.com/oshi/oshi/pull/508): Replace WMI with (faster) registry data for Windows Processes. - [@dbwiddis](https://github.com/dbwiddis). * [#509](https://github.com/oshi/oshi/pull/509): Add pages swapped in/out to paging/swap file. - [@dbwiddis](https://github.com/dbwiddis). * [#518](https://github.com/oshi/oshi/pull/518): Add OS bitness. - [@dbwiddis](https://github.com/dbwiddis). -* Your contribution here. 3.5.0 (4/15/18) ================ diff --git a/README.md b/README.md index d555915daae..3bd846c9dc6 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Downloads --------- | Stable Release Version | Current Development Version | Dependencies | | ------------- | ------------- | ------------- | -| [oshi-core-3.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.5.0&e=jar) | [oshi-core-3.6.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.6.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna) • [SLF4J](http://www.slf4j.org/) • [threetenbp](http://www.threeten.org/threetenbp/) | -| [oshi-json-3.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.5.0&e=jar) | [oshi-json-3.6.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.6.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) | +| [oshi-core-3.6.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.6.0&e=jar) | [oshi-core-3.7.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.7.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna) • [SLF4J](http://www.slf4j.org/) • [threetenbp](http://www.threeten.org/threetenbp/) | +| [oshi-json-3.6.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.6.0&e=jar) | [oshi-json-3.7.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.7.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) | Projects using OSHI ------------------- diff --git a/src/site/markdown/README.md b/src/site/markdown/README.md index 7f1615de257..7f8d08bd83b 100644 --- a/src/site/markdown/README.md +++ b/src/site/markdown/README.md @@ -2,16 +2,18 @@ [![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.oshi/oshi-core/badge.svg)](http://search.maven.org/#search|ga|1|com.github.oshi) [![Build Status](https://travis-ci.org/oshi/oshi.svg)](https://travis-ci.org/oshi/oshi) -[![SonarQube Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) [![Coverage Status](https://coveralls.io/repos/github/oshi/oshi/badge.svg?branch=master)](https://coveralls.io/github/oshi/oshi?branch=master) [![codecov.io](https://codecov.io/github/oshi/oshi/coverage.svg?branch=master)](https://codecov.io/github/oshi/oshi?branch=master) [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/9332.svg)](https://scan.coverity.com/projects/dblock-oshi) [![Codacy Grade](https://api.codacy.com/project/badge/Grade/5370178ae91d4f56b43de2f26f7c5e7a)](https://www.codacy.com/app/widdis/oshi?utm_source=github.com&utm_medium=referral&utm_content=oshi/oshi&utm_campaign=Badge_Grade) -[![Dependency Status](https://www.versioneye.com/user/projects/58baedff01b5b7003d62096a/badge.svg)](https://www.versioneye.com/user/projects/58baedff01b5b7003d62096a) -[![References](https://www.versioneye.com/java/com.github.dblock:oshi-core/reference_badge.svg?style=flat-square)](https://www.versioneye.com/java/com.github.dblock:oshi-core/references) [![Eclipse Public License](http://img.shields.io/badge/license-Eclipse-blue.svg)](https://www.eclipse.org/legal/epl-v10.html) [![Join the chat at https://gitter.im/oshi/oshi](https://badges.gitter.im/oshi/oshi.svg)](https://gitter.im/oshi/oshi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Project Stats](https://www.openhub.net/p/oshi/widgets/project_thin_badge.gif)](https://www.openhub.net/p/oshi?ref=github) +[![SonarQube Bugs](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=bugs)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) +[![SonarQube Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) +[![SonarQube Maintainability](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) +[![SonarQube Reliability](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) +[![SonarQube Security](https://sonarcloud.io/api/project_badges/measure?project=com.github.oshi%3Aoshi-parent&metric=security_rating)](https://sonarcloud.io/dashboard?id=com.github.oshi%3Aoshi-parent) OSHI is a free JNA-based (native) Operating System and Hardware Information library for Java. It doesn't require the installation of any additional native libraries and aims to provide a @@ -21,6 +23,12 @@ memory & CPU usage, disks & partitions, devices, sensors, etc. OSHI provides lightweight Java objects to enable the core functionality in the `oshi-core` module, and extends that with flexible, configurable JSON-formatted data in the `oshi-json` module. +Essentials +---------- +* [Find OSHI on Maven Central](http://search.maven.org/#search|ga|1|com.github.oshi) +* [FAQ](https://github.com/oshi/oshi/blob/master/FAQ.md) • [API](http://oshi.github.io/oshi/apidocs/) • [Site](http://oshi.github.io/oshi/) +* [Upgrading from an earlier version?](https://github.com/oshi/oshi/blob/master/UPGRADING.md) + Supported platforms --------------------------- Windows • Linux • Mac OS X • Unix (Solaris, FreeBSD) @@ -42,18 +50,12 @@ Supported features * USB Devices * Sensors (temperature, fan speeds, voltage) -Essentials ----------- -* [Find OSHI on Maven Central](http://search.maven.org/#search|ga|1|com.github.oshi) -* [FAQ](https://github.com/oshi/oshi/blob/master/FAQ.md) • [API](http://oshi.github.io/oshi/apidocs/) • [Site](http://oshi.github.io/oshi/) -* [Upgrading from an earlier version?](https://github.com/oshi/oshi/blob/master/UPGRADING.md) - Downloads --------- | Stable Release Version | Current Development Version | Dependencies | | ------------- | ------------- | ------------- | -| [oshi-core-3.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.5.0&e=jar) | [oshi-core-3.6.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.6.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna) • [SLF4J](http://www.slf4j.org/) • [threetenbp](http://www.threeten.org/threetenbp/) | -| [oshi-json-3.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.5.0&e=jar) | [oshi-json-3.6.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.6.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) | +| [oshi-core-3.6.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.6.0&e=jar) | [oshi-core-3.7.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.7.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna) • [SLF4J](http://www.slf4j.org/) • [threetenbp](http://www.threeten.org/threetenbp/) | +| [oshi-json-3.6.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.6.0&e=jar) | [oshi-json-3.7.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.7.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) | Projects using OSHI ------------------- @@ -63,6 +65,9 @@ Projects using OSHI * [UniversalMediaServer](https://github.com/UniversalMediaServer/UniversalMediaServer) * [Dagr](https://github.com/fulcrumgenomics/dagr) * [sys-API](https://github.com/Krillsson/sys-API) +* [NexCapMAT](http://www.nexess-solutions.com/fr/produits/application-nexcap-mat/) +* [360Suite](https://360suite.io/) +* [Stefan's OS](https://BotCompany.de/) Output -------------