You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/08/03 10:31:00 UTC

[jira] [Created] (FLINK-18805) ConfigDocsGenerator does not handle multiple upper characters properly

Chesnay Schepler created FLINK-18805:
----------------------------------------

             Summary: ConfigDocsGenerator does not handle multiple upper characters properly
                 Key: FLINK-18805
                 URL: https://issues.apache.org/jira/browse/FLINK-18805
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Configuration
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.12.0


When presented with a name containing multiple upper characters in sequence, like "JMXOptions", the generator does not properly convert this sequence, resulting in "j_mx_options".

I'd like to make a small change such that the conversions work like this:
JMXOptions -> jmx_options
RocksDBOptions -> rocksdb_options



--
This message was sent by Atlassian Jira
(v8.3.4#803005)