microBean Narayana JTA OpenWebBeans Integration

OpenWebBeans 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-openwebbeans
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

microBean
Source Code Management

Source Code Management

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

Download microbean-narayana-jta-openwebbeans

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.openwebbeans : openwebbeans-ee jar 2.0.8
org.jboss.narayana.jta : jta jar 5.9.2.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 (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

microBean Narayana JTA OpenWebBeans Integration

Build Status Maven Central

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

Installation

To install the microBean Narayana JTA OpenWebBeans 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-openwebbeans</artifactId>
  <!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-openwebbeans%22 for available releases. -->
  <version>0.1.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.1.1
0.1.0