Narayana OpenShift tools - parent

Tooling for Narayana transaction manager integration to OpenShift deployments

Лицензия

Лицензия

Категории

Категории

Narayana Библиотеки уровня приложения Distributed Transactions OpenShift Контейнер PaaS Providers
Группа

Группа

io.narayana
Идентификатор

Идентификатор

narayana-openshift-tools-parent
Последняя версия

Последняя версия

1.1.4.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

Narayana OpenShift tools - parent
Tooling for Narayana transaction manager integration to OpenShift deployments
Ссылка на сайт

Ссылка на сайт

https://github.com/jbosstm/narayana-openshift-tools
Система контроля версий

Система контроля версий

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

Скачать narayana-openshift-tools-parent

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
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