Otavio Goncalves de Santana created TOMEE-2502:
--------------------------------------------------

             Summary: Fixes  Eclipse Microprofile-Open-API when it reads 
Application.
                 Key: TOMEE-2502
                 URL: https://issues.apache.org/jira/browse/TOMEE-2502
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 8.0.0-M2
            Reporter: Otavio Goncalves de Santana


This PR fixes the Eclipse Microprofile Open-API.
 Briefly, at the current version, TomEE does not read information from the 
`Application` class that has Open-API annotation.

 
{code:java}

 @ApplicationPath("api")
 @OpenAPIDefinition(info = @Info(
 title = "Example application",
 version = "1.0.0",
 contact = @Contact(
 name = "Otavio",
 email = "ota...@otavio.com",
 url = "http://www.otaviojava.com.br";)
 ),
 servers =
{ @Server(url = "/example", description = "localhost") }
)
 public class MVCApplication extends Application {
 }
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to