Re: [VOTE] Release Apache Commons Lang 3.4 based on RC1

2015-03-29 Thread Oliver Heger
Hi, Maven build was successful on Windows 8.1 with Java 1.6 and 1.7. Artifacts and site look good. Nits/questions: - The surefire report says that 97 tests are skipped. This seems to be a large number. - Clirr has a warning about a changed constant. Does this have to be mentioned in release notes

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-08 Thread Oliver Heger
> tools that attempt to simplify the problem for developers can mislead them > into a false sense of security (e.g. LazyInitializer can easily be involved > in a deadlock). > > Let me know your thoughts. This new implementation can be a valuable > addition, but this is not

Re: [LANG] Handling LANG-1086 (Was: Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-06 Thread Oliver Heger
Am 06.03.2015 um 08:51 schrieb Benedikt Ritter: > 2015-03-05 22:00 GMT+01:00 Oliver Heger : > >> >> >> Am 03.03.2015 um 08:35 schrieb Benedikt Ritter: >>> 2015-03-02 21:34 GMT+01:00 Oliver Heger : >>> >>>> >>>> >>>>

Re: [LANG] Handling LANG-1086 (Was: Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-05 Thread Oliver Heger
Am 03.03.2015 um 08:35 schrieb Benedikt Ritter: > 2015-03-02 21:34 GMT+01:00 Oliver Heger : > >> >> >> Am 02.03.2015 um 07:23 schrieb Benedikt Ritter: >>> 2015-03-01 22:20 GMT+01:00 Oliver Heger : >>> >>>> >>>> >>>>

Re: [LANG] Handling LANG-1086 (Was: Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-02 Thread Oliver Heger
Am 02.03.2015 um 07:23 schrieb Benedikt Ritter: > 2015-03-01 22:20 GMT+01:00 Oliver Heger : > >> >> >> Am 01.03.2015 um 17:52 schrieb Benedikt Ritter: >>> 2015-02-26 21:29 GMT+01:00 Oliver Heger : >>> >>>> Hi Arthur, >>>> >

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-03-01 Thread Oliver Heger
Am 01.03.2015 um 17:52 schrieb Benedikt Ritter: > 2015-02-26 21:29 GMT+01:00 Oliver Heger : > >> Hi Arthur, >> >> I don't have any principle objections against your implementation. >> >> I just don't want it as a replacement for the AtomicSafeIni

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-26 Thread Oliver Heger
; original code, to the application using it, except in the case of an > exception thrown on the initialize() call, which is problematic now. That > is, this new implementation guarantees initialize() will only ever be > called one time, and it ensures all callers receive the result

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-23 Thread Oliver Heger
Am 23.02.2015 um 21:35 schrieb Benedikt Ritter: > Oliver Heger has raised concerns about this commit in JIRA [1]: > >> This is a strong change in the behavior of this class. The main property > of atomic initializers was that they are non >> blocking. Now a blocking wai

Re: [VOTE] Release DBCP 2.1 RC2 as 2.1

2015-02-22 Thread Oliver Heger
Maven and ant build were successful with Java 1.7 on Windows 8.1. Artifacts and site look good. +1 Oliver Here is my exact configuration: Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T18:37:5 2+01:00) Maven home: C:\data\dev\tools\apache-maven-3.2.1\bin\.. Java version

Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 4)

2015-02-20 Thread Oliver Heger
Build was successful (in half an hour) on Windows 8.1 with JDK 1.6. Artifacts and site look good. Nits: - The sources artifacts in the binary distribution contain spurious directories. - IMHO a 2.0 release should have a file with release notes included describing the possibly breaking changes to t

Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 4)

2015-02-19 Thread Oliver Heger
Hi, maybe the problem is on my side (it has been a long day), but I am not able to verify the signature of the distributions: $ gpg --verify commons-jcs-dist-2.0-beta-1-src.zip.asc gpg: Signature made 02/19/15 11:51:21 using RSA key ID DDB37997 gpg: Can't check signature: public key not found I

Re: [VOTE] Release Apache Commons DBCP 2.1 RC1 as 2.1

2015-02-17 Thread Oliver Heger
Build (both Maven and ant) was successful on Windows 8.1 with JDK 1.7. Artifacts and site look good. So here is my +1. Minor nit: On the site there is currently no entry for the Javadocs of the new release. I guess it will be added after the release? Oliver My exact configuration: $ mvn -versio

Re: [collections] Revert a performance related fix in 4.1

2015-01-24 Thread Oliver Heger
Hi Thomas, On 24.01.2015 19:21, Thomas Neidhart wrote: Hi, from time to time some researchers trying to find performance bugs in open-source software create issues for collections. One of the easy targets is the Collection#retainAll(Collection) method as the default implementation in AbstractC

