buildbot exception in on ofbizTrunkFrameworkPlugins

2020-12-17 Thread buildbot
The Buildbot has detected a build exception on builder 
ofbizTrunkFrameworkPlugins while building ofbiz-plugins. Full details are 
available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1920

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf945_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkPluginsCommit' 
triggered this build
Build Source Stamp: [branch trunk] 40d7c57662a3450dd42d1262c72846079bce2a63
Blamelist: Jacques Le Roux 

BUILD FAILED: exception loadAll upload test-results part 1

Sincerely,
 -The Buildbot





buildbot exception in on ofbizTrunkFramework

2020-12-17 Thread buildbot
The Buildbot has detected a build exception on builder ofbizTrunkFramework 
while building ofbiz-framework. Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFramework/builds/2012

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf947_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' 
triggered this build
Build Source Stamp: [branch trunk] f016e5da2309a775090a71d2f679746260ec6f09
Blamelist: Jacques Le Roux 

BUILD FAILED: exception build upload test-results part 1

Sincerely,
 -The Buildbot





[ofbiz-framework] branch trunk updated: Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)

2020-12-17 Thread jleroux
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
 new f016e5d  Improved: Update build.gradle to the latest dependencies 
(OFBIZ-12092)
f016e5d is described below

commit f016e5da2309a775090a71d2f679746260ec6f09
Author: Jacques Le Roux 
AuthorDate: Thu Dec 17 18:44:29 2020 +0100

Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)

Shiro could be updated to 1.7.0 this time (w/o code changes)
---
 build.gradle | 72 ++--
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3da4cae..73abf36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,9 +31,9 @@ plugins {
 id 'maven-publish'
 id 'at.bxm.svntools' version '2.2.1' // Don't update as long as we don't 
use Java 11, it's needed by version 3
 id 'org.asciidoctor.convert' version '2.4.0' // About 
org.asciidoctor.jvm.convert as it says itself: "If you need a production-ready 
version of the AsciidoctorJ plugin for Gradle use a 1.5.x release of 
'org.asciidoctor.convert' instead"
-id 'org.owasp.dependencycheck' version '5.3.2.1' apply false
-id 'se.patrikerdes.use-latest-versions' version '0.2.13' apply false
-id 'com.github.ben-manes.versions' version '0.29.0' apply false
+id 'org.owasp.dependencycheck' version '6.0.3' apply false
+id 'se.patrikerdes.use-latest-versions' version '0.2.15' apply false
+id 'com.github.ben-manes.versions' version '0.36.0' apply false
 id "com.github.ManifestClasspath" version "0.1.0-RELEASE"
 id "com.github.jakemarsden.git-hooks" version "0.0.2"
 }
@@ -156,56 +156,56 @@ configurations {
 
 dependencies {
 implementation 'xerces:xercesImpl:2.12.0'
-implementation 'com.google.zxing:core:3.4.0'
+implementation 'com.google.zxing:core:3.4.1'
 implementation 
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
 implementation 'com.googlecode.ez-vcard:ez-vcard:0.9.10'
-implementation 
'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:1.1'
-implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.6'
-implementation 'com.ibm.icu:icu4j:67.1'
+implementation 
'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20200713.1'
+implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.15'
+implementation 'com.ibm.icu:icu4j:68.1'
 implementation 'com.lowagie:itext:2.1.7' // Don't update due to license 
change in newer versions, see OFBIZ-10455
 implementation 'com.sun.mail:javax.mail:1.6.2'
-implementation 
'com.sun.syndication:com.springsource.com.sun.syndication:0.9.0'
-implementation 'com.thoughtworks.xstream:xstream:1.4.12'
+implementation 
'com.sun.syndication:com.springsource.com.sun.syndication:1.0.0'
+implementation 'com.thoughtworks.xstream:xstream:1.4.15'
 implementation 'commons-fileupload:commons-fileupload:1.4'
-implementation 'commons-net:commons-net:3.6'
-implementation 'commons-validator:commons-validator:1.6'
+implementation 'commons-net:commons-net:3.7.2'
+implementation 'commons-validator:commons-validator:1.7'
 implementation 'de.odysseus.juel:juel-impl:2.2.7'
 implementation 'net.fortuna.ical4j:ical4j:1.0-rc3-atlassian-11'
 implementation 'net.lingala.zip4j:zip4j:2.6.4'
-implementation 'org.apache.ant:ant-junit:1.10.8'
+implementation 'org.apache.ant:ant-junit:1.10.9'
 implementation 'org.apache.commons:commons-collections4:4.4'
-implementation 'org.apache.commons:commons-dbcp2:2.7.0'
+implementation 'org.apache.commons:commons-dbcp2:2.8.0'
 implementation 'org.apache.commons:commons-imaging:1.0-alpha2' // Alpha 
but OK, "Imaging was working and was used by a number of projects in production 
even before reaching its initial release as an Apache Commons component."
-implementation 'org.apache.commons:commons-text:1.8'
+implementation 'org.apache.commons:commons-text:1.9'
 implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.4'
 implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
-implementation 'org.apache.httpcomponents:httpclient-cache:4.5.12'
-implementation 'org.apache.logging.log4j:log4j-api:2.13.3' // the API of 
log4j 2
-implementation 'org.apache.logging.log4j:log4j-core:2.13.3' // Somehow 
needed by Buildbot to compile OFBizDynamicThresholdFilter.java
+implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
+implementation 'org.apache.logging.log4j:log4j-api:2.14.0' // the API of 
log4j 2
+implementation 'org.apache.logging.log4j:log4j-core:2.14.0' // Somehow 
needed by Buildbot to compile OFBizDynamicThresholdFilter.java
 implementation 

[ofbiz-plugins] branch trunk updated: Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)

2020-12-17 Thread jleroux
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 40d7c57  Improved: Update build.gradle to the latest dependencies 
(OFBIZ-12092)
40d7c57 is described below

commit 40d7c57662a3450dd42d1262c72846079bce2a63
Author: Jacques Le Roux 
AuthorDate: Thu Dec 17 18:44:33 2020 +0100

Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)

