TorqueBox 1.0.0.Beta18 is out right now.
Download it and read the documentation.
Mostly this fixes some bugs with the VFS support, queues with complex names, and session identification through URL manipulation (useful for Flash-based uploaders that don’t play friendly with cookies).
Update: Yes, this release is based upon JRuby 1.4.
Here’s what JIRA thinks we’ve done:
Bug
- TORQUE-22 - Report errors better in the case of incomplete tasks specified in jobs.yml
- TORQUE-46 - gems cannot be compiled, mvn install - compilation error
- TORQUE-49 - VFS IO.open(…) does not catch existing files or open them correctly.
- TORQUE-50 - Remove crypto jar from torquebox-core-deployer.jar
- TORQUE-51 - StringUtils.camelize(…) will occasionally enter infinite loop
- TORQUE-52 - rake torquebox:server:run assumes unix and run.sh
- TORQUE-53 - ENV[**] not being set appropriately
- TORQUE-55 - URL-based session-tracking leaves ;jsessionid=X in the REQUEST_URI
Task
- TORQUE-42 - Adjust to Yecht for YML parsing (JRuby 1.4)