Daniel Widdis
Daniel Widdis
Hey @sreenath-tm great to hear you are interested. We'd love your contribution here. First, take a look at any PR. If you scroll to the bottom you will see the...
@sreenath-tm actually there are two problems called out in the description. My answer above addressed the second point. For the first point, we'd like to test for missing javadocs much...
Releasing oshi 2.1.1 as we speak and it now has json output.
Any chance this can be reviewed and either approved or rejected with a reason for those of us who would like this functionality?
This project is presently impossible to include in a Java 9+ project using JPMS. In order to include it, one has to enter a `requires modluename` in their `module-info` file....
Any chance you can look into merging #40? Presently the lack of a legal module name is a blocker for using code-assert with JDK 9+.
Thanks! Before you release I hope you can test with `mvn jar:jar` and inspect the `META-INF/MANIFEST.MF` file to make sure the auto name got added. If not I might need...
FYI, I have been struggling to include code-assert in a modular build. There are two unique issues: - There is a transitive dependency (via pmd) to `javacc` which is incompatible:...
> Is Windows different? Windows has the additional complication of processor groups, which complicate the node numbering. You can have processor numbers 0-63 on group 0, and 0-63 on group...
> Although it's hard to find all possible value of the detected CPU architecture value of JDK They're in this macro (focused on where the JDK produces `amd64`): https://github.com/openjdk/jdk/blob/bddef7151849a213926ffdd86a7e228db66606b1/make/autoconf/platform.m4#L475-L484