From notifications-return-12097-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Mon May 7 02:10:57 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 61CF9180674 for ; Mon, 7 May 2018 02:10:57 +0200 (CEST) Received: (qmail 65243 invoked by uid 500); 7 May 2018 00:10:56 -0000 Mailing-List: contact notifications-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list notifications@groovy.apache.org Received: (qmail 65230 invoked by uid 99); 7 May 2018 00:10:56 -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; Mon, 07 May 2018 00:10:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6C24FDFF06; Mon, 7 May 2018 00:10:56 +0000 (UTC) From: remkop To: notifications@groovy.apache.org Reply-To: notifications@groovy.apache.org Message-ID: Subject: [GitHub] groovy pull request #697: GROOVY-8569 GroovyMain picocli migration Content-Type: text/plain Date: Mon, 7 May 2018 00:10:56 +0000 (UTC) GitHub user remkop opened a pull request: https://github.com/apache/groovy/pull/697 GROOVY-8569 GroovyMain picocli migration Migrate `groovy.ui.GroovyMain` from commons-cli to picocli. You can merge this pull request into a Git repository by running: $ git pull https://github.com/remkop/groovy GROOVY-8569-GroovyMain-picocli-migration Alternatively you can review and apply these changes as the patch at: https://github.com/apache/groovy/pull/697.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 #697 ---- commit f115ef292b859f3035a2894d438679e1d39268ad Author: Remko Popma Date: 2018-04-29T23:39:40Z GROOVY-8520 CliBuilder groovydoc improvements commit 10a7a3c6dc8a4974a4ed7fd1b35adabcd079eaa9 Author: Remko Popma Date: 2018-05-01T21:33:42Z Merge remote-tracking branch 'upstream/master' commit de3c3a8bcd04a4c05cbf605100f1a029417ccb17 Author: Remko Popma Date: 2018-05-03T13:53:26Z Merge remote-tracking branch 'upstream/master' commit c1fd6cf55b5c59cf08a5efdaabc91b9656296690 Author: Remko Popma Date: 2018-05-04T07:35:05Z Merge remote-tracking branch 'upstream/master' commit 0573ce1922735ef371a8e0c89b036d8fabb573bc Author: Remko Popma Date: 2018-05-06T18:20:03Z GROOVY-8569 Migrate groovy.ui.GroovyMain to picocli ---- ---