Releases: verhas/License3j
3.2.0
2.0.1 bouncy castle dep update to 1.60
Boncy castle depdency was updated to 1.60
3.1.5 bugfix release
This release fixes a bug that prevented the use of string features read from textual format that contained :
character.
3.1.4 bug fix release
This release fixes a bug that prevented reading licenses on some OS-es. It is recommended to upgrade this version. I do not really understand how this bug did not render the application unusable on other systems.
3.1.3 JVM8 compatible release
New method to get all the features from a license as an immutable map indexed by the names of the features.
Compilation is using jbel to generate JVM8 compatible code.
Eliminated JDK 9+ calls to be JDK8 compatible.
3.1.2
3.1.1
This release fixes time zone handling bug when converting a date to a text or the other way around. In prior versions in the 3.X.X releases (3.X.X < 3.1.1) it was done using the local time zone. From this version, it is done using UTC? and that way DATE
values in the features are time zone independent
3.1.0
3.0.2
This release fixes the bug when the algorithm generating the key specifies the full cipher transformation. Without this, the actual padding is up to the implementation and in some cases when the classpath contains extra implementations the extra implementation gets into play decoding the license and it may not be compatible with that of the ORACLE implementation. If the full cipher is specified then the implementations should be compatible.