Hi Felix,

[email protected] schrieb:
Author: froethenbacher
Date: Mon Feb  9 04:00:51 2009
New Revision: 742247

URL: http://svn.apache.org/viewvc?rev=742247&view=rev
Log:
Started to replace deprecated Assert with Validate.

 import org.apache.avalon.framework.service.ServiceManager;
 import org.apache.cocoon.util.NetUtils;
+import org.apache.commons.lang.Validate;

is there a special (functional) reason for using commons.lang.Validate? Should we prefer it over the Assert class from Spring?

Apart from the functional aspect, I think it is a good idea to use Commons – we should rather create dependencies to Apache libraries than to Spring.

-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to