ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Replace org.datanucleus.util.StringUtils #308

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Replace org.datanucleus.util.StringUtils with 
org.apache.commons.lang.StringUtils in the sources, 
so that datanucleus libs can be dropped from deployment.

Original issue reported on code.google.com by axelclk@gmail.com on 10 Aug 2010 at 6:47

GoogleCodeExporter commented 8 years ago

Original comment by kinyelo@gmail.com on 12 Aug 2010 at 7:33

GoogleCodeExporter commented 8 years ago
Attached is a patch for this issue

Original comment by vidarsv...@gmail.com on 17 Aug 2010 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed r895

Original comment by kinyelo@gmail.com on 21 Aug 2010 at 9:22

GoogleCodeExporter commented 8 years ago
Why didn't you use the patch?

I now have to merge bunch of files because you used !StringUtils.isEmpty(foo) 
while I used StringUtils.isNotEmpty(foo) 

Original comment by vidarsv...@gmail.com on 12 Nov 2010 at 9:11