Feature | YAVIJAVA Version Availability | Supported vSphere Versions |
---|---|---|
Logging using log4j framework | ALL | 4+ |
Easily build jar files using gradle | ALL | 4+ |
Reset Alarms from red to Green | 5.5.07+ | 4+ |
Ability to provide custom HTTP clients | ALL | 4+ |
Full support for vSphere 6.0 | 6.0.01+ | 4+ |
Basic Java Doc support | ALL (constantly in progress) | 4+ |
<dependency> <groupId>com.toastcoders</groupId> <artifactId>yavijava</artifactId> <version>VERSION</version> </dependency>Where VERSION is the actual numbered version you want to use.
compile 'com.toastcoders:yavijava:VERSION'Again making sure where VERSION is the actual numbered version you want to use.
For Linux: ./gradlew build For Windows: gradlew.bat buildA JDK is required to build the jar, but gradle is not. The jar will be built with Java 1.6 compatibility.
Development of YAVIJAVA is done using a copy of IntelliJ Idea generously provided by JetBrains