Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DA582200AC9 for ; Sun, 22 May 2016 17:16:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D8E35160A06; Sun, 22 May 2016 15:16:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F0791609AF for ; Sun, 22 May 2016 17:16:11 +0200 (CEST) Received: (qmail 53379 invoked by uid 500); 22 May 2016 15:16:10 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 53368 invoked by uid 99); 22 May 2016 15:16:10 -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; Sun, 22 May 2016 15:16:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F144BDFBE6; Sun, 22 May 2016 15:16:09 +0000 (UTC) From: PascalSchumacher To: issues@commons.apache.org Reply-To: issues@commons.apache.org Message-ID: Subject: [GitHub] commons-lang pull request: LANG-1225: Add RandomStringUtils#random... Content-Type: text/plain Date: Sun, 22 May 2016 15:16:09 +0000 (UTC) archived-at: Sun, 22 May 2016 15:16:12 -0000 GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/154 LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which m… …atch corresponding regular expression class These are useful over randomAscii because they do not contain the DEL character but otherwise contain the full range of ASCII printing characters, and optionally include whitespace. This is useful for testing user defined inputs where characters like spaces, angle brakets, semicolons, dashes, etc. can cause issues. This is a part of https://github.com/apache/commons-lang/pull/101 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/commons-lang extend_RandomStringUtils Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/154.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 #154 ---- commit babe2ea232da15306d1fbd17f5d85f3cddbd5383 Author: Caleb Cushing Date: 2015-06-27T18:52:41Z LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match corresponding regular expression class These are useful over randomAscii because they do not contain the DEL character but otherwise contain the full range of ASCII printing characters, and optionally include whitespace. This is useful for testing user defined inputs where characters like spaces, angle brakets, semicolons, dashes, etc. can cause issues. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---