Magnus Reftel

Results 15 comments of Magnus Reftel

Any chance of getting this merged @mnogu ?

Sent a PR that adds a more direct approach: https://github.com/mnogu/gatling-kafka/pull/17

Updated as suggested. Also added some tests to show how the include/exclude branch rules work.

Now handling nulls up to 15% better - or more!

I get the same issue, and at least in my case, it seems that the problem is related to the URL that jenkinsfile-runner is attempting to download the file from:...

We have a similar issue. The solution for us is to always add a ``` junit junit-dep ``` around the dependency lines that pull in system-rules. An upgrade (or at...

AppVeyor build fails due to [WARNING] Could not transfer metadata commons-io:commons-io/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required. etc., which appears not...

> Any reason not to upgrade to JUnit `4.13` which was released Jan-2020? No, not really. Updated the PR to use 4.13, and fixed the CI builds.