Improve JSR-223 bindings implementation to allow use of external Bindings class such as SimpleBindings

This commit is contained in:
James Roseborough
2010-12-01 05:25:03 +00:00
parent f49c568297
commit a559655d7c
2 changed files with 55 additions and 73 deletions

View File

@@ -707,6 +707,7 @@ and LuaForge:
<tr valign="top"><td>&nbsp;&nbsp;<b>2.0.1</b></td><td><ul>
<li>Improve correctness of singleton construction related to static initialization
<li>Fix nan-related error in constant folding logic that was failing on some JVMs
<li>JSR-223 fixes: add META-INF/services entry in jse jar, improve bindings implementation
</ul></td></tr>
<tr valign="top"><td>&nbsp;&nbsp;<b>2.0.2</b></td><td><ul>
<li>Not yet released