Hi all,
I've released version 0.9.6 of the Ronin web framework. Changes in this release include:
- Compatibility with version 0.4 of Aardvark.
- Updated Goson dependency to version 0.3.
- When an @HttpsOnly controller method is accessed via HTTP, Ronin sends a redirect to the HTTPS URL instead of returning a 500 error. The old behavior can be restored via the RoninConfig.HttpsStrategy property.
- Fixed the sample .ddl file included with new Ronin projects.
To upgrade an existing Ronin project:
- Run "mvn versions:use-latest-versions".
Enjoy!
-Gus