/module-ballerinai-transaction

Ballerina internal module of transaction implementation

Primary LanguageBallerinaApache License 2.0Apache-2.0

Ballerina Transaction Internal Module

Build GitHub Last Commit Github issues License codecov

The transaction internal module is a dependency module which required for Ballerina transactions. This internal module is depend on a few other ballerina std-libs such as http, io, config and system.

Building from the Source

Setting Up the Prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).

  2. Export Github Personal access token with read package permissions as follows,

     export packageUser=<Username>
     export packagePAT=<Personal access token>
    

Building the Source

Execute the commands below to build from the source.

  1. To build the library:

     ./gradlew clean build
    
  2. To run the integration tests:

     ./gradlew clean test
    
  3. To build the module without tests:

     ./gradlew clean build -x test
    
  4. To debug the tests:

     ./gradlew clean build -Pdebug=<port>
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, go to the contribution guidelines.

Code of Conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful Links