jgallimore opened a new pull request #20:
URL: https://github.com/apache/geronimo-openapi/pull/20


   When an implementation of MicroProfile REST client is available on the 
classpath, the AirlinesAppTest TCK test fails, as the 
`org.eclipse.microprofile.openapi.apps.airlines.resources.PlayerService` bean 
is incorrectly included in the set of endpoints.
   
   Test failure details:
   
   ```
   [ERROR] Failures: 
   [ERROR] 
org.eclipse.microprofile.openapi.tck.AirlinesAppTest.testRestClientNotPickedUp(org.eclipse.microprofile.openapi.tck.AirlinesAppTest)
   [ERROR]   Run 1: 
AirlinesAppTest>Arquillian.run:138->testRestClientNotPickedUp:191 1 expectation 
failed.
   JSON path paths.'/player/{playerId}' doesn't match.
   Expected: null
     Actual: {get={operationId=getPlayerById, 
responses={200={description=default response, 
content={application/json={schema={type=string}}}}, 
default={description=default response, 
content={application/json={schema={type=string}}}}}, 
parameters=[{schema={type=string}, in=path, name=playerId, style=simple, 
required=true}]}}
   
   [ERROR]   Run 2: 
AirlinesAppTest>Arquillian.run:138->testRestClientNotPickedUp:191 1 expectation 
failed.
   JSON path paths.'/player/{playerId}' doesn't match.
   Expected: null
     Actual: {get={operationId=getPlayerById, 
responses={200={description=default response, 
content={application/json={schema={type=string}}}}, 
default={description=default response, 
content={application/json={schema={type=string}}}}}, 
parameters=[{schema={type=string}, in=path, name=playerId, style=simple, 
required=true}]}}
   
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to