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 4ACD8200B3E for ; Wed, 7 Sep 2016 13:09:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 495B7160AC1; Wed, 7 Sep 2016 11:09:22 +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 90ADE160AA3 for ; Wed, 7 Sep 2016 13:09:21 +0200 (CEST) Received: (qmail 91651 invoked by uid 500); 7 Sep 2016 11:09:20 -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 91636 invoked by uid 99); 7 Sep 2016 11:09:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 11:09:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C0DF2C014C for ; Wed, 7 Sep 2016 11:09:20 +0000 (UTC) Date: Wed, 7 Sep 2016 11:09:20 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (RNG-6) Check list for first release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 11:09:22 -0000 [ https://issues.apache.org/jira/browse/RNG-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated RNG-6: --------------------- Description: List of tasks to complete before considering a first release. - (x) Review public API - (x) Review unit tests - (x) Review code layout -* (x) Separation of public API and "internal" packages -** (x) check OSGi parameters in "pom.xml" - (/) Add other implementations -* (/) Marsaglia's "multiply-with-carry" (RNG-12) -* (/) Marsaglia's "KISS" (RNG-13) -* Others implementations can be added later (without breaking binary compatibility) - (!) Ensure clean project reports -* (/) JIRA (RNG-7) -* (/) Surefire -* (/) RAT -* (/) Jacoco (RNG-9) -* (/) FindBugs -* (/) Checkstyle -* (/) PMD -* (!) CPD - (/) Jenkins [Commons Rng ("master" branch)|https://builds.apache.org/view/Apache%20Commons/job/Commons_Rng/] - (/) Commons web site (RNG-8) - (/) User guide -* (/) Usage -* (/) Library layout -* (/) Performance -** Rerun benchmark and publish results for "MWC_256" and "KISS" -* (/) Quality reports (external test suites): rerun "RandomStressTester" so that the package name reported is "o.a.c.rng" (and not "o.a.c.math4.rng") - (/) Usage demo ("ComputePi") - (/) Github integration [INFRA-12416|https://issues.apache.org/jira/browse/INFRA-12416] https://github.com/apache/commons-rng - (/) Travis integration (RNG-11) https://travis-ci.org/apache/commons-rng - (/) Coveralls integration (RNG-11) https://coveralls.io/github/apache/commons-rng was: List of tasks to complete before considering a first release. - (x) Review public API - (x) Review unit tests - (x) Review code layout -* (x) Separation of public API and "internal" packages -** (x) check OSGi parameters in "pom.xml" - (?) Add other implementations -* (/) Marsaglia's "multiply-with-carry" (RNG-12) -* (/) Marsaglia's "KISS" (RNG-13) -* (?) Others? - (x) Ensure clean project reports -* (/) JIRA (RNG-7) -* (/) Surefire -* (/) RAT -* (/) Jacoco (RNG-9) -* (/) FindBugs -* (/) Checkstyle -* (/) PMD -* (/) CPD - (/) Jenkins [Commons Rng ("master" branch)|https://builds.apache.org/view/Apache%20Commons/job/Commons_Rng/] - (/) Commons web site (RNG-8) - (x) User guide -* (/) Usage -* (/) Library layout -* (x) Performance -** Rerun benchmark and publish results for "MWC_256" and "KISS" -* (/) Quality reports (external test suites): rerun "RandomStressTester" so that the package name reported is "o.a.c.rng" (and not "o.a.c.math4.rng") - (/) Usage demo ("ComputePi") - (/) Github integration [INFRA-12416|https://issues.apache.org/jira/browse/INFRA-12416] https://github.com/apache/commons-rng - (/) Travis integration (RNG-11) https://travis-ci.org/apache/commons-rng - (/) Coveralls integration (RNG-11) https://coveralls.io/github/apache/commons-rng > Check list for first release > ---------------------------- > > Key: RNG-6 > URL: https://issues.apache.org/jira/browse/RNG-6 > Project: Commons RNG > Issue Type: Task > Reporter: Gilles > Labels: release, review > Fix For: 1.0 > > > List of tasks to complete before considering a first release. > - (x) Review public API > - (x) Review unit tests > - (x) Review code layout > -* (x) Separation of public API and "internal" packages > -** (x) check OSGi parameters in "pom.xml" > - (/) Add other implementations > -* (/) Marsaglia's "multiply-with-carry" (RNG-12) > -* (/) Marsaglia's "KISS" (RNG-13) > -* Others implementations can be added later (without breaking binary compatibility) > - (!) Ensure clean project reports > -* (/) JIRA (RNG-7) > -* (/) Surefire > -* (/) RAT > -* (/) Jacoco (RNG-9) > -* (/) FindBugs > -* (/) Checkstyle > -* (/) PMD > -* (!) CPD > - (/) Jenkins > [Commons Rng ("master" branch)|https://builds.apache.org/view/Apache%20Commons/job/Commons_Rng/] > - (/) Commons web site (RNG-8) > - (/) User guide > -* (/) Usage > -* (/) Library layout > -* (/) Performance > -** Rerun benchmark and publish results for "MWC_256" and "KISS" > -* (/) Quality reports (external test suites): rerun "RandomStressTester" so that the package name reported is "o.a.c.rng" (and not "o.a.c.math4.rng") > - (/) Usage demo ("ComputePi") > - (/) Github integration [INFRA-12416|https://issues.apache.org/jira/browse/INFRA-12416] > https://github.com/apache/commons-rng > - (/) Travis integration (RNG-11) > https://travis-ci.org/apache/commons-rng > - (/) Coveralls integration (RNG-11) > https://coveralls.io/github/apache/commons-rng -- This message was sent by Atlassian JIRA (v6.3.4#6332)