Fixed a race condition in core logics that could manifest as a NPE.
Fixed CgLib proxies throwing exceptions on initialization. To enable CgLib proxy bypass “-Drebel.allow_bytecode_proxy=true” should be now added to the JVM command line.
Fixed some JavaRebel messages (like monitored dirs) not showing up properly.
Improved reflection correctness and performance.
1.2-M1 (9th June2008)
JavaRebel SDK. The SDK has been refactored with added functionality for processing class bytecode and managing JavaRebel configuration.
JavaRebel Plugins. It is now possible to register JavaRebel plugins that can make use of the SDK APIs to integrate with custom containers or frameworks.
JavaRebel Integration Project. To test the new SDK APIs and plugins we created an open-source integration project and moved almost all of the custom container/framework integration processors there.
Added support for filtering packages that will be managed by JavaRebel
Full support for Eclipse plugins (and OSGi bundles generally)
Initial support for IBM WebSphere, please check the installation manual included in the distribution.
Integration with Commons-EL, to update metadata when classes change.