Skip to content

Releases: verhas/License3j

3.2.0

17 Oct 16:58
Compare
Choose a tag to compare

introducing support for cloud identification

2.0.1 bouncy castle dep update to 1.60

16 Sep 03:14
Compare
Choose a tag to compare

Boncy castle depdency was updated to 1.60

3.1.5 bugfix release

23 Feb 12:42
Compare
Choose a tag to compare

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

04 Feb 15:18
Compare
Choose a tag to compare

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

07 Oct 18:11
Compare
Choose a tag to compare

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

20 May 11:54
Compare
Choose a tag to compare

Same as 3.1.1
This is a technical release needed to make it possible for the JVM8 release to follow the numbering of the main release numbering.

3.1.1

20 May 09:25
Compare
Choose a tag to compare

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

27 Apr 19:48
Compare
Choose a tag to compare

First release without the Repl functionality, which is available separately

3.0.2

14 Feb 12:45
Compare
Choose a tag to compare

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.

3.0.1

22 Jan 09:02
Compare
Choose a tag to compare

Bugfix release.

  • REPL commands are case insensitive instead of full lower case
  • NPE in revocable list fixed
  • build inconsistencies fixed