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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)