surface (fix): Support Scala 3 opaque type aliases with type args #5348
Annotations
8 errors
Scala 2.12 test
Process completed with exit code 1.
|
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/OpenAPIDefaultValueTest.scala#L43
openapi: '3.0.3'
info:
title: API
version: '0.1'
paths:
/wvlet.airframe.http.openapi.OpenAPIDefaultValueTest.TestApi/query:
post:
summary: query
description: query
operationId: query
requestBody:
content:
application/json:
schema: 'Schema(object,None,None,None,Some(Vector(q)),Some(Map(q -> SchemaRef(#/components/schemas/TestApi.QueryRequest))),None,None,None,None)'
application/x-msgpack:
schema: 'Schema(object,None,None,None,Some(Vector(q)),Some(Map(q -> SchemaRef(#/components/schemas/TestApi.QueryRequest))),None,None,None,None)'
required: true
responses:
'200':
description: 'RPC response'
content:
application/json:
schema: 'Schema(string,None,None,None,None,None,None,None,None,None)'
application/x-msgpack:
schema: 'Schema(string,None,None,None,None,None,None,None,None,None)'
'400':
$ref: '#/components/responses/400'
'500':
$ref: '#/components/responses/500'
'503':
$ref: '#/components/responses/503'
tags:
- TestApi
components:
schemas:
TestApi.QueryRequest: 'Schema(object,None,None,None,Some(Vector(p2)),Some(ListMap(p1 -> Schema(number,Some(0.1),Some(double),None,None,None,None,None,None,None), p2 -> Schema(integer,None,Some(int32),None,None,None,None,None,None,None), p3 -> Schema(integer,None,Some(int32),None,None,None,None,None,None,None))),None,None,None,None)'
responses:
'400':
description: 'Bad Request'
'500':
description: 'Internal Server Error'
'503':
description: 'Service Unavailable' doesn't contain - p
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/OpenAPITest.scala#L180
Missing YAML fragment for:
requestBody:
content:
application/json:
schema:
type: object
required:
- p1
properties:
p1:
$ref: '#/components/schemas/OpenAPIRPCExample.RPCRequest'
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/OpenAPITest.scala#L234
false didn't match with true
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/OpenAPITest.scala#L523
Missing YAML fragment for:
/v1/get1/{id}:
get:
summary: get1
description: get1
operationId: get1
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int32
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/SimpleOpenAPITest.scala#L97
false didn't match with true
|
Publish Test Report:
airframe-http-codegen/src/test/scala/wvlet/airframe/http/openapi/SimpleOpenAPITest.scala#L127
false didn't match with true
|
The logs for this run have expired and are no longer available.
Loading