Re: [Math] Review of "genetic algorithm" module

2022-02-19 Thread Gilles Sadowski
Hello. Le ven. 18 févr. 2022 à 11:32, Avijit Basak a écrit : > > Hi All > > Please see my comments below. > >> [...] > > --I have modified the exception class name to > GeneticIllegalArgumentException. The build fails because of CheckStyle errors: https://app.travis-ci.com/github/apache/

Fwd: Build failed in Jenkins: Commons » commons-codec #138

2022-02-19 Thread Gary Gregory
Is this a Jenkins issue? [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-codec --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/workspace/Commons/commons-codec/target/classes [WARNING] Attempt to (de-)serialize anony

Re: Build failed in Jenkins: Commons » commons-codec #138

2022-02-19 Thread Bruno Kinoshita
Not sure, but the console output is similar to this build from 2 days ago, that also failed: https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/134/console Maybe it's due to Maven version, or to some Maven plugin? Travis/GH Actions appear to be running OK. -Bru

CODED-285 - JUnit5

2022-02-19 Thread Itamar C
Just finished changing all tests to JUnit5 and dropped junit-vintage-engine from pom.xml. It's on PR #113. I saw that there are another 8 PRs in the issue, I hope there are not too many conflicts in there for the reviewer. Any doubt about my changes, I'm here to answer. (By the way, I just sent