Domino Data Lab Quarkus extension is a library that wraps the Domino Java Client for interacting with Domino. This extension allows for GraalVM native compilation of the required code to build native applications.
The library is available on Maven Central for use in Maven/Gradle/Ivy etc.
Apache Maven:
<dependency>
<groupId>com.ksmpartners</groupId>
<artifactId>quarkus-domino-client</artifactId>
<version>${domino.version}</version>
</dependency>
Gradle:
implementation group: 'com.ksmpartners', name: 'quarkus-domino-client', version: '${domino.version}'
For more information see: Domino Java Client
- Run
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=5.5.1
to update all modules versions - Commit and push the changes to GitHub
- In GitHub create a new release titled
5.5.1
to tag this release - Run
mvn clean deploy -Prelease
to push to Maven Central
(Replace 5.5.1
in the steps above with the actual SEMVER release number.)
Licensed under the MIT license.
SPDX-License-Identifier: MIT
Domino and Domino Data Lab are © 2023 Domino Data Lab, Inc. Made in San Francisco.