Don't loop for input infinitely #3240: Fix availabilty date

I see that #3240 has been fixed. When will the fix be available.We use Jenkins to automate Gatling tests run on Centos 7 servers using gatling.sh. We are having similar issues to those described in https://github.com/gatling/gatling/issues/3240.The tests being run are not attended and when simulation names are typed incorrectly the result is a hung Jenkins job that cannot be easily aborted and Jenkins slaves running out of disk space.

/opt/gatling-charts-highcharts-bundle-2.2.2/bin/gatling.sh -nr -m -sf /var/lib/jenkins/workspace/john-test-framework/invoice/src/test/scala/ 
-s x.y.z.performance.SaveRequestTestxyz -bf /var/lib/jenkins/workspace/john-test-framework/invoice/target 
-df /var/lib/jenkins/workspace/john-test-framework/invoice/src/test/resources/data -rf /var/lib/jenkins/workspace/john-test-framework/invoice/1491513225

The requested class(‘x.y.z.performance.SaveRequestTestxyz’) can not be found in the classpath or does not extends Simulation.
Choose a simulation number:
[0] x.y.example.GoogleTest
[1] x.y.example.SearchEmployeesTest
[2] x.y.example.rqaTest
[3] x.y.z.performance.MidTierEndPointJSPSimulation
[4] x.y.z.performance.MidTierEndPointSimulation
[5] x.y.z.performance.SaveRequestSimple
[6] x.y.z.performance.SaveRequestTest
[7] x.y.z.performance.SubmitRequestSimple
Invalid characters, please provide a correct simulation number:
Choose a simulation number:
[0] x.y.example.GoogleTest
[1] x.y.example.SearchEmployeesTest
[2] x.y.example.rqaTest
[3] x.y.z.performance.MidTierEndPointJSPSimulation
[4] x.y.z.performance.MidTierEndPointSimulation
[5] x.y.z.performance.SaveRequestSimple
[6] x.y.z.performance.SaveRequestTest
[7] x.y.z.performance.SubmitRequestSimple
Invalid characters, please provide a correct simulation number:

Actually, your issue is a different one: https://github.com/gatling/gatling/issues/3284

There’s no plan to backport atm.
Except for our customers, we’ll only backport and release critical fixes on 2.2 branch.