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:00 UTC

[jira] [Work logged] (TOMEE-2289) MicroProfile OpenAPI Example

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

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

                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 #340:
URL: https://github.com/apache/tomee/pull/340


   


-- 
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: 594555)
    Remaining Estimate: 0h
            Time Spent: 10m

> MicroProfile OpenAPI Example
> ----------------------------
>
>                 Key: TOMEE-2289
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2289
>             Project: TomEE
>          Issue Type: Sub-task
>          Components: Examples and Documentation
>    Affects Versions: 8.0.0-M1
>            Reporter: Ivan Junckes Filho
>            Assignee: Ivan Junckes Filho
>            Priority: Minor
>              Labels: examples, pull-request-available
>             Fix For: 8.0.7
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We would like to write an example for MicroProfile OpenApi.
> Here is the MicroProfile specification url:
> [https://download.eclipse.org/microprofile/microprofile-open-api-1.0.1/microprofile-openapi-spec.html]
> Fork / clone the TomEE project from here:
> [https://github.com/apache/tomee]
> Example name should be _mp-openapi_, following the standard already in the project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of Microprofile Metrics for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
>  
> What you have to do is:
> 1 - Create a JAX-RS endpoint with some methods (Using the same domain from metrics - WeatherService would be good)
> 2 - Annotate with OpenApi annotations
> 3 - Write a test to assert the response in JSON and YAML
> 4 - Make sure all the tests pass
> After that submit a PR and we'll review it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)