https://bz.apache.org/bugzilla/show_bug.cgi?id=63776

--- Comment #2 from Felix Schumacher <[email protected]> ---
(In reply to S. Seide from comment #0)
> Hello,
> 
> the currently used version of Jackson-databind contains an security
> vulnerability (again). This one is fixed at 2.9.10 (CVE-2019-14540)
> https://github.com/FasterXML/jackson-databind/issues/2410
> 
> I try to create a PR but failed. Maybe someone can help...
> 
> I did all steps as described inside CONTRIBUTING.md.
> 
> I checked out the code from github. Opened build.gradle.kts inside Intellij
> (2019.2.3). Here i was not asked about poitn 2 "Create separate module per
> source set".
> 
> Than later on running './gradlew check' fails. It seems to be a locale
> problem. Two tests fail with the following:
> 
> org.apache.jmeter.assertions.gui.AssertionGuiSpec > Modification of
> ResponseAssertion by GUI has no unexpected behaviour FAILED
>     Condition not satisfied:
> 
>     element.getName() == "Response Assertion"
>     |       |         |
>     |       |         false
>     |       |         15 differences (21% similarity)
>     |       |         (V)e(r)s(ichert)e A(ntwo)rt(---)
>     |       |         (R)e(-)s(pons--)e A(sse-)rt(ion)
>     |       Versicherte Antwort
>     <org.apache.jmeter.assertions.ResponseAssertion@c074e66
> propMap=[Asserion.test_strings:[], TestElement.name:Versicherte Antwort,
> TestElement.gui_class:org.apache.jmeter.
> ...
> 
> What should i change to resolve these?
> 

I always set LANG and LC_ALL before running gradle like this:
$ LANG= LC_ALL=C ./gradlew build

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to