[jbossts-issues] [JBoss JIRA] (JBTM-2634) Create Narayana Spring Boot starter quickstart

Amos Feng (JIRA) issues at jboss.org
Wed Apr 27 23:13:00 EDT 2016


    [ https://issues.jboss.org/browse/JBTM-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198135#comment-13198135 ] 

Amos Feng commented on JBTM-2634:
---------------------------------

It needs to add the spring milestone repository

{code}
<repositories>
    <repository>
          <id>spring-milestone</id>
           <name>Spring Milestone Repository</name>
           <url>https://repo.spring.io/milestone</url>
     </repository>
 </repositories>
 <pluginRepositories>
    <pluginRepository>
           <id>spring-milestone</id>
           <name>Spring Milestone Repository</name>
           <url>https://repo.spring.io/milestone</url>
    </pluginRepository>
</pluginRepositories>
{code}

> Create Narayana Spring Boot starter quickstart
> ----------------------------------------------
>
>                 Key: JBTM-2634
>                 URL: https://issues.jboss.org/browse/JBTM-2634
>             Project: JBoss Transaction Manager
>          Issue Type: Sub-task
>          Components: Demonstrator, JTA
>            Reporter: Gytis Trikleris
>            Assignee: Gytis Trikleris
>             Fix For: 5.next
>
>
> Create a demonstrator application for Narayana Spring Boot starter before raising pull request to Spring. This would allow to make a better review of the Narayana Spring Boot integration on the forum.
> Quickstart should have a simple example of JTA and crash recovery.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list