The wicket team is pleased to announce the Wicket 1.0.2 release!
http://wicket.sourceforge.net
Wicket is a Java web application framework that takes simplicity,
separation of concerns and ease of development to a whole new level.
Wicket pages can be mocked up, previewed and later revised using
standard WYSIWYG HTML design tools. Dynamic content processing and form
handling is all handled in Java code using a first-class component model
backed by POJO data beans that can easily be persisted using your
favourite technology.
This release fixes some bugs, and with that introduces one API breaking
change.The API change involves the IResourceStreamLocator interface,
where the locate method now takes a ClassLoader as an extra parameter.
Passing in null will use the context classloader.
So while this is a maintenance release, please make sure your code still
compiles with this release.
Changes in this version include:
Fixed bugs:
o newChoiceItem does not use object parameter but selects directly from
list Issue: 1263892. Thanks to Arjan Zwaan.
o Backport: AbstractDetachableModel doesn't propogate attach/detach
Issue: 1253113.
o Backport: serialization bug in LocalizedImageResource
o Backport: possible NullPointerException in
DynamicImageResource.getResourceStream()
o Backport: catch if session is saved to disk and reloaded again but
locale is changed
o fix for classloading problems that caused problems loading markup/
resources for components that were loaded by another classloader than
the current one.
o Backport: closed FileOutputStream in wicket.util.file.Files in finally
block
Have fun!
-The wicket team
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user