Gatling 2.0.0-M1

Hi All

I tried to switch gatling to the new version and faced a couple of issues.
It seems that com.excilys.ebi.gatling.http.Predef package doesn’t exist any more, so bodyString and httpConf are no longer visible.
Unfortunatelly, I didn’t find migration tips on the site, maybe because Gatling 2 hasn’t been officially released.

Thanks in advance.

Hi Yuri,

Packages have been renamed, instead of com.excilys.ebi.gatling… it is now io.gatling… :slight_smile:

Cheers,

Hi,

Indeed, Gatling2 hasn’t been “officially” released, it’s only a Milestone-1 release.

Anyway, the list of changes is available here : https://github.com/excilys/gatling/wiki/Gatling-2
You can also have a look at the examples that have been updated, https://github.com/excilys/gatling/blob/master/gatling-bundle/src/main/assembly/assembly-structure/user-files/simulations/basic/BasicExampleSimulation.scala

cheers
Nicolas

See https://github.com/excilys/gatling/wiki/Gatling-2