You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Apache Wiki <wi...@apache.org> on 2007/02/03 13:16:12 UTC

[Jakarta-jmeter Wiki] Update of "Java14Proposals" by JMeterAdmin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.

The following page has been changed by JMeterAdmin:
http://wiki.apache.org/jakarta-jmeter/Java14Proposals

The comment on the change is:
JMeter now requires 1.4

------------------------------------------------------------------------------
  There is a proposal for JMeter to require at least Java 1.4.
+ 
+ ''This has now been agreed; JMeter now requires at least Java 1.4''
  
  This gives the opportunity to make some changes and improvements.
  
  == JDBC Pooling ==
  
   * might be worth replacing all the Excalibur stuff with standard Java pooling.
+  * or perhaps Commons DBCP
  
  == Regular Expressions ==
  
  ORO works well - is there any point moving to java regular expressions?
  
+ Java REs allow look-behind matching; however there are some concerns about the way it treats line-endings.
+ It appears that the line-endings can vary between Host OSes; this is not really suitable for JMeter.
+ 
  == Miscellaneous features ==
  
  Remove work-rounds for the following:
  
-  * Boolean.toString
-  * Boolean.valueOf(boolean)
+  * Boolean.toString ''(mostly now done)''
+  * Boolean.valueOf(boolean) ''(mostly now done)''
-  * String.replaceAll, String.split, String.replace
+  * String.replaceAll, String.split, String.replace ''partially done''
-  * URLDecoder / URLEncoder
+  * URLDecoder / URLEncoder ''(now done)''
  
  Allow the use of the following:
  
-   * Runtime.getRuntime().maxMemory(); (Memory Benchmark class)
+   * Runtime.getRuntime().maxMemory(); (Memory Benchmark class) ''(now done)''
  
  == Additional Exceptions ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org