-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
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
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
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
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
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
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