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 61227200C75 for ; Sun, 21 May 2017 17:31:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54898160BC5; Sun, 21 May 2017 15:31:24 +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 98C72160BA4 for ; Sun, 21 May 2017 17:31:23 +0200 (CEST) Received: (qmail 40736 invoked by uid 500); 21 May 2017 15:31:22 -0000 Mailing-List: contact dev-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list dev@polygene.apache.org Received: (qmail 40725 invoked by uid 99); 21 May 2017 15:31:22 -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; Sun, 21 May 2017 15:31:22 +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 43F8B1A0636 for ; Sun, 21 May 2017 15:31:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.272 X-Spam-Level: X-Spam-Status: No, score=0.272 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id IrMbIGNGJ-4E for ; Sun, 21 May 2017 15:31:18 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 10F965FCFA for ; Sun, 21 May 2017 15:31:18 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by relay9-d.mail.gandi.net (Postfix) with ESMTPS id B0646406FC for ; Sun, 21 May 2017 17:31:10 +0200 (CEST) Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 656C4FB882 for ; Sun, 21 May 2017 17:31:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 6IdsykX9R1R8 for ; Sun, 21 May 2017 17:31:09 +0200 (CEST) X-Originating-IP: 10.58.1.149 Received: from webmail.gandi.net (webmail9-d.mgt.gandi.net [10.58.1.149]) (Authenticated sender: paul@nosphere.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPA id 02F01FB877 for ; Sun, 21 May 2017 17:31:08 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sun, 21 May 2017 17:31:08 +0200 From: Paul Merlin To: dev@polygene.apache.org Subject: Re: polygene-java git commit: :tools:generator Add empty test to generated rest-api application In-Reply-To: References: Message-ID: X-Sender: paulmerlin@apache.org User-Agent: Roundcube Webmail/1.1.2 archived-at: Sun, 21 May 2017 15:31:24 -0000 FYI Niclas Le 2017-05-21 17:29, paulmerlin@apache.org a écrit : > Repository: polygene-java > Updated Branches: > refs/heads/develop 779cffbc6 -> 84a794d29 > > > :tools:generator Add empty test to generated rest-api application > > See > tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl > > The generator tests now run ./gradlew check instead of ./gradlew > classes on generated projects