Am Montag, den 11.04.2016, 07:18 +0500 schrieb Bob: > Hi, > > I read that JMeter 3.0 source code was migrated to Java 7 and can you > briefly explain what this migration will bring? I've already read 3.0 > documentation and http://openjdk.java.net/projects/jdk7/features/. I > would like to know the exact changes related to Java 7 migration. Thanks!
Most changes were from the "lang" part of your given link. Those syntax changes make the code (hopefully) a bit more readable. One point for java 7 was part of the "core" Concurrency update. Namely the ThreadLocalRandom. If you want to know the exact source changes, you might want to look at the svn or git repo. A good starting point might be https://bz.apache.org/bugzilla/show_bug.cgi?id=57981 Regards, Felix > > Bob, > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
