[
https://issues.jboss.org/browse/JBTM-3205?page=com.atlassian.jira.plugin....
]
Matej Kralik updated JBTM-3205:
-------------------------------
Description:
I created this enhancement for tracking all issues for Spring Boot + JAX-RS application.
{code:xml}
...
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
...
<dependencies>
<!-- JAX-RS -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jersey</artifactId>
</dependency>
...
</dependencies>
...
{code}
was:
I created this enhancement for tracking all issues with Spring Boot + JAX-RS application.
{code:xml}
...
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
...
<dependencies>
<!-- JAX-RS -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jersey</artifactId>
</dependency>
...
</dependencies>
...
{code}
Spring Boot + JAX-RS support
----------------------------
Key: JBTM-3205
URL:
https://issues.jboss.org/browse/JBTM-3205
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: LRA
Reporter: Matej Kralik
Assignee: Michael Musgrove
Priority: Major
I created this enhancement for tracking all issues for Spring Boot + JAX-RS application.
{code:xml}
...
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
...
<dependencies>
<!-- JAX-RS -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jersey</artifactId>
</dependency>
...
</dependencies>
...
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)