[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-19 Thread Xingbo Huang (Jira)


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

Xingbo Huang updated FLINK-29504:
-
Fix Version/s: 1.16.0
   (was: 1.16.1)

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / REST
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi, pull-request-available
> Fix For: 1.16.0, 1.17.0, 1.15.3
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-11 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-29504:
-
Fix Version/s: 1.17.0

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / REST
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi, pull-request-available
> Fix For: 1.17.0, 1.15.3, 1.16.1
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-11 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-29504:
-
Fix Version/s: 1.16.1
   (was: 1.16.0)

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / REST
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi, pull-request-available
> Fix For: 1.15.3, 1.16.1
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated FLINK-29504:
---
Labels: openapi pull-request-available  (was: openapi)

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / REST
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi, pull-request-available
> Fix For: 1.16.0, 1.15.3
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-05 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-29504:
-
Fix Version/s: 1.16.0
   1.15.3

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Core
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi
> Fix For: 1.16.0, 1.15.3
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-05 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-29504:
-
Component/s: Runtime / REST
 (was: API / Core)

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / REST
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi
> Fix For: 1.16.0, 1.15.3
>
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29504) Jar upload spec should define a schema

2022-10-05 Thread Chesnay Schepler (Jira)


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

Chesnay Schepler updated FLINK-29504:
-
Summary: Jar upload spec should define a schema  (was: Jar upload spec 
should define a shema)

> Jar upload spec should define a schema
> --
>
> Key: FLINK-29504
> URL: https://issues.apache.org/jira/browse/FLINK-29504
> Project: Flink
>  Issue Type: Improvement
>  Components: API / Core
>Affects Versions: 1.15.2
>Reporter: Tiger (Apache) Wang
>Assignee: Chesnay Schepler
>Priority: Major
>  Labels: openapi
>
> Install nodejs and run
> {{$ npx --yes @openapitools/openapi-generator-cli generate -i 
> [https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml]
>  -g typescript-axios -o .}}
>  
> Then it outputs error 
>  
> {{Caused by: java.lang.RuntimeException: Request body cannot be null. 
> Possible cause: missing schema in body parameter (OAS v2): class RequestBody 
> {}}
> {{    description: null}}
> {{    content: class Content {}}
> {{        {application/x-java-archive=class MediaType {}}
> {{            schema: null}}
> {{            examples: null}}
> {{            example: null}}
> {{            encoding: null}}
> {\{        
> {\{    }}}
> {{    required: true}}
> {{}}}
>  
> This is because in the YAML:
> {{}}{{ requestBody:}}
> {{  content:}}
> {{{}    application/x-java-archive: {{
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)