You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/11 15:10:03 UTC

[jira] [Work logged] (TOMEE-2502) Fixes Eclipse Microprofile-Open-API when it reads Application.

     [ https://issues.apache.org/jira/browse/TOMEE-2502?focusedWorklogId=594557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-594557 ]

ASF GitHub Bot logged work on TOMEE-2502:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/May/21 15:09
            Start Date: 11/May/21 15:09
    Worklog Time Spent: 10m 
      Work Description: dblevins closed pull request #467:
URL: https://github.com/apache/tomee/pull/467


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 594557)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: Otávio Santana
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 = "otavio@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
(v8.3.4#803005)