You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Ivan Junckes Filho (JIRA)" <ji...@apache.org> on 2018/11/23 12:33:00 UTC

[jira] [Updated] (TOMEE-2289) OpenApi Microprofile Example

     [ https://issues.apache.org/jira/browse/TOMEE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Junckes Filho updated TOMEE-2289:
--------------------------------------
    Description: 
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

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.

  was:
We would like to have 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

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.


> OpenApi Microprofile Example
> ----------------------------
>
>                 Key: TOMEE-2289
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2289
>             Project: TomEE
>          Issue Type: Sub-task
>            Reporter: Ivan Junckes Filho
>            Priority: Minor
>
> 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
> 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
(v7.6.3#76005)