Skip to content

ksmpartners/quarkus-domino-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Domino Data Lab Client

Maven License Java CI with Maven Quarkus

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.

Usage

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

Release

  • 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.)

License

Licensed under the MIT license.

SPDX-License-Identifier: MIT

Copyright

Domino and Domino Data Lab are © 2023 Domino Data Lab, Inc. Made in San Francisco.