Re: [ALL] Too much traffic on the "dev" ML

2015-01-16 Thread Oliver Heger
Am 16.01.2015 um 16:19 schrieb Duncan Jones: > On 16 January 2015 at 14:54, Torsten Curdt wrote: >>> Concerning [Math], when the possibility was raised, the majority >>> thought that development within Commons had practical advantages >>> (through shared burden of the development environment). >

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Oliver Heger
Am 09.01.2015 um 20:51 schrieb Phil Steitz: > On 1/9/15 10:56 AM, sebb wrote: >> On 9 January 2015 at 17:21, Phil Steitz wrote: >>> On 1/9/15 10:06 AM, James Carman wrote: On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: > No, must be some issue with the environment or JDK. I

Re: [VOTE] Release Commons Pool 2.3 based on RC2

2014-12-27 Thread Oliver Heger
When building on Windows 7 with Java 1.6 I got a test failure: Results : Failed tests: TestGenericObjectPool.testBorrowObjectFairness:2034 Thread 1 failed: java.lang .Throwable: Expected: 1 found: 2 Tests run: 262, Failures: 1, Errors: 0, Skipped: 0 I guess, this is one of the problematic tes

[ANNOUNCEMENT] Commons Configuration 2.0-alpha2 Released

2014-12-20 Thread Oliver Heger
, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Configuration website: http://commons.apache.org/proper/commons-configuration/ Oliver Heger, on behalf of the Apache Commons community Have a happy holiday season

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-19 Thread Oliver Heger
vote mail: "In the past we decided that alpha releases should not go to Maven central. Therefore, I did not deploy the artifacts to Nexus; only the distributions were created." Oliver > > Bene > >> >> Gary >> >> >> >>> - Site can not be build

[RESULT] Release Configuration 2.0-alpha2 based on RC1

2014-12-19 Thread Oliver Heger
The vote to release Commons Configuration 2.0-alpha2 has passed with the following votes: Gary Gregory: +1 Benedikt Ritter:+1 Thomas Neidhart:+1 Oliver Heger: +1 All votes are binding, no other votes were cast. Thanks to all who took the time to review

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-16 Thread Oliver Heger
o > with it. > > Running with: > > Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; > 2014-08-11T16:58:10-04:00) > Maven home: C:\Java\apache-maven-3.2.3 > Java version: 1.7.0_71, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.7.0_71\jre

Re: [beanutils] Fluent Instrospector as default?

2014-12-16 Thread Oliver Heger
Hi, Am 16.12.2014 um 20:49 schrieb Clebert Suconic: > I have posted an user question on the user's forum about > synchronization... but I mixed it with a dev question: > http://mail-archives.apache.org/mod_mbox/commons-user/201412.mbox/%3cCAKF+bspXgnE+zLjpg-9Fp+hDcAqTWEAERM=7getaut4lthe...@mail.gm

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-15 Thread Oliver Heger
Am 14.12.2014 um 22:45 schrieb Benedikt Ritter: > Hey Oliver, > > 2014-12-14 22:25 GMT+01:00 Oliver Heger : >> >> My own +1. >> >> Seems to be no good time for a vote... >> > > It's holiday time, so... :o) > > I will have some time o

