Fwd: svn commit: r1563259 - in /commons/proper/lang/trunk: pom.xml src/changes/changes.xml src/main/java/org/apache/commons/lang3/math/NumberUtils.java src/test/java/org/apache/commons/lang3/math/Numb

2014-01-31 Thread Jörg Schaible
-1 Please revert, we have that already in org.apache.commons.lang3.Conversion --- Weitergeleitete Nachricht (Anfang) Betreff: svn commit: r1563259 - in /commons/proper/lang/trunk: pom.xml src/changes/changes.xml src/main/java/org/apache/commons/lang3/math/NumberUtils.java src/tes

commons-lang pull request: Add escapeXml10 and escapeXml11

2014-01-31 Thread adamhooper
GitHub user adamhooper opened a pull request: https://github.com/apache/commons-lang/pull/15 Add escapeXml10 and escapeXml11 These methods turn any String into valid XML, hacking off characters when necessary. See https://issues.apache.org/jira/browse/LANG-955 * `escapeXml1

[SITE] How to release commons-skin?

2014-01-31 Thread Benedikt Ritter
Hi all, I've created a tag for releasing commons-skin-4 [1] which includes the fluido look, Thomas has implemented [2]. I thought creating the RC would be as easy as calling mvn deploy -Prelease. Well it isn't :-) I get error message pasted at [3]. I understand what's the problem here. Obviously

Re: svn commit: r1562992 - in /commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/src: changes/changes.xml main/java/org/apache/commons/dbcp/datasources/InstanceKeyObjectFactory.java test/java/org/apache/

2014-01-31 Thread Mark Thomas
On 30/01/2014 23:12, sebb wrote: > On 30 January 2014 21:54, wrote: >> Author: markt >> Date: Thu Jan 30 21:54:56 2014 >> New Revision: 1562992 >> >> URL: http://svn.apache.org/r1562992 >> Log: >> Fix DBCP-369 >> Fix threading issue when using multiple instances of the >> SharedPoolDataSource co

Re: [DBCP] Standardise Maven layout?

2014-01-31 Thread Mark Thomas
On 30/01/2014 22:20, sebb wrote: > Also done for 1.5 branch > > However the test TestSharedPoolDataSource.testClosePool() is failing > in both Ant and Maven. > > I don't think that's related to the source move. It isn't. It is a regression from one of my bug fixes for a concurrency issues. It sh

Re: [LANG] FieldUtils forceAccess does not force access for final

2014-01-31 Thread Benedikt Ritter
Hi Gary, sorry for my short message. I did not have the time to have a deep look into this. 2014/1/31 Gary Gregory > Looking at FieldUtils some more... setAccessible(true) is never rollback > with a matching setAccessible(false). > > This is a non-trivial side effect. > > I am wondering whether

Re: [io] Addition of a TrailerInputStream class?

2014-01-31 Thread Duncan Jones
Hi Oliver, On 29 January 2014 20:25, Oliver Heger wrote: > 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