Feature: Default FileSerializer implementation, now is possible to serve files for downloading.
Feature: New default extension (.file) for serving files.
Feature: Within functional style you are able to implement generic serializers for whatever model you have.
Feature: Now javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest and javax.servlet.http.HttpServletResponse are accessible from controllers.
Patch: Instead of implementing net.sf.serfj.serializers.Serializer developers must implement net.sf.serfj.serializers.ObjectSerializer for serializing objects.
Patch: RestController.addObject2request is deprecated in favour of RestController.putParam
Patch: Updated Maven plugins and added versions at POM for plugins without version.
Patch: Updated JAR dependencies versions.
Patch: Built on Java 6.
Defect: Extension .64 doesn't work. Now it's changed to .base64. Tests added.
Defect: For resources called 'Signatures' the singular is not well made. Added an exception for signatures. Tests added.
Defect: Identifiers for resources didn't allow alphabet chars although the
identifier started with number. Changed to allow this kind of identifiers. Tests added.
Defect: GroupId for serfj must be net.sf.serfj instead of net.sf. Changed to net.sf.serfj.
Defect: When not serializer is found a NullPointerException is thrown.