Releases: Labs64/NetLicensingClient-java
2.9.6
2.9.5
2.9.4
2.9.3
Changelog:
- upgrade ph-xmldsig library to v4.4.2
- fix CVE-2020-26939 - Upgrade org.bouncycastle:bcprov-jdk15on to version 1.61 or higher
- fix CVE-2019-12400 - XML External Entity (XXE) Injection / Upgrade org.apache.santuario:xmlsec to version 2.1.4 or higher
- Migrate CI from Travis to GitHub Actions
- Introduce code style plugins (CheckStyle, SpotBugs, PMD)
2.9.2
Changelog:
- Mitigate Apache Log4j remote code execution vulnerability - Log4Shell (Security Vulnerabilities CVE-2021-44228, CVE-2021-45046, and CVE-2021-45105 )
- Upgrade log4j library v2.17.0 #7
2.8.2
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Quick Start
The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.
Maven:
<dependencies>
<dependency>
<groupId>com.labs64.netlicensing</groupId>
<artifactId>netlicensing-client</artifactId>
<version>2.8.2</version>
</dependency>
</dependencies>Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.8.2'
}OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.8.2"
2.5.8
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Quick Start
The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.
Maven:
<dependencies>
<dependency>
<groupId>com.labs64.netlicensing</groupId>
<artifactId>netlicensing-client</artifactId>
<version>2.5.8</version>
</dependency>
</dependencies>Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.5.8'
}OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.8"
2.5.7
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Quick Start
The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.
Maven:
<dependencies>
<dependency>
<groupId>com.labs64.netlicensing</groupId>
<artifactId>netlicensing-client</artifactId>
<version>2.5.7</version>
</dependency>
</dependencies>Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.5.7'
}OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.7"
2.5.6
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Quick Start
The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.
Maven:
<dependencies>
<dependency>
<groupId>com.labs64.netlicensing</groupId>
<artifactId>netlicensing-client</artifactId>
<version>2.5.6</version>
</dependency>
</dependencies>Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.5.6'
}OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.6"
2.5.0
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Quick Start
The recommended way to get started using netlicensing-client in your project is with a dependency management system – the Maven snippet below can be copied and pasted into your build.
Maven:
<dependencies>
<dependency>
<groupId>com.labs64.netlicensing</groupId>
<artifactId>netlicensing-client</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.5.0'
}OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.5.0"