This release introduces the following changes:
- We dropped commons-codec and replaced with a built in library in Java 8. Java 7, which is deprecated, required this dependency.
- GetMachineCode is cross platform when called with v=3. Calling with v=2 will use the older version that did not include Mac and Linux.
- oshi-core is optional. To avoid it, you can just call GetMachineCode with v=2 (Win) or v=3(Win+Mac+Linux).
- If you use oshi-core, we upgraded it to a newer version to fix issues on newer platforms.
- Introduced ExtendLicense method.
The package can be installed using Maven Central as per instructions on this page: https://central.sonatype.com/artifact/io.cryptolens/cryptolens/overview. This release includes a jar file as well.
Thanks to @sbraconnier, @sergey-oplavin and @stokpop.