aldaris opened a new pull request, #1049:
URL: https://github.com/apache/wicket/pull/1049

   This PR attempts to address most of the deprecated call warnings shown 
during compilation time. There are a still couple of them left that are a bit 
more tricky to handle:
   * DebugSettings#isOutputMarkupContainerClassName usage in Page - the output 
strategy is not simple to implement given that Page currently only embeds the 
classname as a separate comment element, not sure what it should tie to 
otherwise
   * Cookie#setComment, #setVersion usages - don't think anything really needs 
to be done about these
   * CachingResourceStreamLocator#locate - there is a missing @Deprecated 
annotation. Without proper JavaDoc explanation I didn't want to go down a road 
for this one
   * AccessController usages in JavaSerializer - could just replace them with 
Runnable#run I suppose, but wasn't sure whether security manager support was 
there for something specific


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to