Hi all, As 1.0 RC1 will take a bit longer to get released due to the URI routing refactoring, I thought it would be a good idea to have an intermediary release.
Thanks to the following direct contributors: - Chris Grindstaff - Jeff Walter - Piyush Purang - Sean Landis - Steffen Eichenberg - Thierry Boileau Detailled changes log: http://www.restlet.org/docs/changes Direct download link: http://www.restlet.org/downloads/restlet-1.0b22.zip Best regards, Jerome --- [Bugs fixed] - Fixed IndexOutOfBoundsException in HttpServerCall causing ServerServlet to fail. Reported by Steffen Eichenberg. - Fixed NPE in HostScorer when using URIs with default ports. Reported by Jeff Walter. - Fixed issue with header name comparison not ignoring the case. Reported by Sean Landis. [API changes] - Removed Jetty 5 connector from the distribution. Use Jetty 6 connector instead. Source code still available in SVN. Fixes #180. - Disabled Atom extension for 1.0 RC1. Postponed for completion in 1.1. - Changed Helper SPI interface into an abstract SPI class. - MapModel now derives from WrapperMap instead of TreeMap. - Finalized many classes in order to be explicit about what is intended to be subclassed or not. Contributed by Piyush Purang. - org.restlet.util.PipeStream was moved inside ByteUtils as a private class. - Merged ImmutableDate into DateUtils as an inner private class. Added an "unmodifiable" static method to DateUtils instead. [Enhancements] - Add new constructor to Tag for weak tags taking an unquoted opaque value. Fixes #201. Suggested by Chris Grindstaff - Updated Spring library to 2.0.1 - Refactored the JdbcClient to return XML result sets (using a new RowSetRepresentation class). In addition, the XML request can now contain several SQL statements to be executed as a batch. Contributed by Thierry Boileau. - Added an URI resolver to the Transformer based on the context's dispatcher. That will allow the usage of the "document()" XPath methods and other imports to be defined in XSLT stylesheets. Fixes #125. - Added support for CheckStyle (disabled by default). The CheckStyle configuration file is "build/checks.xml", currently a clone of sun_checks.xml. Suggested by Piyush Purang. - Improved CheckStyle Ant task: not failing for style violations and HTML reports for each module. Contributed by Piyush Purang.

