[
https://issues.apache.org/jira/browse/WICKET-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alastair Maw resolved WICKET-426.
---------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.4.0-alpha)
1.3.0-beta3
I also saw no reason to hold off on pushing this into 1.3, so I've removed
final from Component.getSession().
> Take advantage of covariant return types in getSession()
> --------------------------------------------------------
>
> Key: WICKET-426
> URL: https://issues.apache.org/jira/browse/WICKET-426
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 2.0 branch (discontinued)
> Reporter: Jonathan Locke
> Assignee: Alastair Maw
> Priority: Minor
> Fix For: 1.3.0-beta3
>
>
> It would be nice to be able to override getSession to return your own session
> subclass as soon as we required JDK 1.5 where this is possible. To allow
> this, all we need to do is remove the final keyword from
> Component.getSession() at that time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.