[ 
https://issues.apache.org/jira/browse/FLINK-9104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423803#comment-16423803
 ] 

ASF GitHub Bot commented on FLINK-9104:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5797#discussion_r178773735
  
    --- Diff: 
flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java ---
    @@ -258,6 +265,37 @@ private static String createMessageHtmlEntry(Class<?> 
messageClass, Class<?> emp
                return json;
        }
     
    +   /**
    +    * Create character escapes for HTML when generating JSON 
request/response string.
    +    */
    +   private static class HTMLCharacterEscapes extends CharacterEscapes {
    --- End diff --
    
    It would be good to document that this is necessary because the `id` field 
of the schema may contain generic types, like `SerializedValue<Object>`.


> Re-generate REST API documentation for FLIP-6 
> ----------------------------------------------
>
>                 Key: FLINK-9104
>                 URL: https://issues.apache.org/jira/browse/FLINK-9104
>             Project: Flink
>          Issue Type: Bug
>          Components: REST
>    Affects Versions: 1.5.0
>            Reporter: Gary Yao
>            Assignee: Rong Rong
>            Priority: Blocker
>              Labels: flip-6
>
> The API documentation is missing for several handlers, e.g., 
> {{SavepointHandlers}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to