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.

App: Support Java 9

See original GitHub issue

Note: Scala doesn’t fully support Java 9 yet.

  • Fix ZincCompiler to not cast current ClassLoader into URLClassLoader
  • Disable Gatling’s StringHelper’s String char array stealing when running with Java 9 as value is a byte array then
  • Disable Boon’s FastStringUtils when running with Java 9
  • Make sure to never call Jodd’s DOMBuilder#parse with a String, as it relies on Java 8 String implementation and there’s currently no way to disable
  • Fix multiple Class, Classloader and ByteBuffer deprecations and API breaking changes

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Aug 1, 2018

Any news on when gatling 3 will be released?

0reactions
slandellecommented, May 1, 2018

No, this will be released as Gatling 3, there are too many breaking changes in many components, such as the maven plugin. We expect a first RC in July.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Java 9 - Oracle
Introducing Java SE 9. Accelerate Java application development with the Java platform module system and 150 new features. Download Java SE 9 today....
Read more >
Does Android Studio 3 support Java 9 for ... - Stack Overflow
As far as I know, the IDE itself supports Java 9. This means you can write a Java 9 desktop program, or run...
Read more >
Java 9 Features with Examples - DigitalOcean
Nowadays, Reactive Programming has become very popular in developing applications to get some beautiful benefits. Scala, Play, Akka, etc.
Read more >
Java 9+ modularity: The difficulties and pitfalls of migrating ...
By looking at compatibility, migration issues, and techniques, explore the new APIs and tools, changes, deletions, and deprecations in Java ...
Read more >
Using Java 9 Modularization to Ship Zero-Dependency Native ...
Using Java 9 Modularization to Ship Zero-Dependency Native Apps ... I assume that if Eclipse and NetBeans don't have similar support already ...
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