Hi Andrea,

I've tried to limit my clean-up to internal methods, i.e. those marked with "THIS METHOD IS NOT ... PUBLIC .. DO NOT CALL IT!".

I see now that #onAfterRenderChildren() was protected and not marked as internal, but IMHO it wasn't meant to be overriden by users anyway.

I'll add a sentence to the migration guide to use #afterRender() instead. And I will update the lifecycle doc in the user guide.

Thanks
Sven


Am 19.01.2018 um 10:04 schrieb Andrea Del Bene:
Hi,

I've noted that the last commit for WICKET-6503 wiped out some hook methods
from Component and MarkupContainer classes (for example
MarkupContainer#onAfterRenderChildren). Is there a migration strategy for
this change?

Andrea.


Reply via email to