svn commit: r1675521 - in /ofbiz/branches/OFBIZ-6275/framework: base/src/org/ofbiz/base/util/template/FreeMarkerWorker.java entity/src/org/ofbiz/entity/util/EntitySaxReader.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 23:35:45 2015 New Revision: 1675521 URL: http://svn.apache.org/r1675521 Log: OFBIZ-6277: new Configuration() is deprecated; instead, the desired freemarker version should be passed in. To make it easier to control the version centrally, add a helper method on FreeM

svn commit: r1675520 - /ofbiz/branches/OFBIZ-6275/framework/webtools/src/org/ofbiz/webtools/artifactinfo/ServiceArtifactInfo.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 23:35:37 2015 New Revision: 1675520 URL: http://svn.apache.org/r1675520 Log: OFBIZ-6284: Fix deprecated use of SimpleMethod.getAll{Entity,Service}NamesUsed(), instead using ArtifactInfoContext. Modified: ofbiz/branches/OFBIZ-6275/framework/webtools/src/org/of

svn commit: r1675466 - /ofbiz/branches/OFBIZ-6275/specialpurpose/pos/src/org/ofbiz/pos/config/ButtonEventConfig.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 19:34:01 2015 New Revision: 1675466 URL: http://svn.apache.org/r1675466 Log: OFBIZ-6290: Use ResourceLoader.readXmlRootElement, which is a non-caching version. This fixes a deprecation warning. Modified: ofbiz/branches/OFBIZ-6275/specialpurpose/pos/src/org/of

svn commit: r1675465 - /ofbiz/branches/OFBIZ-6275/framework/base/src/org/ofbiz/base/config/JNDIConfigUtil.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 19:33:55 2015 New Revision: 1675465 URL: http://svn.apache.org/r1675465 Log: OFBIZ-6278: Make use of ResourceLoader.readXmlRootElement, which is non-caching; this fixes a deprecation warning. Modified: ofbiz/branches/OFBIZ-6275/framework/base/src/org/ofbiz/bas

svn commit: r1675463 - /ofbiz/branches/OFBIZ-6275/framework/security/src/org/ofbiz/security/SecurityFactory.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 19:33:44 2015 New Revision: 1675463 URL: http://svn.apache.org/r1675463 Log: OFBIZ-6280: SecurityFactory implements deprecated methods, so add the @Deprecation tag to prevent javac from emmiting warnings. Modified: ofbiz/branches/OFBIZ-6275/framework/security/

svn commit: r1675462 - /ofbiz/branches/OFBIZ-6275/framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 19:33:38 2015 New Revision: 1675462 URL: http://svn.apache.org/r1675462 Log: OFBIZ-6279: UtilDateTime implements deprecated methods, so add the @Deprecated tag to stop javac from producing a warning. Modified: ofbiz/branches/OFBIZ-6275/framework/base/src/org/o

svn commit: r1675464 - /ofbiz/branches/OFBIZ-6275/framework/base/src/org/ofbiz/base/config/ResourceLoader.java

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 19:33:49 2015 New Revision: 1675464 URL: http://svn.apache.org/r1675464 Log: Provide method variants (readXml{Document,RootElement}) that contain the body of the deprecated methods (getXml{Document,RootElement}). Modified: ofbiz/branches/OFBIZ-6275/framework/b

svn commit: r1675394 - /ofbiz/branches/OFBIZ-6275/

2015-04-22 Thread doogie
Author: doogie Date: Wed Apr 22 15:50:43 2015 New Revision: 1675394 URL: http://svn.apache.org/r1675394 Log: All deprecation fixes(subtasks of this branch issue) will be gathered here. Added: ofbiz/branches/OFBIZ-6275/ (props changed) - copied from r1675061, ofbiz/trunk/ Propchange: