Don't worry too much about them. Most of those deprecation warnings
are there to help people migrate to 2.0. They will be supported for
1.2.x and 1.3.x.
Usually the deprecation javadoc tag will say what the replacement is.
Though there are/ have been a few tags where the lazy bum dev who put
it in, didn't give such a description... if you find those, please
report an issue so that it can be fixed.
In your case:
IExceptionSettings:
/**
* @return Returns the unexpectedExceptionDisplay.
* @deprecated will be moved to [EMAIL PROTECTED] IApplicationSettings}
in 2.0
*/
UnexpectedExceptionDisplay getUnexpectedExceptionDisplay();
Though this concrete deprecation is still voted upon.
Eelco
On 10/17/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote:
> After switching to current SVN version, I get lots of warnings for
> deprecated methods. The problem is I can't find any replacement for
> setUnexpectedExceptionDisplay
>
> What are we supposed to use to replace :
>
> getApplicationSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE);
>
> getExceptionSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE);
>
> I also get deprecation warnings on all Ajax links :
>
> [deprecation]getImplementationId() in
> wicket.behavior.AbstractAjaxBehavior has been deprecated
>
> although I do not use this directly. Are we suppose to change something
> in the way Ajax links are used ?
>
> Pierre-Yves
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user