Narayana OpenShift tools - parent

Tooling for Narayana transaction manager integration to OpenShift deployments

License

License

Categories

Categories

Narayana Application Layer Libs Distributed Transactions OpenShift Container PaaS Providers
GroupId

GroupId

io.narayana
ArtifactId

ArtifactId

narayana-openshift-tools-parent
Last Version

Last Version

1.1.4.Final
Release Date

Release Date

Type

Type

pom
Description

Description

Narayana OpenShift tools - parent
Tooling for Narayana transaction manager integration to OpenShift deployments
Project URL

Project URL

https://github.com/jbosstm/narayana-openshift-tools
Source Code Management

Source Code Management

https://github.com/jbosstm/narayana-openshift-tools

Download narayana-openshift-tools-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.narayana/narayana-openshift-tools-parent/ -->
<dependency>
    <groupId>io.narayana</groupId>
    <artifactId>narayana-openshift-tools-parent</artifactId>
    <version>1.1.4.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.narayana/narayana-openshift-tools-parent/
implementation 'io.narayana:narayana-openshift-tools-parent:1.1.4.Final'
// https://jarcasting.com/artifacts/io.narayana/narayana-openshift-tools-parent/
implementation ("io.narayana:narayana-openshift-tools-parent:1.1.4.Final")
'io.narayana:narayana-openshift-tools-parent:pom:1.1.4.Final'
<dependency org="io.narayana" name="narayana-openshift-tools-parent" rev="1.1.4.Final">
  <artifact name="narayana-openshift-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.narayana', module='narayana-openshift-tools-parent', version='1.1.4.Final')
)
libraryDependencies += "io.narayana" % "narayana-openshift-tools-parent" % "1.1.4.Final"
[io.narayana/narayana-openshift-tools-parent "1.1.4.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • txn-recovery-marker-jdbc-common
  • txn-recovery-marker-jdbc-hibernate5
  • txn-recovery-marker-jdbc-hibernate4

Narayana OpenShift tools

This repository contains tools used for integration of the Narayana transaction manager to OpenShift environment.

Content

txn-recovery-marker-jdbc-hibernate4, txn-recovery-marker-jdbc-hibernate5, txn-recovery-marker-jdbc-common

Saving a simple marker, designed to determine a running transaction recovery pod, to database. We need a different versions for Hibernate 4 and Hibernate 5 as those versions are not well compatible. Hibernate is used as it abstracts us from different database vendors as saving the marker data has to be running on whatever database the JBoss EAP is ready to run with.

How to release

Release is performed to JBoss Nexus and you need to have credentials for it. The JBoss Nexus respository can be found at https://repository.jboss.org/nexus/.

Credentials for release needs to be setup in the ~/.m2/settings.xml where you link the repository id jboss-releases-repository with the username/password.

<server>
    <id>jboss-releases-repository</id>
    <username>[username]</username>
    <password>[password for jboss nexus connection]</password>
</server>

As the next step run the mvn release and proceed standard steps (see details e.g. at http://maven.apache.org/maven-release/maven-release-plugin/usage.html) while there is used nexus staging plugin for this purpose.

  • git checkout master; git fetch upstream master; git rebase upstream/master; git push upstream master

  • mvn javadoc:javadoc - verification that there won’t be any javadoc errors during release:perform

  • mvn release:clean

  • mvn release:prepare

  • mvn release:perform

if you want to just check if runs fine mvn release:prepare -DdryRun=true

io.narayana

Versions

Version
1.1.4.Final
1.1.3.Final
1.1.2.Final
1.1.1.Final
1.0.7.Final
1.0.5.Final
1.0.4.Final
1.0.3.Final
1.0.2.Final
1.0.1.Final
1.0.0.Final