Re: [VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-14 Thread Oliver Heger
My own +1. Seems to be no good time for a vote... Oliver Am 12.12.2014 um 21:38 schrieb Oliver Heger: > Hi all, > > this is a vote for the second alpha version of [configuration] 2.0 based > on the first release candidate. After the first alpha version, a couple > of enhancemen

Re: [configuration] Commons Configuration 2.0 Release?

2014-12-12 Thread Oliver Heger
Hi Ryan, there is no fix target date set. I have just started a vote for releasing a second alpha version for Commons Configuration 2.0. So we are getting closer... Any feedback would be appreciated: Do you think the current state of the API is okay? Where do you see problems and what would you l

[VOTE] Release Configuration 2.0-alpha2 based on RC1

2014-12-12 Thread Oliver Heger
Hi all, this is a vote for the second alpha version of [configuration] 2.0 based on the first release candidate. After the first alpha version, a couple of enhancement requests have been implemented causing some minor changes on interfaces. Details are available in the release notes. The same dis

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1 (take 2)

2014-12-09 Thread Oliver Heger
Hi, the jars and javadoc-jars now indeed contain LICENSE and NOTICE files (the source artifacts still do not); however, I have the impression that these are not the correct ones: they are missing the .txt extension, and at least the content of NOTICE is different from the NOTICE.txt shipped at the

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1

2014-12-04 Thread Oliver Heger
Hi Romain, I tried to build the source distribution on Windows 8.1 with Java 1.6 and 1.7, but a test seems to hang - ironically the test org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest. Or does it really take that long (I lost patience after ~ 10 minutes,

Re: Announce: Commons Inject

2014-11-09 Thread Oliver Heger
On 08.11.2014 21:51, Romain Manni-Bucau wrote: Le 8 nov. 2014 19:51, "Oliver Heger" a écrit : Hi Jochen, do you intend to position this framework for specific use cases? In which way is it different or special from other implementations? Just as one example: In the company I

Re: Announce: Commons Inject

2014-11-08 Thread Oliver Heger
Hi Jochen, do you intend to position this framework for specific use cases? In which way is it different or special from other implementations? Just as one example: In the company I am working for, we are using CDI in a pretty large JSE application. Due to the huge class path the setup of the CDI

Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-05 Thread Oliver Heger
Build works fine with Java 1.5 and 1.7 on Windows 8.1. Artifacts and site look good. Minor nit: The JIRA report on the site just shows an error message. +1 Oliver Am 03.11.2014 um 01:56 schrieb Gary Gregory: > Hi All: > > This is a VOTE to release Commons Exec 1.3-RC1 > > This VOTE is open for

Re: Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/j

2014-10-27 Thread Oliver Heger
Am 27.10.2014 um 02:04 schrieb Gary Gregory: > On Sat, Oct 25, 2014 at 3:27 PM, Oliver Heger > wrote: > >> >> >> Am 24.10.2014 um 22:47 schrieb Mark Thomas: >>> On 24/10/2014 21:17, Oliver Heger wrote: >>>> >>>> >>>> Am 2

Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/

2014-10-25 Thread Oliver Heger
Am 24.10.2014 um 22:47 schrieb Mark Thomas: > On 24/10/2014 21:17, Oliver Heger wrote: >> >> >> Am 24.10.2014 um 22:01 schrieb Gary Gregory: >>> On Fri, Oct 24, 2014 at 3:23 PM, Oliver Heger >>> wrote: >>> >>>> >>>> >

Re: svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/beanut

2014-10-24 Thread Oliver Heger
Am 24.10.2014 um 22:01 schrieb Gary Gregory: > On Fri, Oct 24, 2014 at 3:23 PM, Oliver Heger > wrote: > >> >> >> Am 23.10.2014 um 22:58 schrieb Gary Gregory: >>> Patches go stale no matter what... >> >> Right, this can happen during normal deve

Re: svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/bean

2014-10-24 Thread Oliver Heger
> Gary > > Original message ----From: Oliver Heger > Date:10/23/2014 15:34 (GMT-05:00) > To: dev@commons.apache.org Subject: Re: svn commit: > r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: > main/java/org/apache/commons/beanutils/ > main/jav

Re: svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/beanut

2014-10-23 Thread Oliver Heger
There was no reaction on my comment so far. I am tempted to -1 this commit. There is already a report about a patch which cannot be applied (comment to [1]). Oliver [1] https://issues.apache.org/jira/browse/BEANUTILS-417 Am 16.10.2014 um 21:22 schrieb Oliver Heger: > To be honest, I rea

Re: svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/beanut

2014-10-16 Thread Oliver Heger
To be honest, I really don't like this commit. My personal sense for aesthetics put aside, you modified almost the whole code base. Patches assigned to Jira tickets will probably no longer apply cleanly. Oliver Am 15.10.2014 um 22:15 schrieb ggreg...@apache.org: > Author: ggregory > Date: Wed Oct

[beanutils] New release?

2014-10-15 Thread Oliver Heger
Hi, there are currently a few fixes available for [beanutils] related to changes introduced with the 1.9.x releases. In order to stabilize this series, I would like to push out a new release - there has already been a corresponding request. So if anybody wants to add some stuff, this is a good op

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-09-27 Thread Oliver Heger
Hi Gary, can you confirm that a wrong copyright date is not a blocker for a release? If so, I vote +1. Oliver Am 27.09.2014 um 21:27 schrieb Gary Gregory: > I fixed the notice file in svn. > > Gary > > Original message ----From: Oliver Heger > Date:09/27/2014

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-09-27 Thread Oliver Heger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Build works fine with Java 1.5 and 1.7 on Windows 8.1. Artifacts look good. The site shows that the code base probably needs some work to improve quality, but this does not block the release. Nits: - - The NOTICE file states the wrong copyright year.

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-25 Thread Oliver Heger
Build works find with Java 1.6 and 1.7 on Windows 8.1. Artifacts and site look good. +1 Oliver Am 24.09.2014 um 16:30 schrieb Matt Benson: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.1 RC3 is available for review at: > https://dist.apache.org/repos/dist/dev/c

[ANNOUNCEMENT] Commons Configuration 2.0-alpha1 Released

2014-09-25 Thread Oliver Heger
to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Configuration website: http://commons.apache.org/proper/commons-configuration/ Oliver Heger, on behalf of the Apache Commons community - To

[RESULT] Release Configuration 2.0-alpha1 based on RC1

2014-09-23 Thread Oliver Heger
The vote to release Commons Configuration 2.0-alpha1 has passed with the following votes (all are binding): Gary Gregory: +1 Emmanuel Bourg: +1 Oliver Heger+1 Thanks to all who voted and gave feedback! Oliver Am 19.09.2014 um 22:45 schrieb Oliver Heger: > Hi

Re: [VOTE] Release Configuration 2.0-alpha1 based on RC1

2014-09-22 Thread Oliver Heger
+1 (Making my vote explicit.) Oliver Am 19.09.2014 um 22:45 schrieb Oliver Heger: > Hi all, > > this is a vote for the first alpha version of [configuration] 2.0 based > on the first release candidate. > > Please note the following points: > - This release is according

Re: [VOTE] Release Configuration 2.0-alpha1 based on RC1

2014-09-21 Thread Oliver Heger
Am 21.09.2014 um 01:44 schrieb sebb: > On 20 September 2014 20:22, Oliver Heger wrote: >> Hi Gary, >> >> thanks for your review. >> >> Am 20.09.2014 um 14:23 schrieb Gary Gregory: >>> I do not see any showstoppers for an alpha. The reports inclu

Re: [VOTE] Release Configuration 2.0-alpha1 based on RC1

2014-09-20 Thread Oliver Heger
ation > Java home: C:\Program Files\Java\jdk1.7.0_67\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > Gary > > On Fri, Sep 19, 2014 at 4:45 PM, Oliver

Re: [VOTE] Release Apache Commons Daemon 1.0.15 windows binary package with signed executables

2014-09-20 Thread Oliver Heger
+1 Oliver Am 15.09.2014 um 23:05 schrieb Mark Thomas: > All, > > After a few teething problems with the signing service, I now have a > version of the Apache Commons Daemon 1.0.15 Windows binary distribution > where the Windows executables have been digitally signed ready for release. > > The z

[VOTE] Release Configuration 2.0-alpha1 based on RC1

2014-09-19 Thread Oliver Heger
Hi all, this is a vote for the first alpha version of [configuration] 2.0 based on the first release candidate. Please note the following points: - This release is according to the "release often and early" mantra. It is not yet perfect (e.g. there are lots of checkstyle errors, and it is expecte

Re: [continuum] BUILD FAILURE: Apache Commons Configuration - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-09-15 Thread Oliver Heger
It seems that the continuum build is somehow out of sync with the SVN repository. The workspace still contains the old configuration package which has been renamed to configuration2 (now both packages exist). Does anybody know how to fix this? Thanks Oliver Am 15.09.2014 um 22:20 schrieb Apache

Re: [discuss] Vote to git it?

2014-09-09 Thread Oliver Heger
On 09.09.2014 19:56, Luc Maisonobe wrote: Le 09/09/2014 15:17, sebb a écrit : On 9 September 2014 14:10, Gary Gregory wrote: Should we vote to move Commons to git one component at a time (as Math just has), or just vote to move them all at once and be done with it and the inevitable? I thi

[configuration] Serializable configurations

2014-08-23 Thread Oliver Heger
Hi all, we are slowly getting closer to a first alpha release of [configuration] 2.0. There is still one thing which should be changed IMHO: Currently, most configuration implementations are tagged as Serializable - there is still https://issues.apache.org/jira/browse/CONFIGURATION-203 open with

Re: Git very quick reference (was [VOTE] Migrate Commons Math to Git)

2014-07-24 Thread Oliver Heger
Hi Giles, Am 24.07.2014 19:35, schrieb Gilles: > On Thu, 24 Jul 2014 08:17:11 -0700, James Ring wrote: >> You should do git commit or git commit -a to commit all >> unstaged >> files. > > I did "git commit -a" > > Then I tried to commit to the subversion repository: > > $ git svn dcommit > Una

Re: [VOTE] Release Commons DbUtils 1.6 based on RC2

2014-07-17 Thread Oliver Heger
+1 Tested with Java 1.6 and 1.7 on Windows 8.1. One minor nit: The checkstyle report appears twice in the menu under "Project Reports". Oliver Am 16.07.2014 21:52, schrieb Benedikt Ritter: > We have fixed quite a few bugs and added some significant enhancements > since DbUtils 1.5 was release

Re: [VOTE] Release Logging 1.2 based on RC2

2014-07-06 Thread Oliver Heger
Build runs successfully with Java 1.4 (the lowest version I have installed) and Java 1.7 on Windows 7. Artifacts and site look good. +1 Oliver Am 05.07.2014 20:37, schrieb Thomas Neidhart: > This is a vote to release Commons Logging 1.2 based on RC2. > > Changes since RC2: > > * added pmd.xml

Re: [VOTE] Release Email 1.3.3 based on RC2

2014-07-06 Thread Oliver Heger
Build works fine with Java 1.5 and 1.7 on Windows 7. Artifacts and site look good. +1 Oliver Am 05.07.2014 17:42, schrieb Thomas Neidhart: > This is a vote to release Commons Email 1.3.3 based on RC2. > > Changes since RC1: > > * fix test execution with Java 8 > * fix javadoc generation with

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

2014-06-10 Thread Oliver Heger
+1 Thanks, Matt! Oliver Am 10.06.2014 17:41, schrieb Matt Benson: > Changes since RC1: > - Generated 1.1 release notes > - Navigability improvements to the site > - Linked building.md from site into root as BUILDING.TXT > - Moved quality reports into a profile that can be disabled in order t

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC1

2014-06-05 Thread Oliver Heger
Build works fine for me with the following configuration: $ mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: c:\data\dev\tools\apache-maven-3.0.5 Java version: 1.7.0_55, vendor: Oracle Corporation Java home: c:\Program Files\Java\jdk

Re: svn commit: r1599092 - /commons/proper/beanutils/trunk/RELEASE-NOTES.txt

2014-06-02 Thread Oliver Heger
Am 02.06.2014 19:16, schrieb sebb: > Ideally needs to be uploaded to dist/ area as well. Done Oliver > > On 2 June 2014 06:56, wrote: >> Author: ebourg >> Date: Mon Jun 2 05:56:51 2014 >> New Revision: 1599092 >> >> URL: http://svn.apache.org/r1599092 >> Log: >> Fixed a typo in the release

Re: [configuration] web page?

2014-05-31 Thread Oliver Heger
Just redeployed the site with a changed URL. This seems to have fixed the problem. Many thanks for the report and the tips. Oliver Am 25.05.2014 22:02, schrieb Oliver Heger: > Hi Romain, > > Am 25.05.2014 21:52, schrieb Romain Manni-Bucau: >> Hi >> >> isn't it c

Re: svn commit: r1598734 - /commons/proper/beanutils/trunk/src/changes/changes.xml

2014-05-31 Thread Oliver Heger
Am 31.05.2014 01:22, schrieb sebb: > 1.9.2 next release != 1.9.2 > > > Fixed in SVN Thanks! Oliver > > On 30 May 2014 21:15, wrote: >> Author: oheger >> Date: Fri May 30 20:15:35 2014 >> New Revision: 1598734 >> >> URL: http://svn.apache.org/r1598734 >> Log: >> Added a section for the next

[ANNOUNCEMENT] Commons BeanUtils 1.9.2 Released

2014-05-30 Thread Oliver Heger
release. For complete information on Commons BeanUtils, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BeanUtils website: http://commons.apache.org/proper/commons-beanutils/ Oliver Heger, on behalf of the Apache Commons community

[RESULT] Release BeanUtils 1.9.2 based on RC1

2014-05-29 Thread Oliver Heger
This vote has passed with the following votes: Benedikt Ritter:+1 Phil Steitz:+1 Thomas Neidhart:+1 Emmanuel Bourg: +1 Gary Gregory: +1 Oliver Heger: +1 All votes were binding, no other votes were cast. Thank you all for the reviews and

Re: [VOTE] Release BeanUtils 1.9.2 based on RC1

2014-05-29 Thread Oliver Heger
+1 (To make it explicit.) Oliver Am 26.05.2014 21:39, schrieb Oliver Heger: > This is a vote to release Commons BeanUtils 1.9.2 based on the first RC. > There was a fix related to a security issue which should now be made > available. > > BeanUtils 1.9.2 RC1 is available

Re: [beanutils] 1.8.4 issues in JIRA

2014-05-29 Thread Oliver Heger
Hi, Am 29.05.2014 01:37, schrieb Emmanuel Bourg: > Hi, > > JIRA has several bugs marked as fixed in beanutils 1.8.4 but this > version was never released. Is it correct to assume they were fixed in > 1.9.0? > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310460&version=123

Re: [VOTE] Release BeanUtils 1.9.2 based on RC1

2014-05-28 Thread Oliver Heger
tions to polish the code base. Oliver > > Gary > > > On Mon, May 26, 2014 at 3:39 PM, Oliver Heger > wrote: > >> This is a vote to release Commons BeanUtils 1.9.2 based on the first RC. >> There was a fix related to a security issue which should now be made &

[VOTE] Release BeanUtils 1.9.2 based on RC1

2014-05-26 Thread Oliver Heger
This is a vote to release Commons BeanUtils 1.9.2 based on the first RC. There was a fix related to a security issue which should now be made available. BeanUtils 1.9.2 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn revision 5419) Maven arti

Re: [configuration] web page?

2014-05-25 Thread Oliver Heger
is missing. This is a difference to other components. Thanks for this hint! Oliver > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > >

Re: [configuration] web page?

2014-05-25 Thread Oliver Heger
Am 25.05.2014 20:18, schrieb Phil Steitz: > Thanks for reporting this. > > I have no idea how this could happen. Other sites seem to be OK and > configuration does not override the menus. Anyone have any ideas? Indeed, strange! Any hints would be greatly appreciated! Oliver > > Phil > > O

Re: [VOTE] Release DBCP 2.0.1 based on RC3

2014-05-19 Thread Oliver Heger
Maven build works fine with Java 1.7 on Windows 8.1. Artifacts and site look good. I found a minor discrepancy between the maven and the ant build: The dependency to geronimo-jta_1.1_spec in maven has version 1.1.1 while the sample properties file of the ant build references version 1.1 - therefor

Re: [lang]

2014-05-13 Thread Oliver Heger
I remembered this discussion just today at work when I was faced with the following situation: a method is passed parameters which must not be null and must otherwise be compliant to some validity rules. So what would authorities recommend: Throw NPE in case of a null argument and IAE in case of o

Re: [VOTE] Release Math 3.3 based on RC3 (second run after mail outage)

2014-05-12 Thread Oliver Heger
I tried to build with Java 5 on Windows 8.1, but there were the test failures below. ISTR that I had similar problems with the last release, so this might not be a problem. The clirr report shows some errors, and I did not find a related comment in the release notes. Is this okay? Oliver Results

Re: [configuration] Get all properties in a configuration

2014-05-06 Thread Oliver Heger
Hi Petar, Am 06.05.2014 15:45, schrieb Petar Tahchiev: > Hi Gary, > > actually I found this: > > final Properties props = > ConfigurationConverter.getProperties(configuration); > > which does the job. I also would have pointed you to this method, but was not 100% sure what you meant. My first

Re: svn commit: r1590035 - /commons/proper/io/trunk/pom.xml

2014-04-25 Thread Oliver Heger
Am 25.04.2014 16:11, schrieb brit...@apache.org: > Author: britter > Date: Fri Apr 25 14:11:14 2014 > New Revision: 1590035 > > URL: http://svn.apache.org/r1590035 > Log: > Fix typo > > Modified: > commons/proper/io/trunk/pom.xml > > Modified: commons/proper/io/trunk/pom.xml > URL: > http

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-11 Thread Oliver Heger
Am 11.04.2014 01:26, schrieb Matt Benson: > So is this a +0, +1, abstain...? It's abstain. Good release notes are important to me, but I do not want to vote -1. Oliver > > Thanks, > Matt > > On Wed, Apr 9, 2014 at 2:40 PM, Oliver Heger > wrote: >> Build wor

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-09 Thread Oliver Heger
Build works fine with Java 1.7 on Windows 8.1. Artifacts look good. The site does a good job in explaining basic principles, but it is missing some concrete examples how proxy objects can be created and used. But this is not a blocker for the release. What I am missing is some specific informatio

Re: [VOTE] Release Commons Lang 3.3.2 based on RC1

2014-04-06 Thread Oliver Heger
Build works fine with Java 1.6 and 1.7 on Windows 7. Artifacts and site look good. +1 Oliver Am 06.04.2014 14:35, schrieb Benedikt Ritter: > Hi all, > > as some of you might know, we have introduced a bug in > NumberUtils#isNumber(String) in Commons Lang 3.3.2. To fix this, I'd like > to releas

Re: [SITE][configuration] Problem with download site

2014-03-16 Thread Oliver Heger
Am 15.03.2014 22:08, schrieb Thomas Neidhart: > On 03/15/2014 09:57 PM, Oliver Heger wrote: >> Hi, >> >> after a report on the user list I have redeployed the site for >> [configuration] in a defined state. The content looks good now, however, >> the download

[SITE][configuration] Problem with download site

2014-03-15 Thread Oliver Heger
Hi, after a report on the user list I have redeployed the site for [configuration] in a defined state. The content looks good now, however, the download link gives a 403 Forbidden error. ISTR that others already stumbled across this problem, but do not currently find a solution. Can anybody help

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC3

2014-03-13 Thread Oliver Heger
Am 12.03.2014 22:40, schrieb Matt Benson: > Thanks, Oliver. I have uploaded the hash files to the dev-dist area. Okay, then you have my +1 Oliver > > Matt > > > On Wed, Mar 12, 2014 at 3:47 PM, Oliver Heger > wrote: > >> Maven build works fine on Windows 8.

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC3

2014-03-12 Thread Oliver Heger
Maven build works fine on Windows 8.1 with JDK 1.7. Artifacts look good. Like Gary I have still problems with understanding the background and purpose of this component based on the documentation on the site - although it already has improved. However, I agree with others that this is not blocking

Re: [VOTE] Release Compress 1.8 Based on RC1

2014-03-09 Thread Oliver Heger
Build works fine with JDK 1.7 on Windows 8.1. When building with Java 1.5 I get the test failures below (this was already the case for the previous releases, so probably no reason to worry about). Artifacts and site look good. +1 Oliver Tests in error: SevenZFileTest.testReadingBackDeltaDistan

Re: [beanutils] porting fluent APIs from BU2 to BU

2014-03-01 Thread Oliver Heger
Am 01.03.2014 18:37, schrieb Benedikt Ritter: > Hi Simo, > > this is a nice idea, and I think it's doable for parts of the API. The > problem is, that it may require a lot of work and I don't see anybody who > has the time to do this currently :-) But if you jump into this, I think I > can help ou

Re: [VOTE] Release Commons Lang 3.3 based on RC1

2014-03-01 Thread Oliver Heger
Environment: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: D:\data\tools\apache-maven-3.0.5\bin\.. Java version: 1.7.0_40, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_40\jre Default locale: de_DE, platform encoding: Cp1

Re: [VOTE] Release Apache Commons Pool 2.2 RC2 as 2.2

2014-02-22 Thread Oliver Heger
Build with Maven and ant is successful on Windows 8.1 with Java 1.7. Artifacts and site look good. +1 One minor point: I noticed that the binary distribution does not contain the sources and the tests jars. IIRC, they were contained in RC1. Is this by intension? Oliver Am 21.02.2014 17:26, schr

Re: [VOTE] Release Apache Commons Pool 2.2 RC1 as 2.2

2014-02-18 Thread Oliver Heger
Both Maven and ant builds run fine under Windows 8.1 with Java 1.7. Sites and artifacts look good. I agree with sebb that the errors in the clirr report should be mentioned in the release notes. Otherwise, I found no problems. Oliver Am 17.02.2014 21:42, schrieb Mark Thomas: > 2.2 fixes a few bu

Re: [weaver] site discussion

2014-02-12 Thread Oliver Heger
Hi Matt, Am 12.02.2014 22:17, schrieb Matt Benson: > Back in the fall the observation was made that the [weaver] site did not > well explain the purpose of the component. I attempted to address the > issue, but apparently without success. The index page has, just a few items > in: What can these

Re: [VOTE] Release Apache Commons Weaver 1.0 based on RC1

2014-02-12 Thread Oliver Heger
Build works fine with JDK 1.7 on Windows 8.1. Artifacts and site look good. I noticed some problems: - The names of the distributions files contain a -dist suffix, and they also deflate in a directory named -dist. This is not typical for other commons components. - The binary distribution does not

Re: [VOTE][RESULT] Release Apache Commons File Upload 1.3.1 RC1 as 1.3.1

2014-02-07 Thread Oliver Heger
Hi Mark, sorry for being late on this. I just want to point out that you did a great job when handling this issue so quickly! Oliver Am 07.02.2014 10:14, schrieb Mark Thomas: > The following votes were cast: > > Binding: > +1: ebourg, luc, markt, britter, ggregory, bodewig > > No other votes w

Re: [io] Addition of a TrailerInputStream class?

2014-01-29 Thread Oliver Heger
Hi Duncan, Am 28.01.2014 22:18, schrieb Duncan Jones: > Hi all, > > For a project of mine I developed a class named TrailerInputStream, > which reads from an InputStream whilst retaining a buffer of N bytes > (the trailer), Once the stream has been exhausted, the final N bytes > are obtained by c

[configuration] Immutable nodes for hierarchical configurations

2014-01-18 Thread Oliver Heger
Hi all, just a status update for all interested in [configuration]. While working on the redesign of [configuration], I got the idea to make the ConfigurationNode interface used for hierarchical configurations immutable. This would have some benefits: - Shared usage even under concurrent access

Re: [VOTE] Release Compress 1.7 based on RC2

2014-01-18 Thread Oliver Heger
Maven build works fine on Windows 8.1 with JDK 1.7. (With JDK 1.5 I get the same OutOfMemoryError test failures as reported for the last RC.) Artifacts and site look good. +1 Oliver Am 16.01.2014 20:56, schrieb Stefan Bodewig: > Hi all > > compared to RC1 there is no code change only the Javado

Re: [LANG] New class called StringAlgorithms?

2014-01-18 Thread Oliver Heger
Am 18.01.2014 17:40, schrieb Emmanuel Bourg: > Le 18/01/2014 16:04, Benedikt Ritter a écrit : > >> About putting this into codec: I still don't think this is a good fit for >> this contribution. Codec is about, well decoding and encoding stuff. Jaro >> Winkler and Levenshtein Distance are more l

Re: [LANG] New class called StringAlgorithms?

2014-01-17 Thread Oliver Heger
Am 17.01.2014 13:11, schrieb Benedikt Ritter: > 2014/1/15 Oliver Heger > >> >> >> Am 15.01.2014 15:05, schrieb Benedikt Ritter: >>> 2014/1/15 Gary Gregory >>> >>>> On Wed, Jan 15, 2014 at 8:06 AM, Benedikt Ritter >>>

Re: [LANG] New class called StringAlgorithms?

2014-01-15 Thread Oliver Heger
Am 15.01.2014 15:05, schrieb Benedikt Ritter: > 2014/1/15 Gary Gregory > >> On Wed, Jan 15, 2014 at 8:06 AM, Benedikt Ritter >> wrote: >> >>> Hi Gary, >>> >>> 2014/1/15 Gary Gregory >>> On Wed, Jan 15, 2014 at 7:00 AM, Benedikt Ritter wrote: > Hi all, > > we curre

Re: [CANCELLED] Release Compress 1.7 based on RC1

2014-01-12 Thread Oliver Heger
Am 12.01.2014 10:43, schrieb Stefan Bodewig: > On 2014-01-11, Oliver Heger wrote: > >> There is a problem with the source distribution: It deflates in a >> directory "commons-compress-1.6-src"; so here the version number is >> wrong. Not sure whether this is bl

[ANNOUNCEMENT] Commons BeanUtils 1.9.1 Released

2014-01-12 Thread Oliver Heger
suggestions for improvement, see the Apache Commons BeanUtils website: http://commons.apache.org/proper/commons-beanutils/ Oliver Heger, on behalf of the Apache Commons community - To unsubscribe, e-mail: dev-unsubscr

Re: [VOTE] Release Compress 1.7 based on RC1

2014-01-11 Thread Oliver Heger
Build is successful with JDK 1.7 and 1.6 under Windows 7. It fails for me with Java 1.5 with the errors below. (I remember that I had similar problems with older releases in the past, so this is not blocking.) Site and artifacts look good. There is a problem with the source distribution: It defla

[RESULT][VOTE] Release Beanutils 1.9.1 based on RC 1

2014-01-11 Thread Oliver Heger
The vote to release Commons BeanUtils 1.9.1 based on RC1 has passed with the following votes: Thomas Neidhart: +1 Benedikt Ritter: +1 Phil Steitz: +1 Gary Gregory: +1 Oliver Heger: +1 All votes are binding. Thanks for all votes and reviews. Oliver Am 06.01.2014 21:36

Re: [VOTE] Release Beanutils 1.9.1 based on RC 1

2014-01-10 Thread Oliver Heger
Hi Jörg, Am 10.01.2014 18:04, schrieb Jörg Schaible: > Hi Oliver, > > Oliver Heger wrote: > >> Hi Jörg, >> >> Am 10.01.2014 01:01, schrieb Jörg Schaible: >>> Hi Oliver, >>> >>> Oliver Heger wrote: >>> >>>> Hi Jörg,

Re: [VOTE] Release Beanutils 1.9.1 based on RC 1

2014-01-10 Thread Oliver Heger
Am 09.01.2014 19:54, schrieb Thomas Neidhart: > On 01/08/2014 07:06 PM, Oliver Heger wrote: >> Hi Thomas, >> >> Am 07.01.2014 21:39, schrieb Thomas Neidhart: >>> On 01/06/2014 09:36 PM, Oliver Heger wrote: >>>> Hi all, >>>> >>>> th

Re: [VOTE] Release Beanutils 1.9.1 based on RC 1

2014-01-10 Thread Oliver Heger
Hi Jörg, Am 10.01.2014 01:01, schrieb Jörg Schaible: > Hi Oliver, > > Oliver Heger wrote: > >> Hi Jörg, >> >> thanks for your review. >> >> Am 08.01.2014 10:55, schrieb Jörg Schaible: >>> Hi Oliver, >>> >>> README.txt is badl

<    1   2   3   4   5   6   7   8   9   10   >