[
https://issues.apache.org/jira/browse/FLINK-18805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-18805.
------------------------------------
Resolution: Fixed
master: e5b648b08a7d9b25f496a3a09a304cec17a0edfc
> 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
> Priority: Major
> Labels: pull-request-available
> 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)