Author: taher Date: Mon Aug 8 11:24:05 2016 New Revision: 1755495 URL: http://svn.apache.org/viewvc?rev=1755495&view=rev Log: update apache shiro dependency from 1.2.5 to 1.3.0
we have been facing an instability in buildbot for a few days to due an encoding problem with apache shiro. We are bumping the version up from 1.2.5 to 1.3.0 to test if this resolves the issue. The error log: https://ci.apache.org/builders/ofbiz-trunk/builds/1208/steps/shell/logs/stdio The discussion: http://ofbiz.markmail.org/message/si7qjqambnzseeez?q=buildbot+success+date:201608 Modified: ofbiz/trunk/build.gradle Modified: ofbiz/trunk/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1755495&r1=1755494&r2=1755495&view=diff ============================================================================== --- ofbiz/trunk/build.gradle (original) +++ ofbiz/trunk/build.gradle Mon Aug 8 11:24:05 2016 @@ -33,7 +33,6 @@ ext.ofbizMainClass = 'org.apache.ofbiz.b javadoc.failOnError = false sourceCompatibility = '1.8' targetCompatibility = '1.8' -System.setProperty("file.encoding", "UTF-8") // root and subproject settings defaultTasks 'build' @@ -89,7 +88,7 @@ dependencies { compile 'org.apache.httpcomponents:httpclient-cache:4.4.1' compile 'org.apache.logging.log4j:log4j-api:2.3' compile 'org.apache.poi:poi:3.14' - compile 'org.apache.shiro:shiro-core:1.2.5' + compile 'org.apache.shiro:shiro-core:1.3.0' compile 'org.apache.tika:tika-core:1.12' compile 'org.apache.tika:tika-parsers:1.12' compile 'org.apache.tomcat:tomcat-catalina-ha:8.0.33'

