Sorry about that. The quality improvement was for Wicket 2.0, but to
ensure people wouldn't have too many problems in the past, I
deprecated PackageResourceReference in 1.2 and converted the few
things I thought wouldn't touch anything. I overlooked the effect on
writeJsReference, which probably has to do with the fact that I'm
working night and day on this bloody project ;)

Again sorry for being sloppy. But this was not in conflict with our
earlier agreements of not putting in new features.

Eelco


On 9/21/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> The packageresource change has caused a binary api break. Wicket
> contrib dojo depends on the:
>
> writeJsReference(response,  new PackageResourceReference(Application.get(),
>                                 DojoAjaxHandler.class, "dojo.js"));
>
> (DojoAjaxHandler.java, line 68 in my IDE).
>
> I'll add the previous version and deprecate it. Can we PLEASE not
> perform such quality improving changes in the 1.2 section until we
> have a 1.2.3 release and are working on 1.3?
>
> This stuff is why I wanted the 1.2.x branch in the first place.
>
> Martijn
>
> --
> Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and 
> ModalWindow
> -- http://wicketframework.org
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to