“mvn install” is getting failed as mentioned snapshot of the error below:
[INFO] Compiling 5 source files to <…path…>
[ERROR] <…path…>: error: value formParam is not a member of io.gatling.http.request.builder.HttpRequestBuilder
[ERROR] possible cause: maybe a semicolon is missing before `value formParam’?
[ERROR] .formParam(“author”, “${username}”)
[ERROR] ^
[ERROR] one error found
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
This issue is that only post() currently support formParam.
Is it intended that you want x-www-form-url-encoded ContentType for a method different from POST?
Thanks for the info Landelle, I tried to upgrame gatling to 2.1 Sonatype OSS Snapshots repository using maven.
Unluckily, I could not succeed to migrate to 2.1
Can you share the procedure to migrate to 2.1 using mavin.