Skip to content

Commit

Permalink
Bug 54199 - Move to Java 6
Browse files Browse the repository at this point in the history
Bugzilla Id: 54199

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1413253 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pmouawad committed Nov 24, 2012
1 parent 26aa11e commit b662914
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


o Java Interpreter: o Java Interpreter:


A fully compliant Java 1.5 (or later) Runtime Environment is required A fully compliant Java 6 (or later) Runtime Environment is required
for Apache JMeter to execute. for Apache JMeter to execute.


o Optional jars: o Optional jars:
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@
<!-- Compilation parameters --> <!-- Compilation parameters -->
<property name="optimize" value="on"/> <property name="optimize" value="on"/>
<property name="deprecation" value="off"/> <property name="deprecation" value="off"/>
<property name="target.java.version" value="1.5"/> <property name="target.java.version" value="1.6"/>
<property name="src.java.version" value="1.5"/> <property name="src.java.version" value="1.6"/>
<property name="encoding" value="UTF-8"/> <property name="encoding" value="UTF-8"/>
<!-- Set test encoding to the same default, but allow override --> <!-- Set test encoding to the same default, but allow override -->
<property name="test.encoding" value="${encoding}"/> <property name="test.encoding" value="${encoding}"/>
Expand Down Expand Up @@ -1938,7 +1938,7 @@ run JMeter unless all the JMeter jars are added.
packagenames="org.apache.jmeter.*,org.apache.jorphan.*" packagenames="org.apache.jmeter.*,org.apache.jorphan.*"
excludepackagenames="org.apache.jorphan.timer"> excludepackagenames="org.apache.jorphan.timer">
<classpath refid="classpath"/> <classpath refid="classpath"/>
<link href="http://download.oracle.com/javase/1.5.0/docs/api/"/> <link href="http://docs.oracle.com/javase/6/docs/api/"/>
</javadoc> </javadoc>
</target> </target>


Expand Down
1 change: 1 addition & 0 deletions xdocs/changes.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ and right angle bracket (&gt;) in search filter tag in XML response data</li>
<li><bugzilla>53956</bugzilla> - Add ability to paste (a list of values) from clipboard for Header Manager</li> <li><bugzilla>53956</bugzilla> - Add ability to paste (a list of values) from clipboard for Header Manager</li>
<li>Updated to HttpComponents Client 4.2.2 (from 4.2.1)</li> <li>Updated to HttpComponents Client 4.2.2 (from 4.2.1)</li>
<li><bugzilla>54110</bugzilla> - BSFTestElement and JSR223TestElement should use shared super-class for common fields</li> <li><bugzilla>54110</bugzilla> - BSFTestElement and JSR223TestElement should use shared super-class for common fields</li>
<li><bugzilla>54199</bugzilla> - Move to Java 6</li>
</ul> </ul>


</section> </section>
Expand Down
2 changes: 1 addition & 1 deletion xdocs/download_jmeter.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<a href="http://www.apache.org/dist/jmeter/KEYS">KEYS</a> <a href="http://www.apache.org/dist/jmeter/KEYS">KEYS</a>
</p> </p>
</section> </section>
<section name="Apache JMeter &release; (Requires Java 1.5 or later)"> <section name="Apache JMeter &release; (Requires Java 6 or later)">
<subsection name="Binaries" anchor="binaries"> <subsection name="Binaries" anchor="binaries">
<table> <table>
<tr> <tr>
Expand Down
2 changes: 1 addition & 1 deletion xdocs/usermanual/component_reference.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ the additional variables for rows 4, 5 and 6 will be removed.
<property name="Parameter types" required="Yes, if a prepared or callable statement has parameters"> <property name="Parameter types" required="Yes, if a prepared or callable statement has parameters">
Comma-separated list of SQL parameter types (e.g. INTEGER, DATE, VARCHAR, DOUBLE) or integer values of Constants when for example you use custom database types proposed by driver (-10 for OracleTypes.CURSOR for example).<br/> Comma-separated list of SQL parameter types (e.g. INTEGER, DATE, VARCHAR, DOUBLE) or integer values of Constants when for example you use custom database types proposed by driver (-10 for OracleTypes.CURSOR for example).<br/>
These are defined as fields in the class java.sql.Types, see for example:<br/> These are defined as fields in the class java.sql.Types, see for example:<br/>
<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/sql/Types.html">Javadoc for java.sql.Types</a>.<br/> <a href="http://docs.oracle.com/javase/6/docs/api/java/sql/Types.html">Javadoc for java.sql.Types</a>.<br/>
[Note: JMeter will use whatever types are defined by the runtime JVM, [Note: JMeter will use whatever types are defined by the runtime JVM,
so if you are running on a different JVM, be sure to check the appropriate document]<br/> so if you are running on a different JVM, be sure to check the appropriate document]<br/>
<b>If the callable statement has INOUT or OUT parameters, then these must be indicated by prefixing the <b>If the callable statement has INOUT or OUT parameters, then these must be indicated by prefixing the
Expand Down
4 changes: 2 additions & 2 deletions xdocs/usermanual/get-started.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ over your Test Plans.</p>
<p>JMeter requires your computing environment meets some minimum requirements.</p> <p>JMeter requires your computing environment meets some minimum requirements.</p>


<subsection name="&sect-num;.1.1 Java Version" anchor="java_versions"> <subsection name="&sect-num;.1.1 Java Version" anchor="java_versions">
<note>JMeter requires a fully compliant JVM 1.5 or higher. <note>JMeter requires a fully compliant JVM 6 or higher.
</note> </note>
<p>Because JMeter uses only standard Java APIs, please do not file bug reports if your JRE fails to run <p>Because JMeter uses only standard Java APIs, please do not file bug reports if your JRE fails to run
JMeter because of JRE implementation issues.</p> JMeter because of JRE implementation issues.</p>
Expand All @@ -89,7 +89,7 @@ on JMeter wiki.</p>




<subsection name="&sect-num;.2.1 Java Compiler" anchor="opt_compiler"> <subsection name="&sect-num;.2.1 Java Compiler" anchor="opt_compiler">
<p>If you want to build the JMeter source or develop JMeter plugins, then you will need a fully compliant JDK 1.5 or higher.</p> <p>If you want to build the JMeter source or develop JMeter plugins, then you will need a fully compliant JDK 6 or higher.</p>
</subsection> </subsection>


<subsection name="&sect-num;.2.2 SAX XML Parser" anchor="opt_sax"> <subsection name="&sect-num;.2.2 SAX XML Parser" anchor="opt_sax">
Expand Down
2 changes: 1 addition & 1 deletion xdocs/usermanual/listeners.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sampleresult.timestamp.start=true
</code></p> </code></p>
<p> <p>
The date format to be used for the timestamp_format is described in <a The date format to be used for the timestamp_format is described in <a
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html"> HREF="http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html">
<b>SimpleDateFormat</b></a>. <b>SimpleDateFormat</b></a>.
Bear in mind that choosing a date format other than "ms" is likely to Bear in mind that choosing a date format other than "ms" is likely to
make it impossible for JMeter to interpret the value when it is read make it impossible for JMeter to interpret the value when it is read
Expand Down

0 comments on commit b662914

Please sign in to comment.