TorqueBox v4.0.0.alpha1 Release Notes

Release Date: 2014-11-25 // over 9 years ago
    • ๐ŸŒ The gem previous known as 'torqbox' is now 'torquebox-web' 4.0.0.alpha1. The 'torquebox' gem pulls in the complete TorqueBox 4.0 stack.

    • The 'torqbox' command is now 'torquebox run'.

    • Switched from bundling wunderboss-rack.jar to pulling in wunderboss and other necessary jars via maven.

    • ๐Ÿšš All the Rack components that used to exist in wunderboss were moved here, so the build was restructured to allow compiling java source files with maven dependencies without actually needing to use maven.

    • โž• Added --context-path option to 'torquebox' command to start web applications at a non-root context. In embedded mode this probably isn't all that useful outside of testing.

    • Listen for SIGTERM (in addition to SIGINT) to know when to gracefully stop.