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 15F7F200CB7 for ; Fri, 30 Jun 2017 16:10:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0B3DE160BEB; Fri, 30 Jun 2017 14:10:02 +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 778DF160BDD for ; Fri, 30 Jun 2017 16:10:01 +0200 (CEST) Received: (qmail 62755 invoked by uid 500); 30 Jun 2017 14:10:00 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 62744 invoked by uid 99); 30 Jun 2017 14:10:00 -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, 30 Jun 2017 14:10:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 35727DFB30; Fri, 30 Jun 2017 14:10:00 +0000 (UTC) From: twogee To: dev@ant.apache.org Reply-To: dev@ant.apache.org Message-ID: Subject: [GitHub] ant-ivy pull request #48: Generics and Java 7 syntax in osgi and plugins pac... Content-Type: text/plain Date: Fri, 30 Jun 2017 14:10:00 +0000 (UTC) archived-at: Fri, 30 Jun 2017 14:10:02 -0000 GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/48 Generics and Java 7 syntax in osgi and plugins packages These changes leave only core untouched. Generics are not applied where Java compiler is unhappy (arrays of generics). You can merge this pull request into a Git repository by running: $ git pull https://github.com/twogee/ant-ivy generics-and-java7-syntax Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/48.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 #48 ---- commit 40fef99f52e896f46d48fc2b2d2726a4f637886a Author: twogee Date: 2017-06-29T11:43:23Z Generics and Java 7 syntax in osgi package commit 1d22edc509a2e65a53a7a5b15c0cdb768960c497 Author: twogee Date: 2017-06-29T12:36:29Z Generics and Java 7 syntax in plugins package ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org