I crossed new issues with plugins:

I tried to update Solr and Lucene to 8.7.0 but crossed issues (compilation 
and
Eclipse classpath)

Same for Jersey with 3.0.0 version
---
 example/build.gradle  | 2 +-
 lucene/build.gradle   | 6 +++---
 ofbiz-rest-impl/build.gradle  | 6 +++---
 solr/build.gradle | 2 +-
 solr/home/solrdefault/conf/solrconfig.xml | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/example/build.gradle b/example/build.gradle
index 420b52c..eb42651 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.37'
+pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.41'
 }
diff --git a/lucene/build.gradle b/lucene/build.gradle
index 971312e..0c09701 100644
--- a/lucene/build.gradle
+++ b/lucene/build.gradle
@@ -20,7 +20,7 @@ dependencies {
 // Remember to change the version number in SearchWorker class when 
upgrading.
 // Also Solr et Lucene should use the same version, luceneMatchVersion 
should be updated in solrconfig.xml
 // LUCENE_VERSION in SearchWorker.java should be updated
-pluginLibsCompile 'org.apache.lucene:lucene-core:8.5.2' 
-pluginLibsCompile 'org.apache.lucene:lucene-queryparser:8.5.2'
-pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:8.5.2'
+pluginLibsCompile 'org.apache.lucene:lucene-core:8.5.2'  // I tried to 
update to 8.7.0 but crossed issues (compilation and eclipse classpath)
+pluginLibsCompile 'org.apache.lucene:lucene-queryparser:8.5.2' // I tried 
to update to 8.7.0 but crossed issues (compilation and eclipse classpath)
+pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:8.5.2' // I 
tried to update to 8.7.0 but crossed issues (compilation and eclipse classpath)
 }
diff --git a/ofbiz-rest-impl/build.gradle b/ofbiz-rest-impl/build.gradle
index 3123b2c..2e3887e 100644
--- a/ofbiz-rest-impl/build.gradle
+++ b/ofbiz-rest-impl/build.gradle
@@ -27,9 +27,9 @@ dependencies {
 pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-multipart:2.31'
 pluginLibsCompile 
'org.glassfish.jersey.media:jersey-media-json-jackson:2.31'
 pluginLibsCompile 'org.glassfish.jersey.inject:jersey-hk2:2.31'
-pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.1.2'
-pluginLibsCompile 
'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.1.2'
-pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.1.2'
+pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.1.6'
+pluginLibsCompile 
'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.1.6'
+pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.1.6'
 }
 
 task install {
diff --git a/solr/build.gradle b/solr/build.gradle
index cee21e1..67ef1c9 100644
--- a/solr/build.gradle
+++ b/solr/build.gradle
@@ -19,7 +19,7 @@
 dependencies {
 // Remember to change the version number in SearchWorker class when 
upgrading.
 // Also Solr et Lucene should use the same version, luceneMatchVersion 
should be updated in solrconfig.xml
-pluginLibsCompile 'org.apache.solr:solr-core:8.5.2'
+pluginLibsCompile 'org.apache.solr:solr-core:8.5.2' // I tried to update 
to 8.7.0 but crossed issues (compilation and eclipse classpath)
 pluginLibsCompile 'com.google.guava:guava:28.0-jre'
 }
 
diff --git a/solr/home/solrdefault/conf/solrconfig.xml 
b/solr/home/solrdefault/conf/solrconfig.xml
index 9e305d7..2bce0b0 100644
--- a/solr/home/solrdefault/conf/solrconfig.xml
+++ b/solr/home/solrdefault/conf/solrconfig.xml
@@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
   -->
-  8.5.2
+  8.5.2