[VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-14 Thread Benedikt Ritter
Hi,

We have introduced a pretty severe bug in CLI 1.3, so I'd like to call a
vote to release CLI 1.3.1 based on RC1. The only change compared to 1.3 is
the fix of CLI-252 [1].

CLI 1.3.1 RC1 is available for review here:
  https://dist.apache.org/repos/dist/dev/commons/cli/ (svn 9362)

Maven artifacts are here:
  https://repository.apache.org/content/repositories/orgapachecommons-1099/

Details of changes since 1.3 are in the release notes:
  https://dist.apache.org/repos/dist/dev/commons/cli/RELEASE-NOTES.txt
  http://people.apache.org/~britter/cli-1.3.1-RC1/changes-report.html

The tag is here:
  http://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3.1-RC1/
(svn 1685378)

Site:
  http://people.apache.org/~britter/cli-1.3.1-RC1/
  (note some *relative* links are broken and the 1.3.1 directories are not
yet created - these will be OK once the site is deployed)

Clirr Report (compared to 1.3):
  http://people.apache.org/~britter/cli-1.3.1-RC1/clirr-report.html

RAT Report:
  http://people.apache.org/~britter/cli-1.3.1-RC1/rat-report.html

KEYS:
  https://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner that 72 hours from now, i.e. after 13:00
CEST 17-June 2015

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thanks!

Benedikt

[1] https://issues.apache.org/jira/browse/CLI-252


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter


[Dev][EMA - Exponential Moving Average]

2015-06-14 Thread Pranavan Theivendiram
Hi Devs,

Are there any methods in apache common math library that I can use to
implement EMA?

Thanks
*T. Pranavan*
*BSc Eng Undergraduate| Department of Computer Science  Engineering
,University of Moratuwa*
*Mobile| *0775136836


Re: [Math] EMA - Exponential Moving Average

2015-06-14 Thread Gilles

On Sun, 14 Jun 2015 21:47:13 +0530, Pranavan Theivendiram wrote:

Hi Devs,


[Please add a [Math] prefix (as I've done now) when starting a thread
about the Commons Math project.]



Are there any methods in apache common math library that I can use to
implement EMA?


Please tell us what you need, and we might be able to answer.


Best regards,
Gilles


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-14 Thread Oliver Heger
Build works fine with Java 1.5 and 1.8 on Windows 8.1. Artifacts and
site look good.

+1

Oliver

Am 14.06.2015 um 12:32 schrieb Benedikt Ritter:
 Hi,
 
 We have introduced a pretty severe bug in CLI 1.3, so I'd like to call a
 vote to release CLI 1.3.1 based on RC1. The only change compared to 1.3 is
 the fix of CLI-252 [1].
 
 CLI 1.3.1 RC1 is available for review here:
   https://dist.apache.org/repos/dist/dev/commons/cli/ (svn 9362)
 
 Maven artifacts are here:
   https://repository.apache.org/content/repositories/orgapachecommons-1099/
 
 Details of changes since 1.3 are in the release notes:
   https://dist.apache.org/repos/dist/dev/commons/cli/RELEASE-NOTES.txt
   http://people.apache.org/~britter/cli-1.3.1-RC1/changes-report.html
 
 The tag is here:
   http://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3.1-RC1/
 (svn 1685378)
 
 Site:
   http://people.apache.org/~britter/cli-1.3.1-RC1/
   (note some *relative* links are broken and the 1.3.1 directories are not
 yet created - these will be OK once the site is deployed)
 
 Clirr Report (compared to 1.3):
   http://people.apache.org/~britter/cli-1.3.1-RC1/clirr-report.html
 
 RAT Report:
   http://people.apache.org/~britter/cli-1.3.1-RC1/rat-report.html
 
 KEYS:
   https://www.apache.org/dist/commons/KEYS
 
 Please review the release candidate and vote.
 This vote will close no sooner that 72 hours from now, i.e. after 13:00
 CEST 17-June 2015
 
   [ ] +1 Release these artifacts
   [ ] +0 OK, but...
   [ ] -0 OK, but really should fix...
   [ ] -1 I oppose this release because...
 
 Thanks!
 
 Benedikt
 
 [1] https://issues.apache.org/jira/browse/CLI-252
 
 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-14 Thread Gary Gregory
+1

Ran 'mvn clean site' OK from src zip: ASC, MD5 OK.

Reports look good.

Tested with:

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T04:57:37-07:00)
Maven home: C:\Java\apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_79\jre
Default locale: en_US, platform encoding: Cp1252
OS name: windows 7, version: 6.1, arch: amd64, family: windows

Which has the known problem of not generating the changes and checkstyle
report. For that you need Maven 3.2.x IIRC.

Gary

On Sun, Jun 14, 2015 at 3:32 AM, Benedikt Ritter brit...@apache.org wrote:

 Hi,

 We have introduced a pretty severe bug in CLI 1.3, so I'd like to call a
 vote to release CLI 1.3.1 based on RC1. The only change compared to 1.3 is
 the fix of CLI-252 [1].

 CLI 1.3.1 RC1 is available for review here:
   https://dist.apache.org/repos/dist/dev/commons/cli/ (svn 9362)

 Maven artifacts are here:

 https://repository.apache.org/content/repositories/orgapachecommons-1099/

 Details of changes since 1.3 are in the release notes:
   https://dist.apache.org/repos/dist/dev/commons/cli/RELEASE-NOTES.txt
   http://people.apache.org/~britter/cli-1.3.1-RC1/changes-report.html

 The tag is here:
   http://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3.1-RC1/
 (svn 1685378)

 Site:
   http://people.apache.org/~britter/cli-1.3.1-RC1/
   (note some *relative* links are broken and the 1.3.1 directories are not
 yet created - these will be OK once the site is deployed)

 Clirr Report (compared to 1.3):
   http://people.apache.org/~britter/cli-1.3.1-RC1/clirr-report.html

 RAT Report:
   http://people.apache.org/~britter/cli-1.3.1-RC1/rat-report.html

 KEYS:
   https://www.apache.org/dist/commons/KEYS

 Please review the release candidate and vote.
 This vote will close no sooner that 72 hours from now, i.e. after 13:00
 CEST 17-June 2015

   [ ] +1 Release these artifacts
   [ ] +0 OK, but...
   [ ] -0 OK, but really should fix...
   [ ] -1 I oppose this release because...

 Thanks!

 Benedikt

 [1] https://issues.apache.org/jira/browse/CLI-252


 --
 http://people.apache.org/~britter/
 http://www.systemoutprintln.de/
 http://twitter.com/BenediktRitter
 http://github.com/britter




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


[VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-14 Thread Oliver Heger
Hi all,

this is a vote for the first beta version of [configuration] 2.0 based
on the first release candidate. After two alpha versions, it is now time
to move to a beta version. Since the last alpha version, there has only
be a small change: an obsolete interface has been removed. Details are
available in the release notes.

Switching to beta indicates that we expect the interfaces to become more
stable. However, there is still not yet a guarantee that there will be
no more changes on the API.

Because this is a beta and not yet an official release I did not deploy
the artifacts to Nexus; only the distributions were created.

Configuration 2.0-beta1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/configuration
(revision 9374)

Details of changes since 1.10 and the alpha versions are in the
release notes:

https://dist.apache.org/repos/dist/dev/commons/configuration/RELEASE-NOTES.txt

http://people.apache.org/~oheger/configuration-2.0-beta1-rc1/changes-report.html

Here is the tag:

http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta1_RC1
(revision 1685450)

Site:
   http://people.apache.org/~oheger/configuration-2.0-beta1-rc1/
(note some links in the menu for version 1.10 are not yet working)

KEYS:
  http://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now, i.e. after 2000
GMT 17-June 2015

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thanks!
Oliver

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org