https://github.com/ballerina-platform/module-ballerinai-transaction
Ballerina internal module of transaction implementation
https://github.com/ballerina-platform/module-ballerinai-transaction
ballerina transaction
Last synced: 2 months ago
JSON representation
Ballerina internal module of transaction implementation
- Host: GitHub
- URL: https://github.com/ballerina-platform/module-ballerinai-transaction
- Owner: ballerina-platform
- License: apache-2.0
- Created: 2020-09-22T16:40:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T07:03:07.000Z (5 months ago)
- Last Synced: 2025-06-19T05:16:27.534Z (4 months ago)
- Topics: ballerina, transaction
- Language: Ballerina
- Homepage: https://ballerina.io/
- Size: 1.31 MB
- Stars: 110
- Watchers: 68
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Ballerina Transaction Internal Module
=====================================[](https://github.com/ballerina-platform/module-ballerinai-transaction/actions/workflows/build-timestamped-master.yml)
[](https://github.com/ballerina-platform/module-ballerinai-transaction/commits/master)
[](https://github.com/ballerina-platform/module-ballerinai-transaction/issues)
[](https://opensource.org/licenses/Apache-2.0)
[](https://codecov.io/gh/ballerina-platform/module-ballerinai-transaction)
[](https://github.com/ballerina-platform/module-ballerinai-transaction/actions/workflows/build-with-bal-test-graalvm.yml)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 21 (from one of the following locations).
* [Oracle](https://www.oracle.com/java/technologies/downloads/)
* [OpenJDK](http://openjdk.java.net/install/index.html)2. Export Github Personal access token with read package permissions as follows,
export packageUser=
export packagePAT=### Building the Source
Execute the commands below to build from the source.
1. To build the library:
./gradlew clean build2. 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=
## Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).
## Code of Conduct
All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).
## Useful Links
* Discuss about code changes of the Ballerina project in [ballerina-dev@googlegroups.com](mailto:ballerina-dev@googlegroups.com).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.