Releases: Labs64/NetLicensingClient-java
2.10.1-jdk17
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Added RECURRING_PAYMENT transaction type
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.10.1-jdk17</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.10.1-jdk17'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.10.1-jdk17"
What's Changed
- Recurring Payments by @v-rudkovskiy in #52
Full Changelog: 2.10.0-jdk17...2.10.1-jdk17
2.10.1
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Added RECURRING_PAYMENT transaction type
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.10.1</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.10.1'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.10.1"
What's Changed
- Recurring Payments by @v-rudkovskiy in #52
Full Changelog: 2.10.0...2.10.1
2.10.0-jdk17
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Upgraded to Jakarta 10
- Added support for bundles in shop token
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.10.0-jdk17</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.10.0-jdk17'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.10.0-jdk17"
2.10.0
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Upgraded to Jakarta 10
- Added support for bundles in shop token
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.10.0</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.10.0'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.10.0"
What's Changed
- Upgrade to Jakarta 10 by @kkorotkov in #48
- Fix CI by @kkorotkov in #51
- NLIC-2444: Extend shop token for bundle acquisition by @v-rudkovskiy in #50
Full Changelog: 2.9.8-jdk17...2.10.0-jdk17
2.9.8 / JDK 17
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Packages grouping in a license bundle
- Minor improvements
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.9.8-jdk17</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.9.8-jdk17'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.9.8-jdk17"
2.9.8
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Packages grouping in a license bundle
- Minor improvements
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.9.8</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.9.8'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.9.8"
2.9.7 / JDK 17
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Support of Warning Level change notifications
- Update dependencies to address known vulnerabilities
- Client release for Java11 and Java17
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.9.7-jdk17</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.9.7-jdk17'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.9.7-jdk17"
2.9.7
Java wrapper for Labs64 NetLicensing RESTful API
Visit Labs64 NetLicensing at https://netlicensing.io
Changelog
- Support of Warning Level change notifications
- Update dependencies to address known vulnerabilities
- Client release for Java11 and Java17
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.9.7</version>
</dependency>
</dependencies>
Gradle:
dependencies {
compile 'com.labs64.netlicensing:netlicensing-client:2.9.7'
}
OSGi:
Require-Bundle: com.labs64.netlicensing.client;bundle-version="2.9.7"