App: Support Java 9
See original GitHub issueNote: Scala doesn’t fully support Java 9 yet.
- Fix ZincCompiler to not cast current
ClassLoader
intoURLClassLoader
- Disable Gatling’s
StringHelper
’s String char array stealing when running with Java 9 asvalue
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
andByteBuffer
deprecations and API breaking changes
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Any news on when gatling 3 will be released?
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.