You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/22 15:40:43 UTC

svn commit: r947294 - /jakarta/bsf/branches/bsf3.x/RELEASE_NOTES

Author: sebb
Date: Sat May 22 13:40:43 2010
New Revision: 947294

URL: http://svn.apache.org/viewvc?rev=947294&view=rev
Log:
Tweaks

Modified:
    jakarta/bsf/branches/bsf3.x/RELEASE_NOTES

Modified: jakarta/bsf/branches/bsf3.x/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/RELEASE_NOTES?rev=947294&r1=947293&r2=947294&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/RELEASE_NOTES (original)
+++ jakarta/bsf/branches/bsf3.x/RELEASE_NOTES Sat May 22 13:40:43 2010
@@ -15,9 +15,16 @@ However, the implementation is believed 
 * BSF-3.x is not compatible with BSF-2.4 - the API is completely different.
 * BSF-3.x can be deployed and used on Java 1.4+ - it does not require Java 1.6
 
+What the jars contain
+---------------------
+bsf-api.jar     - javax.script package which implements JSR-223 for Java 1.4+
+bsf-utils.jar   - additional utilities for use with all JSR-223 implementations.
+bsf-engines.jar - collection of 3rd party JSR-223 factory implementations
+bsf-all.jar     - all the above
+
 Incomplete packages
 -------------------
-The org.apache.bsf.utils.http and org.apache.bsf.xml packages contain several classes.
+The org.apache.bsf.utils.http and org.apache.bsf.xml packages in bsf-utils.jar contain several classes.
 These are not complete, and should not be relied on.
 They are not needed in order to use the javax.script API.
 
@@ -30,9 +37,14 @@ Compared with 3.0, the 3.1 release fixes
 * BSF-30 ScriptEngineManager no longer catches ThreadDeath
 * BSF-29 ScriptException constructed via chained constructor 
   ScriptException(Exception) always returns String "null" for getMessage()
+* Prevent Maven deploy from uploading test modules
+
+There are also a few improvements:
+
 * Test suite changes: renamed duplicate classes, better support for testing on Java 1.6/1.7
 * Added java-1.4/5/6/7 Maven profiles to allow cross-compilation and testing
-* Prevent Maven deploy from uploading test modules
+* Use Jexl2 rather than Jexl-1 for testing
+* removed duplicated test cases (jython-2.2)
 
 ----
 



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