Commit e38c5e7 1 parent 709bb16 commit e38c5e7 Copy full SHA for e38c5e7
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
[ ![ 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 )
15
15
[ ![ 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 )
16
16
[ ![ Code Quality: Java] ( https://img.shields.io/lgtm/grade/java/g/oshi/oshi.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/oshi/oshi/context:java )
17
- [ ![ LGTM Stats] ( https://www.openhub.net/p/oshi/widgets/project_thin_badge.gif )] ( https://www.openhub.net/p/oshi?ref=github )
17
+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/oshi/oshi/badge )] ( https://www.codefactor.io/repository/github/oshi/oshi )
18
+ [ ![ Openhub Stats] ( https://www.openhub.net/p/oshi/widgets/project_thin_badge.gif )] ( https://www.openhub.net/p/oshi?ref=github )
18
19
[ ![ first-timers-only] ( https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square )] ( https://www.firsttimersonly.com/ )
19
20
[ ![ 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 )
20
21
Original file line number Diff line number Diff line change 3
3
4
4
OSHI 4.0 requires minimum Java 8 compatibility.
5
5
6
- The ` oshi-json ` artifact has been completely removed. It is trivial to obtain
7
- JSON output using [ Jackson's ObjectMapper] (http://www.mkyong.com/java/
8
- jackson-2-convert-java-object-to-from-json/).
6
+ The ` oshi-json ` artifact has been completely removed. It is trivial to obtain JSON output using the
7
+ [ Jackson ObjectMapper] ( http://www.mkyong.com/java/jackson-2-convert-java-object-to-from-json/ ) .
9
8
10
9
There is a new ` oshi-demo ` artifact which will contain many "how to" classes
11
10
to demonstrate OSHI's capabilities and integration with other libraries.
You can’t perform that action at this time.
0 commit comments