Support for Gatling 3.7
See original GitHub issueIt would seem the last release of gatling-grpc is incompatible with Gatling 3.7. At a minimum (likely there are more?), this error occurs:
Exception in thread "main" java.lang.NoClassDefFoundError: io/gatling/core/check/FindCheckBuilder
at com.github.phisgr.gatling.grpc.check.GrpcCheckSupport.$init$(GrpcCheckSupport.scala:11)
at com.github.phisgr.gatling.grpc.Predef$.<clinit>(Predef.scala:5)
at com.github.phisgr.gatling.grpc.Predef.grpc(Predef.scala)
Which seems to be caused by a refactor of the CheckBuilder class from 3.6 to 3.7.
This is a feature request to have support for 3.7; I was hoping to use the new Gatling Java API if possible.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Upgrading from 3.6 to 3.7 - Gatling
Gatling 3.7 is not binary compatible with previous versions. Any code compiled with a previous version must be recompiled in order to be...
Read more >What's New in 3.7 - Gatling
Gatling 3.7 release notes. ... #3634: WebSockets now support mixing sent and checked frames types; #3929: WebSockets now support wsAutoReplyTextFrame and ...
Read more >Gatling 3.7. – Java DSL, Kotlin and much more
Our new release is coming with a Java DSL and new features along the way. Learn more about Gatling 3.7 in this article....
Read more >Release Notes - Gatling Enterprise Self-Hosted
Gatling Enterprise 1.16.0 is compatible with Gatling 3.3, 3.4, 3.5, 3.6 and 3.7. Still, you're recommended to upgrade to 3.7.1, older versions ...
Read more >Release - Gatling 3.7.4 and Enterprise 1.16.2
Gatling 3.7.4 and Enterprise 1.16.2 ... Attention, this article is about an outdated version of Gatling. ... Here it comes! Our first release...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closed by 377fadc
After I get the time to finish upgrading to Gatling 3.7. I will create Java bindings.