buildbot success in on ofbizTrunkFrameworkPlugins

2021-10-16 Thread buildbot
The Buildbot has detected a restored build on builder 
ofbizTrunkFrameworkPlugins while building . Full details are available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/2262

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

Buildslave for this Build: asf947_ubuntu

Build Reason: forced: by IRC user  (privmsg): forces manual build 
after supposed BuildBot error
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot exception in on ofbizTrunkFrameworkPlugins

2021-10-16 Thread buildbot
The Buildbot has detected a build exception on builder 
ofbizTrunkFrameworkPlugins while building ofbiz-framework. Full details are 
available at:
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/2261

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

Buildslave for this Build: asf946_ubuntu

Build Reason: downstream
Build Source Stamp: [branch trunk] d1da05946498cbee6578e7608ae1b10fc2bf9faf
Blamelist: Jacques Le Roux 

BUILD FAILED: exception build upload test-results part 1

Sincerely,
 -The Buildbot





[ofbiz-framework] branch trunk updated: Fixed: Update jquery-validation to 1.19.3 for security reason (OFBIZ-12339)

2021-10-16 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 d1da059  Fixed: Update jquery-validation to 1.19.3 for security reason 
(OFBIZ-12339)
d1da059 is described below

commit d1da05946498cbee6578e7608ae1b10fc2bf9faf
Author: Jacques Le Roux 
AuthorDate: Sat Oct 16 18:53:25 2021 +0200

Fixed: Update jquery-validation to 1.19.3 for security reason (OFBIZ-12339)

Dependabot installed at GH warned me about this vulnerability during pushing
---
 themes/common-theme/webapp/common/js/package-lock.json | 4 ++--
 themes/common-theme/webapp/common/js/package.json  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/common-theme/webapp/common/js/package-lock.json 
b/themes/common-theme/webapp/common/js/package-lock.json
index 1a98a69..9a8e195 100644
--- a/themes/common-theme/webapp/common/js/package-lock.json
+++ b/themes/common-theme/webapp/common/js/package-lock.json
@@ -14,8 +14,8 @@
   "integrity": 
"sha512-QAXfshB6xqaANDX8OPExKnnooLtX0cSDCKfRnqhdv+3CVEVD9L1v3zNAhZum/4AukKlWUWUoxM6ywJJcLMXLSA=="
 },
 "jquery-validation": {
-  "version": "1.19.2",
-  "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.2.tgz;,
+  "version": "1.19.3",
+  "resolved": 
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz;,
   "integrity": 
"sha512-yHaAqOGaAB7+p2u5lpzhhQVt3CBMUw3fHcuCJ7nXmXz0LWLHPN7yOhwnocp5nrn2SmnXR1jpV+whx2j1kLz1tQ=="
 },
 "jquery.browser": {
diff --git a/themes/common-theme/webapp/common/js/package.json 
b/themes/common-theme/webapp/common/js/package.json
index ab11b5a..7615d5a 100644
--- a/themes/common-theme/webapp/common/js/package.json
+++ b/themes/common-theme/webapp/common/js/package.json
@@ -6,7 +6,7 @@
   "dependencies": {
 "jquery": "^3.5.1",
 "jquery-migrate": "^3.3.1",
-"jquery-validation": "^1.19.2",
+"jquery-validation": "^1.19.3",
 "jquery.browser": "^0.1.0"
   }
 }


[ofbiz-framework] branch dependabot/npm_and_yarn/themes/common-theme/webapp/common/js/jquery-validation-1.19.3 created (now 37d6f00)

2021-10-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/themes/common-theme/webapp/common/js/jquery-validation-1.19.3
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


  at 37d6f00  Bump jquery-validation in 
/themes/common-theme/webapp/common/js

No new revisions were added by this update.


[ofbiz-framework] branch trunk updated: Improved: Refactor too long methods (OFBIZ-12338)

2021-10-16 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 3189751  Improved: Refactor too long methods (OFBIZ-12338)
3189751 is described below

commit 318975161a4f3d8073eec7aafa3ec36e7952b489
Author: Jacques Le Roux 
AuthorDate: Sat Oct 16 14:11:40 2021 +0200

Improved: Refactor too long methods (OFBIZ-12338)

Forgot change in build.gradle
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0cc6f13..54de18e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -350,7 +350,7 @@ checkstyle {
 // the sum of errors found last time it was changed after using the
 // ‘checkstyle’ tool present in the framework and in the official
 // plugins.
-tasks.checkstyleMain.maxErrors = 54
+tasks.checkstyleMain.maxErrors = 48
 // Currently there are still errors so we need to temporarily
 // hide them to avoid polluting the terminal output.
 showViolations = false


[ofbiz-framework] branch trunk updated: Improved: Refactor too long methods (OFBIZ-12338)

2021-10-16 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 c174f32  Improved: Refactor too long methods (OFBIZ-12338)
c174f32 is described below

commit c174f32be8850cb3da2352c0af41b63b81bc8ce0
Author: Jacques Le Roux 
AuthorDate: Sat Oct 16 12:22:39 2021 +0200

Improved: Refactor too long methods (OFBIZ-12338)

We currently have 54 checkstyle errors, few are related to too long methods

Obviously nobody have currently time to work on this issue.

This commit increases the max MethodLength to 784 to hide all current 
related
errors. This reduces checkstyle errors to 48. It also allows to easier 
focus on
other errors.

It still possible to works on OFBIZ-12338 by temporary reverting this 
commit or
replacing max ParameterNumber by the number wanted (was 500, is 60 by 
default)
---
 config/checkstyle/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index dbfa21a..08e3580 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -70,7 +70,7 @@ under the License.
 
 
 
-
+