microBean Narayana JTA CDI Integration

CDI Integration for the Narayana JTA-compliant transaction engine.

License

License

Categories

Categories

Narayana Application Layer Libs Distributed Transactions
GroupId

GroupId

org.microbean
ArtifactId

ArtifactId

microbean-narayana-jta-cdi
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

microBean Narayana JTA CDI Integration
CDI Integration for the Narayana JTA-compliant transaction engine.
Project URL

Project URL

https://microbean.github.io/microbean-narayana-jta-cdi
Project Organization

Project Organization

microBean
Source Code Management

Source Code Management

https://github.com/microbean/microbean-narayana-jta-cdi/

Download microbean-narayana-jta-cdi

How to add to project

<!-- https://jarcasting.com/artifacts/org.microbean/microbean-narayana-jta-cdi/ -->
<dependency>
    <groupId>org.microbean</groupId>
    <artifactId>microbean-narayana-jta-cdi</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microbean/microbean-narayana-jta-cdi/
implementation 'org.microbean:microbean-narayana-jta-cdi:0.3.0'
// https://jarcasting.com/artifacts/org.microbean/microbean-narayana-jta-cdi/
implementation ("org.microbean:microbean-narayana-jta-cdi:0.3.0")
'org.microbean:microbean-narayana-jta-cdi:jar:0.3.0'
<dependency org="org.microbean" name="microbean-narayana-jta-cdi" rev="0.3.0">
  <artifact name="microbean-narayana-jta-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microbean', module='microbean-narayana-jta-cdi', version='0.3.0')
)
libraryDependencies += "org.microbean" % "microbean-narayana-jta-cdi" % "0.3.0"
[org.microbean/microbean-narayana-jta-cdi "0.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jboss.narayana.jta : cdi jar 5.9.2.Final
org.jboss : jboss-transaction-spi jar 7.6.0.Final

provided (2)

Group / Artifact Type Version
javax.transaction : javax.transaction-api jar 1.2
org.microbean : microbean-base-specification pom 0.4.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.microbean : microbean-weld-se-environment pom 0.5.3

Project Modules

There are no modules declared in this project.

microBean Narayana JTA CDI Integration

Build Status Maven Central

The microBean Narayana JTA CDI Integration project integrates the Narayana transaction engine into CDI 2.0 SE environments.

Installation

To install the microBean Narayana JTA CDI Integration project, ensure that it and its dependencies are present on the classpath at runtime. In Maven, your dependency stanza should look like this:

<dependency>
  <groupId>org.microbean</groupId>
  <artifactId>microbean-narayana-jta-cdi</artifactId>
  <!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-cdi%22 for available releases. -->
  <version>0.3.0</version>
  <type>jar</type>
  <scope>runtime</scope>
</dependency>

Releases are available in Maven Central. Snapshots are available in Sonatype Snapshots.

org.microbean

microBean™

At the intersection of Java, Kubernetes and the enterprise.

Versions

Version
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1