Maven Plugin Version

Hi there,

does somebody know when the maven plugin will support version 2.2.2 of Gatling?

Regards Jessica

Hi Jessica,

I’m using plugin version 2.2.0 and that builds my Gatling 2.2.2 project fine.

What is the problem you’re seeing?

Cheers,
Barry

Hi Barry,

I am getting this error :
http.request.builder.HttpRequestExpressionBuilder$$Lambda$177/1721180011@47389092,

java.nio.charset.CharacterCodingException: null
at io.gatling.http.util.Utf8ByteBuffersDecoder.write(ByteBuffersDecoder.scala:135)
at io.gatling.http.util.Utf8ByteBuffersDecoder.io$gatling$http$util$Utf8ByteBuffersDecoder$$$anonfun$6(ByteBuffersDecoder.scala:144)
at io.gatling.http.util.Utf8ByteBuffersDecoder.io$gatling$http$util$Utf8ByteBuffersDecoder$$$anonfun$6$adapted(ByteBuffersDecoder.scala:142)
at scala.collection.immutable.List.foreach(List.scala:381)

It has beed fixed on Version 2.2.1 so i thought executing my simulation with 2.2.1. or 2.2.2 would fix it. I am already building it with 2.2.2.

Thanks Jessica

Are you sure this is related to Maven or is this a general error when you run your simulation? Have you run your tests successfully outside Maven?

This looks like the issue you were referring to - doesn’t look like it’s Maven related though? https://github.com/gatling/gatling/issues/2981

Perhaps someone else will have seen similar and can assist.

Cheers,
Barry