Hello,
*Java 9 Compilation:*
I was able to compile with Java 9 after some changes:
- removal of children() override in JMeterTreeNode as per Felix proposal
- Fixing Code impacts of the previous changes
This change will probably break existing plugins using this method. Should
we do it for 3.3 ?
Java 9 Running:
- Running tests of a Java 8 compiled JMeter with Java 9 failed with
NoClassDefFoundError accessing javax.activation.DataSource
- Adding this option made it work:
- --add-modules java.activation
I pushed :
- https://github.com/apache/jmeter/pull/308
I think even if we release as is 3.3, users will face issues with Java 9,
mainly fixable through addition of :
- --add-modules
But maybe we should check samplers like :
- jms
- ldap
..
--
Cordialement.
Philippe Mouawad.
--
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie
UBIK LOAD PACK Web Site <http://www.ubikloadpack.com/>
UBIK LOAD PACK on TWITTER <https://twitter.com/ubikloadpack>