question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Gatling 3.7

See original GitHub issue

It 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
phiSgrcommented, May 21, 2022

Closed by 377fadc

2reactions
phiSgrcommented, May 12, 2022

After I get the time to finish upgrading to Gatling 3.7. I will create Java bindings.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found