Hi all,

I've uploaded a last snapshot of beta 19. 
http://www.restlet.org/downloads/current.zip

I think it takes into account all the feed-back received this week. Here is
a quick list of changes since the last snapshot:
 - Readded default constructors
 - Fixed Message Javadocs. Initial patch from Lars Heuer. 
 - Refactored the Restlet SPI and NRE implementation, to use helpers instead
of wrappers as plug mechanism.
 - Added ConnectorService, LocalService, LogService and StatusService to
org.restlet.util an.
 - Renamed Handler back to Restlet and renamed Finder back to Handler (all
as in beta 18)
 - Added a "defaultScorer" property on Router to have a way to catch calls
when no scorer in the normal list matched. 
 - Scorer is no more abstract, default score() returns 1.0. 
 - Handler is no longer abstract, findTarget() now returns "null" by
default. 
 - Handled case where no virtual host matches or no application matches :
display error page. 
 - Fixed bug in FreeMarker's TemplateRepresentation closing the output
stream too early, causing Simple HTTP server to fail. Reported by Zohar
Melamed.
 - Refactored HTTP call converters: introduce su.
 - The Container now also has a LogService and StatusService.
 - Refactored a bit the com.noelios.restlet.impl packages ("container"
added).
 - Added Response.setStatus(status, message) method variant.
 - Fixed a couple of regressions, all unit tests and examples work fine
again. 

Testing welcome!

Best regards,
Jerome Louvel
--
Noelios Consulting
http://www.noelios.com
phone: (+33) 147 573 053
cellular: (+33) 685 142 112

Reply via email to