[
https://issues.jboss.org/browse/JBTM-2634?page=com.atlassian.jira.plugin....
]
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)