From dev-return-5585-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Fri Nov 2 04:15:15 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 85A5A180652 for ; Fri, 2 Nov 2018 04:15:14 +0100 (CET) Received: (qmail 43018 invoked by uid 500); 2 Nov 2018 03:15:13 -0000 Mailing-List: contact dev-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 dev@groovy.apache.org Received: (qmail 43008 invoked by uid 99); 2 Nov 2018 03:15:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2018 03:15:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 320771A2D7E for ; Fri, 2 Nov 2018 03:15:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.471 X-Spam-Level: *** X-Spam-Status: No, score=3.471 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZfP6E_X5rxhW for ; Fri, 2 Nov 2018 03:15:10 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6DE3A5F5BB for ; Fri, 2 Nov 2018 03:15:10 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 0AC4199492D9 for ; Thu, 1 Nov 2018 20:15:10 -0700 (MST) Date: Thu, 1 Nov 2018 20:15:09 -0700 (MST) From: Daniel Sun To: dev@groovy.incubator.apache.org Message-ID: <1541128509998-0.post@n5.nabble.com> In-Reply-To: <338AF5E2-7692-4631-B367-61AF1BC712DD@gmail.com> References: <1541116003074-0.post@n5.nabble.com> <422D5E5F-8719-4DDC-A5F6-DA050E239FAC@gmail.com> <1541126998626-0.post@n5.nabble.com> <338AF5E2-7692-4631-B367-61AF1BC712DD@gmail.com> Subject: Re: Groovy 2.5.4 planning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Andres,=20 > if GProperties is added to core I=E2=80=99d suggest to set that fla= g to false as default.=20 Agreed :) > Additionally, couldn=E2=80=99t this behavior be added to ConfigSlur= per?=20 As you can see, `GProperties` is a subclass of `Properties`, I recommend groovy users to use the enhanced `Properties` by default(`GProperties` to `Properties` is similar with `GString` to `String`), which can handle properties smartly and handle input stream/reader properly Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html