From issues-return-153444-archive-asf-public=cust-asf.ponee.io@flink.apache.org Fri Feb 16 14:12:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 939FC180647 for ; Fri, 16 Feb 2018 14:12:36 +0100 (CET) Received: (qmail 79786 invoked by uid 500); 16 Feb 2018 13:12:35 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 79777 invoked by uid 99); 16 Feb 2018 13:12:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2018 13:12:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8C638DFBBB; Fri, 16 Feb 2018 13:12:35 +0000 (UTC) From: zentol To: issues@flink.apache.org Reply-To: issues@flink.apache.org Message-ID: Subject: [GitHub] flink pull request #5506: [FLINK-8671][docs] Word-wrap default values Content-Type: text/plain Date: Fri, 16 Feb 2018 13:12:35 +0000 (UTC) GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5506 [FLINK-8671][docs] Word-wrap default values This PR modifies the configuration docs generator to activate word-wrapping for default values. This pretty much only affects `classloader.parent-first-patterns` with a default value of `"java.;scala.;org.apache.flink.;com.esotericsoftware.kryo;org.apache.hadoop.;javax.annotation.;org.slf4j;org.apache.log4j;org.apache.logging.log4j;ch.qos.logback"` which distorted the tables. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 8671 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5506.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5506 ---- commit 219dbe6985f894df81eb7f67633d1ebe4869a747 Author: zentol Date: 2018-02-16T12:56:29Z [FLINK-8671][docs] Word-wrap default values ---- ---