Author: pmouawad
Date: Sun Jan 15 12:50:54 2017
New Revision: 1778910
URL: http://svn.apache.org/viewvc?rev=1778910&view=rev
Log:
Bug 60415 - Drop Java 7 support
Update changes to remove mention of Java 7 bugs in known issues section
Refresh the changes
Bugzilla Id: 60415
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1778910&r1=1778909&r2=1778910&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Jan 15 12:50:54 2017
@@ -60,7 +60,7 @@ Summary
<ch_section>IMPORTANT CHANGE</ch_section>
<p>
-Fill in some detail.
+JMeter now requires Java 8. Ensure you use most up to date version.
</p>
<ch_title>Core improvements</ch_title>
@@ -70,8 +70,7 @@ Fill in some detail.
<ch_title>Documentation improvements</ch_title>
<ul>
-<li>Documentation review and improvements for easier startup</li>
-<li>New <a href="usermanual/properties_reference.html">properties
reference</a> documentation section</li>
+<li>PDF Documentations have been migrated to HTML user manual</li>
</ul>
<!-- <ch_category>Sample category</ch_category> -->
<!-- <ch_title>Sample title</ch_title> -->
@@ -252,17 +251,6 @@ the total number of threads only applies
</li>
<li>
-Note that there is a <a
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 ">bug in
Java</a>
-on some Linux systems that manifests itself as the following error when
running the test cases or JMeter itself:
-<source>
- [java] WARNING: Couldn't flush user prefs:
- java.util.prefs.BackingStoreException:
- java.lang.IllegalArgumentException: Not supported: indent-number
-</source>
-This does not affect JMeter operation. This issue is fixed since Java 7b05.
-</li>
-
-<li>
Note that under some windows systems you may have this WARNING:
<source>
java.util.prefs.WindowsPreferences
@@ -273,12 +261,6 @@ The fix is to run JMeter as Administrato
</li>
<li>
-With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look
blurry.
-This is a known Java bug, see Bug <a
href="http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8000629"
>JDK-8000629</a>.
-A workaround is to use a Java 7 update 40 runtime which fixes this issue.
-</li>
-
-<li>
You may encounter the following error:
<source>java.security.cert.CertificateException: Certificates does not conform
to algorithm constraints</source>
if you run a HTTPS request on a web site with a SSL certificate (itself or
one of SSL certificates in its chain of trust) with a signature
@@ -296,14 +278,14 @@ See <bugzilla>56357</bugzilla> for deta
<li>
Under Mac OSX Aggregate Graph will show wrong values due to mirroring effect
on numbers.
This is due to a known Java bug, see Bug <a
href="https://bugs.openjdk.java.net/browse/JDK-8065373" >JDK-8065373</a>
-The fix is to use JDK7_u79, JDK8_u45 or later.
+The fix is to use JDK8_u45 or later.
</li>
<li>
View Results Tree may fail to display some HTML code under HTML renderer, see
<bugzilla>54586</bugzilla>.
This is due to a known Java bug which fails to parse "<code>px</code>" units
in row/col attributes.
See Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8031109"
>JDK-8031109</a>
-The fix is to use JDK9 b65 or later.
+The fix is to use JDK9 b65 or later (but be aware that Java 9 is not certified
yet for JMeter).
</li>
<li>